Adapt README

This commit is contained in:
Sebastian Lenzlinger 2025-01-05 00:06:40 +01:00
parent 2d7a1b805b
commit 573f9e8f1a

View File

@ -3,8 +3,8 @@ Create a docker container that is purpose-built for binary exploitation using Li
## Packages / Features ## Packages / Features
- Ubuntu 23.04 - bitnami/minideb
- emacs-nox, vim, jq, strace, ltrace - neovim, jq, strace, ltrace
- rizin with a .rizinrc - rizin with a .rizinrc
- gdb + gef - gdb + gef
- libc database - libc database
@ -21,4 +21,4 @@ Run the docker container: `./run.sh`
Get a shell in the container: `./shell.sh` Get a shell in the container: `./shell.sh`
## Thanks ## Thanks
Thanks to @LiveOverflow for the video and idea. You rock! Thanks to https://github.com/deadbeefmonster/docker-binaryexploitation. Your base repository helped a lot!