diff options
| author | WorksButNotTested <62701594+WorksButNotTested@users.noreply.github.com> | 2021-07-14 08:48:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-14 09:48:37 +0200 |
| commit | 94999782f1a3742e3e755a66f5d76e84573ae6ef (patch) | |
| tree | 9c2b40fae4587455e7feadb321d8a2ab3b5c1d96 /frida_mode/many-linux | |
| parent | 7cec158b0eb9b09160e58b289093cf615e2ca429 (diff) | |
| download | afl++-94999782f1a3742e3e755a66f5d76e84573ae6ef.tar.gz | |
Improved block and edge numbering to reduce collisions (#1021)
Co-authored-by: Your Name <you@example.com>
Diffstat (limited to 'frida_mode/many-linux')
| -rw-r--r-- | frida_mode/many-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/many-linux/Dockerfile b/frida_mode/many-linux/Dockerfile index 1d39c356..2cd56bc8 100644 --- a/frida_mode/many-linux/Dockerfile +++ b/frida_mode/many-linux/Dockerfile @@ -11,7 +11,7 @@ RUN git clone https://github.com/AFLplusplus/AFLplusplus.git WORKDIR /AFLplusplus RUN mkdir -p /AFLplusplus/frida_mode/build/frida/ -RUN curl -L -o /AFLplusplus/frida_mode/build/frida/frida-gumjs-devkit-14.2.18-linux-x86_64.tar.xz "https://github.com/frida/frida/releases/download/14.2.18/frida-gumjs-devkit-14.2.18-linux-x86_64.tar.xz" +RUN curl -L -o /AFLplusplus/frida_mode/build/frida/frida-gumjs-devkit-15.0.0-linux-x86_64.tar.xz "https://github.com/frida/frida/releases/download/15.0.0/frida-gumjs-devkit-15.0.0-linux-x86_64.tar.xz" WORKDIR /AFLplusplus RUN git checkout dev |
