File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ RUN git clone https://github.com/R9295/LibAFL /libafl
47
47
48
48
# Checkout a current commit
49
49
RUN cd /libafl && git pull && \
50
- git checkout libafl-fuzz/seed-recurse
50
+ git checkout libafl-fuzz/frida-mode-separate
51
51
52
52
# Compile libafl.
53
53
RUN cd /libafl && \
54
54
unset CFLAGS CXXFLAGS && \
55
- cd ./fuzzers/others /libafl-fuzz && \
55
+ cd ./fuzzers/forkserver /libafl-fuzz && \
56
56
PATH="/root/.cargo/bin/:$PATH" cargo build --profile release
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def build():
30
30
31
31
# Copy to fuzzer to OUT
32
32
build_directory = os .environ ['OUT' ]
33
- fuzzer = '/libafl/fuzzers/others /libafl-fuzz/target/release/libafl-fuzz'
33
+ fuzzer = '/libafl/fuzzers/forkserver /libafl-fuzz/target/release/libafl-fuzz'
34
34
shutil .copy (fuzzer , build_directory )
35
35
36
36
You can’t perform that action at this time.
0 commit comments