think/panopticon

By think

Updated about 8 years ago

Panopticon Disassembler

Image

255

Docker pullsDocker BuildLatest Tag

docker-panopticon

Docker Image for Panopticon. A libre cross platform disassembler.

Usage

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.

References

Docker Pull Command

docker pull think/panopticon