aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRuben ten Hove <git@rhtenhove.nl>2020-10-28 11:30:21 +0100
committerRuben ten Hove <git@rhtenhove.nl>2020-10-28 11:30:21 +0100
commit55dd04132fa89002ca15fe38aa519be754e33539 (patch)
tree49e0a17c79d65724aa00d71dc17805f481d9e477 /Dockerfile
parentd4bf0c7db7943c20f32636798e223e649d758934 (diff)
downloadAFLplusplus-55dd04132fa89002ca15fe38aa519be754e33539.tar.gz
add afl-dyninst shared libraries
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 36f45121..b881c7c8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -61,3 +61,6 @@ RUN export REAL_CXX=g++-10 && export CC=gcc-10 && \
RUN echo 'alias joe="jupp --wordwrap"' >> ~/.bashrc
RUN echo 'export PS1="[afl++]$PS1"' >> ~/.bashrc
ENV IS_DOCKER="1"
+
+COPY --from=aflplusplus/afl-dyninst /usr/local/lib/libdyninstAPI_RT.so /usr/local/lib/libdyninstAPI_RT.so
+COPY --from=aflplusplus/afl-dyninst /afl-dyninst/libAflDyninst.so /usr/local/lib/libAflDyninst.so