
* tree-shaped multi-machine fuzzing * forgot main file * aaa * moving things around * fix * working? * remove debug panic * aaa * aaa * fmt * normal centralized adapted * removed old useless code * cleanup * llmp hooks * working multi machine apparently? * aaa * cleanup (#2305) * added old message dispatch. thread safety stuff * testing things around * opti opti opti * :) * fuzz * limit the amound received at once to avoid congestion * remove useless corpus mv to sqlite less warnings * aaa * ; * big opti * adding cfgs * fix * fixer * fix * s * clippy and reduce generics * debugging * fix * more robust disconnection * aaa * aaa * aaa * nostd * more nostd * clippy * not in ci * unused * aaa * doc * clippy * clippy * clippy * no crash in libpng * aaa * aaa * aaa * aaa * graph generator * fix * fix * windows fix all --------- Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
79 lines
686 B
Plaintext
79 lines
686 B
Plaintext
target
|
|
target-bin
|
|
out
|
|
Cargo.lock
|
|
vendor
|
|
|
|
.DS_Store
|
|
.env
|
|
|
|
*.test
|
|
*.tmp
|
|
*.swp
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.out
|
|
*.elf
|
|
*.bin
|
|
*.dll
|
|
*.exe
|
|
*.dSYM
|
|
*.obj
|
|
|
|
.cur_input
|
|
.cur_input_*
|
|
cur_input
|
|
.venv
|
|
|
|
crashes
|
|
|
|
callgrind.out.*
|
|
perf.data
|
|
perf.data.old
|
|
|
|
.vscode
|
|
test.dict
|
|
|
|
.idea/
|
|
|
|
# Ignore all built fuzzers
|
|
fuzzer_*
|
|
AFLplusplus
|
|
test_*
|
|
*_fuzzer
|
|
*_harness
|
|
|
|
# Ignore common dummy and logfiles
|
|
*.log
|
|
a
|
|
|
|
forkserver_test
|
|
__pycache__
|
|
*.lafl_lock
|
|
*.metadata
|
|
|
|
*atomic_file_testfile*
|
|
**/libxml2
|
|
**/corpus_discovered
|
|
**/libxml2-*.tar.gz
|
|
|
|
libafl_nyx/QEMU-Nyx
|
|
libafl_nyx/packer
|
|
|
|
.z3-trace
|
|
|
|
# No gdb history
|
|
.gdb_history
|
|
# No llvm IR
|
|
*.ll
|
|
|
|
*.tar.gz
|
|
|
|
# common harness names
|
|
harness
|
|
program
|
|
fuzzer
|
|
fuzzer_libpng*
|
|
forkserver_simple
|