
* Update LibAFL QEMU to the latest version (V9.0.2 update, important bug fixes, ... - check the dedicated repo for more info) * fix bug in hook execution, causing first execution hooks to be run multiple times.
36 lines
307 B
Plaintext
36 lines
307 B
Plaintext
**/target
|
|
**/.git
|
|
Cargo.lock
|
|
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.out
|
|
*.elf
|
|
*.bin
|
|
*.dll
|
|
*.exe
|
|
*.dSYM
|
|
|
|
.cur_input
|
|
|
|
crashes
|
|
|
|
callgrind.out.*
|
|
perf.data
|
|
perf.data.old
|
|
|
|
.vscode
|
|
test.dict
|
|
|
|
# Ignore all built fuzzers
|
|
fuzzer_*
|
|
AFLplusplus
|
|
|
|
# Ignore common dummy and logfiles
|
|
*.log
|
|
a
|
|
|
|
# ignore files from concolic tests
|
|
symcc_build
|
|
symcc |