diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-16 18:12:37 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-16 18:12:37 +0100 |
commit | f6ef4d000b9f024689d6906dd9e96c153c21b14a (patch) | |
tree | cf827dea0f16ff1fe5eecb0a9bf013712a7cb5d7 /README.md | |
parent | a4bafb6e11b613a20d89a7f1da4806476a50eb8a (diff) | |
download | afl-dyninst-f6ef4d000b9f024689d6906dd9e96c153c21b14a.tar.gz |
reference hub image
Diffstat (limited to 'README.md')
-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 |