about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-04-25Merge pull request #1392 from AFLplusplus/devvan Hauser
push to stable
2022-04-25code formatvanhauser-thc
2022-04-25add changelogvanhauser-thc
2022-04-25Merge pull request #1375 from wtdcode/fix_uc_staticvan Hauser
Fix unicornafl static build
2022-04-24fix my nameDominik Maier
2022-04-24Merge origin/devlazymio
2022-04-24Bump unicornafllazymio
2022-04-22unicornvanhauser-thc
2022-04-22try repeating writevanhauser-thc
2022-04-21Merge pull request #1393 from jschwartzentruber/dev-wasmvan Hauser
instrumentation fixes for wasm
2022-04-20fix instrumentation for -Werror,-Wunused-but-set-variableJesse Schwartzentruber
`used` is so it isn't optimized out. `unused` is to avoid the warning.
2022-04-20use passthrough mode for wasmJesse Schwartzentruber
2022-04-18remove WIP codevanhauser-thc
2022-04-18code formatvanhauser-thc
2022-04-18fix msgvanhauser-thc
2022-04-18Merge pull request #1388 from mlichvar/cmin-argsvan Hauser
afl-cmin: quote program arguments
2022-04-18Merge pull request #1382 from AdaCore/pr/gcc_deny_list_fixvan Hauser
Fix GCC plugin crash when using deny/allow list
2022-04-18Merge pull request #1385 from Cornul11/update_citationvan Hauser
Updated citation file.
2022-04-18Merge pull request #1389 from yuawn/devvan Hauser
update llvm version in INSTALL.md
2022-04-18Merge pull request #1390 from devnexen/map_name_libdislocatorvan Hauser
libdislocator, new option to name an anonymous address range.
2022-04-15libdislocator, new option to name an anonymous address range.David Carlier
For performance matter tough, disabled by default.
2022-04-14update llvm version in INSTALL.mdyuawn
2022-04-13afl-cmin: quote program argumentsMiroslav Lichvar
Quote the program arguments in the system() function to allow them to contain spaces.
2022-04-13Fix persistant sample buildlazymio
2022-04-12Fix linkagelazymio
2022-04-12Sync unicornafllazymio
2022-04-12Merge origin/devlazymio
2022-04-11updated citationCornul11
2022-04-08link https://github.com/fuzzah/exeptorvanhauser-thc
2022-04-08Merge pull request #1383 from AFLplusplus/keep_toutvan Hauser
Keep timeouts option
2022-04-08update fuzzing in depthvanhauser-thc
2022-04-08add AFL_KEEP_TIMEOUTSvanhauser-thc
2022-04-08Fix GCC plugin crash when using deny/allow listMarc Poulhiès
The provided function declaration F may not have valid location information. Return an empty string in this case as the two callers are already using this convention to filter out functions from being instrumented when deny/allow list are used.
2022-04-08correct counting for tmoutsvanhauser-thc
2022-04-07update grammar mutatorvanhauser-thc
2022-04-07save timeoutsvanhauser-thc
2022-04-06Typohexcoder
2022-04-06Merge pull request #1381 from f0rki/no-build-nyxvan Hauser
add make flag to avoid building nyx mode
2022-04-06added NO_NYX flag to docs and help messageMichael Rodler
2022-04-06make flag to avoid building nyx modeMichael Rodler
2022-04-06Merge pull request #1380 from AFLplusplus/devvan Hauser
fix cmplog
2022-04-06add cmplog icmp testcase to CIvanhauser-thc
2022-04-06Merge pull request #1376 from verifsec/patch-1van Hauser
[wontfix] make error @SIMPLE_FILES
2022-04-06Merge pull request #1379 from devnexen/network_client_mem_leakvan Hauser
network client mem leak fix.
2022-04-06fix cmplog!vanhauser-thc
2022-04-05network client mem leak fix.David Carlier
2022-04-05[wantfix] make error @SIMPLE_FILESむぎ茶
Hi there! I tried to compile with SIMPLE_FILES, but got an error message. Please have a look through it. Sincerely. ``` src/afl-fuzz-bitmap.c: In function ‘save_if_interesting’: src/afl-fuzz-bitmap.c:706:39: error: ‘afl_state_t’ {aka ‘struct afl_state’} has no member named ‘last_kill_signal’ 706 | afl->saved_crashes, afl->last_kill_signal); | ^~ make: *** [GNUmakefile:437: afl-fuzz] Error 1 ```
2022-04-04Fix unicornafl static buildlazymio
Signed-off-by: lazymio <mio@lazym.io>
2022-04-03fix pizza modevanhauser-thc
2022-04-03pizza mode on 1st of aprilvanhauser-thc