Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius authored and github-actions[bot] committed Apr 15, 2024
1 parent 8714803 commit 939ceda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-afl/AFLplusplus
Submodule AFLplusplus updated 79 files
+1 βˆ’0 .github/workflows/ci.yml
+5 βˆ’0 .gitignore
+1 βˆ’1 CITATION.cff
+42 βˆ’35 GNUmakefile
+1 βˆ’1 GNUmakefile.llvm
+2 βˆ’2 README.md
+1 βˆ’3 TODO.md
+1 βˆ’1 afl-cmin
+17 βˆ’8 afl-persistent-config
+25 βˆ’17 afl-whatsup
+13 βˆ’9 benchmark/COMPARISON.md
+4 βˆ’0 benchmark/benchmark-results.jsonl
+1 βˆ’1 benchmark/benchmark.py
+1 βˆ’0 custom_mutators/aflpp/aflpp.c
+2 βˆ’5 custom_mutators/aflpp/standalone/aflpp-standalone.c
+39 βˆ’0 docs/Changelog.md
+52 βˆ’74 docs/INSTALL.md
+3 βˆ’0 docs/env_variables.md
+1 βˆ’1 docs/fuzzing_in_depth.md
+4 βˆ’0 docs/third_party_tools.md
+3 βˆ’0 docs/tutorials.md
+1 βˆ’1 frida_mode/update_frida_version.sh
+15 βˆ’4 include/afl-fuzz.h
+4 βˆ’1 include/afl-mutations.h
+131 βˆ’0 include/afl-persistent-replay.h
+67 βˆ’0 include/afl-record-compat.h
+12 βˆ’12 include/cmplog.h
+6 βˆ’1 include/config.h
+23 βˆ’21 include/envs.h
+738 βˆ’0 include/t1ha.h
+183 βˆ’0 include/t1ha0_ia32aes_b.h
+1,423 βˆ’0 include/t1ha_bits.h
+77 βˆ’0 include/t1ha_selfcheck.h
+8 βˆ’0 include/types.h
+3,248 βˆ’1,484 include/xxhash.h
+31 βˆ’1 instrumentation/README.persistent_mode.md
+664 βˆ’121 instrumentation/SanitizerCoverageLTO.so.cc
+185 βˆ’376 instrumentation/afl-compiler-rt.o.c
+9 βˆ’6 instrumentation/afl-gcc-cmptrs-pass.so.cc
+1 βˆ’1 instrumentation/afl-llvm-dict2file.so.cc
+5 βˆ’5 instrumentation/afl-llvm-pass.so.cc
+6 βˆ’3 instrumentation/cmplog-instructions-pass.cc
+6 βˆ’6 instrumentation/cmplog-routines-pass.cc
+6 βˆ’6 instrumentation/cmplog-switches-pass.cc
+19 βˆ’8 instrumentation/compare-transform-pass.so.cc
+10 βˆ’7 instrumentation/injection-pass.cc
+17 βˆ’20 instrumentation/split-compares-pass.so.cc
+10 βˆ’7 instrumentation/split-switches-pass.so.cc
+1 βˆ’1 qemu_mode/QEMUAFL_VERSION
+2 βˆ’0 qemu_mode/build_qemu_support.sh
+1 βˆ’1 qemu_mode/qemuafl
+22 βˆ’5 src/afl-cc.c
+38 βˆ’8 src/afl-common.c
+370 βˆ’130 src/afl-forkserver.c
+26 βˆ’15 src/afl-fuzz-bitmap.c
+5 βˆ’2 src/afl-fuzz-extras.c
+30 βˆ’13 src/afl-fuzz-init.c
+53 βˆ’11 src/afl-fuzz-redqueen.c
+34 βˆ’9 src/afl-fuzz-run.c
+1 βˆ’5 src/afl-fuzz-state.c
+125 βˆ’55 src/afl-fuzz-stats.c
+55 βˆ’28 src/afl-fuzz.c
+11 βˆ’3 src/afl-performance.c
+28 βˆ’6 src/afl-tmin.c
+149 βˆ’0 src/hashmap.c
+1 βˆ’1 test/test-llvm.sh
+2 βˆ’2 test/test-qemu-mode.sh
+4 βˆ’2 unicorn_mode/build_unicorn_support.sh
+6 βˆ’4 unicorn_mode/helper_scripts/unicorn_dumper_gdb.py
+3 βˆ’1 unicorn_mode/helper_scripts/unicorn_dumper_pwndbg.py
+35 βˆ’6 unicorn_mode/helper_scripts/unicorn_loader.py
+1 βˆ’0 utils/afl_network_proxy/GNUmakefile
+8 βˆ’0 utils/bench/Makefile
+2 βˆ’0 utils/bench/README.md
+53 βˆ’0 utils/bench/hash.c
+1 βˆ’1 utils/persistent_mode/Makefile
+8 βˆ’0 utils/replay_record/Makefile
+10 βˆ’0 utils/replay_record/README.md
+148 βˆ’0 utils/replay_record/persistent_demo_replay.c

0 comments on commit 939ceda

Please sign in to comment.