diff options
author | van Hauser <vh@thc.org> | 2020-10-28 17:09:30 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-28 17:09:30 +0100 |
commit | 17c0d928e89568430c6e53c1a0936f3bc28a8a25 (patch) | |
tree | 582a4bba1c193b6b878569a6ba809d34b0fb9a84 | |
parent | 1f46171b39f3f3f661c1c0864afc258e7313762a (diff) | |
download | afl++-17c0d928e89568430c6e53c1a0936f3bc28a8a25.tar.gz |
disable afl-dyninst libs until it's container is ready
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index b881c7c8..c8e09b66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,5 +62,6 @@ 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 +# Disabled until we have the container ready +#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 |