From b5c72dcf0c5a055e01263db1830d73f062133880 Mon Sep 17 00:00:00 2001 From: sogwtf <60300707+sogwtf@users.noreply.github.com> Date: Sat, 18 Apr 2020 10:15:32 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca9a1bb..890b854 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # 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` @@ -13,4 +16,3 @@ Run the docker container: `./run.sh` Get a shell in the container: `./shell.sh` -*Still working on getting this fully set up.*