From 55dd04132fa89002ca15fe38aa519be754e33539 Mon Sep 17 00:00:00 2001 From: Ruben ten Hove Date: Wed, 28 Oct 2020 11:30:21 +0100 Subject: add afl-dyninst shared libraries --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit 1.4.1