diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index b961f6b..6caac73 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ Instrumentation tool (afl-dyninst) instruments the supplied binary by inserting callbacks for each basic block and an initialization callback either at _init or at specified entry point. +You can pull a docker image from hub (last push February 2021): +``` +docker pull vanhauser/afl-dyninst +``` ## Building / Compiling |