summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-27 00:36:10 +0100
committervan Hauser <vh@thc.org>2020-01-27 00:36:10 +0100
commitb5fe6c153c7af410c2da8afec1b7b319dc7ce965 (patch)
treed7d4ed6a0895abd4649a076d33f26f31be918d6a /README.md
parent16ca1b4510ed00d873657b1764ccb1ce17ef773f (diff)
downloadafl-dyninst-b5fe6c153c7af410c2da8afec1b7b319dc7ce965.tar.gz
doc fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
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