From b5fe6c153c7af410c2da8afec1b7b319dc7ce965 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 27 Jan 2020 00:36:10 +0100 Subject: doc fix --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2a2ef14..c80282e 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,12 @@ callback either at _init or at specified entry point. simply run ``` -docker build . +docker build -t afl-dyninst . ``` which will take ~25 minutes. -Afterwards you have two docker containers you can run directly. - -One for instrumenting binaries: -``` -docker run afl-dyninst -``` -And one for fuzzing the instrumented binaries: +Afterwards you have a containers with afl-dyninst and afl++: ``` -docker run afl-fuzz-dyninst +docker run -ti afl-dyninst ``` ### on your own -- cgit 1.4.1