think/panopticon
Docker Image for Panopticon. A libre cross platform disassembler.
Go to the directory with the binary to be disassembled.
Then start:
docker run -ti -e DISPLAY \
--volume "$HOME/.Xauthority:/root/.Xauthority" \
--volume "/tmp/.X11-unix:/tmp/.X11-unix:rw" \
--volume "$(pwd):/work"\
--workdir /work \
--net=host \
think/panopticon
This opens the Panopticon Gui within this folder. Then load your binary.
docker pull think/panopticon