about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-16 18:12:37 +0100
committervanhauser-thc <vh@thc.org>2021-02-16 18:12:37 +0100
commitf6ef4d000b9f024689d6906dd9e96c153c21b14a (patch)
treecf827dea0f16ff1fe5eecb0a9bf013712a7cb5d7 /README.md
parenta4bafb6e11b613a20d89a7f1da4806476a50eb8a (diff)
downloadafl-dyninst-f6ef4d000b9f024689d6906dd9e96c153c21b14a.tar.gz
reference hub image
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
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