https://github.com/bannsec/autopwn-stage-ghidra
Ghidra build for autoPwn container
https://github.com/bannsec/autopwn-stage-ghidra
Last synced: 6 months ago
JSON representation
Ghidra build for autoPwn container
- Host: GitHub
- URL: https://github.com/bannsec/autopwn-stage-ghidra
- Owner: bannsec
- Created: 2019-03-07T00:18:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T20:00:31.000Z (about 5 years ago)
- Last Synced: 2025-02-15T03:16:51.382Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Why?
This stage for autoPwn is simply to speed up building. By downloading the Ghidra requirements separately, then using multi-stage build copy, it allows dockerhub to use internal file transfer rather than external, which should significantly improve the build speed and make it less reliant on ghidra website being responsive.
# Want to run just Ghidra?
Since this is just a base image for Ghidra, you can run it directly from this as well.
```bash
sudo docker run -it --rm --privileged -v $PWD:/mount -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --shm-size=2G --network=host bannsec/autopwn-stage-ghidra
```