diff --git a/README.md b/README.md index 2ba8059..e24ac64 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Create a docker container that is purpose-built for binary exploitation using Li ## Packages / Features -- Ubuntu 23.04 -- emacs-nox, vim, jq, strace, ltrace +- bitnami/minideb +- neovim, jq, strace, ltrace - rizin with a .rizinrc - gdb + gef - libc database @@ -21,4 +21,4 @@ Run the docker container: `./run.sh` Get a shell in the container: `./shell.sh` ## 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!