mirror of
https://github.com/deadbeefmonster/docker-binaryexploitation.git
synced 2025-11-09 10:33:58 +01:00
19 lines
307 B
Markdown
19 lines
307 B
Markdown
# docker-binaryexploitation
|
|
|
|
*Still working on getting this fully set up.*
|
|
|
|
## packages / features
|
|
- emacs-nox
|
|
- radare2 with a .radare2rc
|
|
- gdb + pwndbg
|
|
- libc database
|
|
|
|
## usage
|
|
Build the docker container: `./build.sh`
|
|
|
|
Run the docker container: `./run.sh`
|
|
|
|
Get a shell in the container: `./shell.sh`
|
|
|
|
|