Sign inSign up

think/panopticon

By think

•Updated over 9 years ago

Panopticon Disassembler

Image
0

432

think/panopticon repository overview

Docker pulls Docker Build Latest 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

Tag summary

Content type

Image

Digest

Size

135.9 MB

Last updated

over 9 years ago

docker pull think/panopticon