Skip to content

Dockerized version of the reverse engineering tool hopper (https://www.hopperapp.com/)

Notifications You must be signed in to change notification settings

marciopocebon/hopper-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hopper-docker

Build Status

A dockerized version of the reverse engineering tool hopper (hopperapp.com). Run make for more info.

Running can be as simple as

xhost +local:root && \
sudo docker run \
-d \
--name $(CONTAINER_NAME) \
-e DISPLAY=$DISPLAY \
--cap-add=SYS_PTRACE \
-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
-v $PWD/sharedFolder:/var/sharedFolder \
ps1337/hopper-docker:latest

Check the Makefile for further info.

About

Dockerized version of the reverse engineering tool hopper (https://www.hopperapp.com/)

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 57.5%
  • Python 42.5%