Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lindt/docker-panopticon
- Owner: lindt
- License: mit
- Created: 2016-12-30T17:15:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-30T22:31:59.000Z (about 8 years ago)
- Last Synced: 2024-11-08T11:56:33.406Z (about 2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)