Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lindt/docker-panopticon

Docker Image for Panopticon Disassembler
https://github.com/lindt/docker-panopticon

Last synced: 2 days ago
JSON representation

Docker Image for Panopticon Disassembler

Awesome Lists containing this project

README

        

[![Docker pulls](https://img.shields.io/docker/pulls/think/panopticon.svg)](https://hub.docker.com/r/think/panopticon/)
[![Docker Build](https://img.shields.io/docker/automated/think/panopticon.svg)](https://hub.docker.com/r/think/panopticon/)
[![Latest Tag](https://img.shields.io/github/tag/lindt/docker-panopticon.svg)](https://hub.docker.com/r/think/panopticon/)

# docker-panopticon

Docker Image for [Panopticon](https://panopticon.re/). 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.
In case the current folder is not opened, go to `/work`. `/work` is your current folder mounted into the Docker Container.

## References

- based on [Panopticon](https://panopticon.re/)