diff options
author | van Hauser <vh@thc.org> | 2020-01-27 00:36:10 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-27 00:36:10 +0100 |
commit | b5fe6c153c7af410c2da8afec1b7b319dc7ce965 (patch) | |
tree | d7d4ed6a0895abd4649a076d33f26f31be918d6a | |
parent | 16ca1b4510ed00d873657b1764ccb1ce17ef773f (diff) | |
download | afl-dyninst-b5fe6c153c7af410c2da8afec1b7b319dc7ce965.tar.gz |
doc fix
-rw-r--r-- | README.md | 12 |
1 files changed, 3 insertions, 9 deletions
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 |