Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-10 | fix effector map calculation | vanhauser-thc | |
2022-05-09 | fix | vanhauser-thc | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-05-08 | Merge pull request #1401 from devnexen/fbsd_largepage | van Hauser | |
large shared segment optimisation (in TEST_MMAP mode) | |||
2022-05-08 | Merge pull request #1400 from devnexen/frida_android_bfix | van Hauser | |
frida module android build fix. | |||
2022-05-06 | large shared segment optimisation (in TEST_MMAP mode) | David CARLIER | |
for FreeBSD supporting such feature. Grabbing the first kind which fit the needed size otherwise falling back to the classic shared segment allocation. | |||
2022-05-06 | frida module android build fix. | David Carlier | |
2022-05-03 | pcguard fix for most current llvm 15 changes | vanhauser-thc | |
2022-05-02 | fix | vanhauser-thc | |
2022-05-02 | fix mopt random selection | vanhauser-thc | |
2022-05-02 | fix token usage in normal and MOpt mode | vanhauser-thc | |
2022-04-28 | Properly null CmpLog map in deinit (#1395) | che30122 | |
Co-authored-by: van Hauser <vh@thc.org> | |||
2022-04-25 | code format | vanhauser-thc | |
2022-04-25 | add changelog | vanhauser-thc | |
2022-04-25 | Merge pull request #1375 from wtdcode/fix_uc_static | van Hauser | |
Fix unicornafl static build | |||
2022-04-24 | fix my name | Dominik Maier | |
2022-04-24 | Merge origin/dev | lazymio | |
2022-04-24 | Bump unicornafl | lazymio | |
2022-04-22 | unicorn | vanhauser-thc | |
2022-04-22 | try repeating write | vanhauser-thc | |
2022-04-21 | Merge pull request #1393 from jschwartzentruber/dev-wasm | van Hauser | |
instrumentation fixes for wasm | |||
2022-04-20 | fix instrumentation for -Werror,-Wunused-but-set-variable | Jesse Schwartzentruber | |
`used` is so it isn't optimized out. `unused` is to avoid the warning. | |||
2022-04-20 | use passthrough mode for wasm | Jesse Schwartzentruber | |
2022-04-18 | remove WIP code | vanhauser-thc | |
2022-04-18 | code format | vanhauser-thc | |
2022-04-18 | fix msg | vanhauser-thc | |
2022-04-18 | Merge pull request #1388 from mlichvar/cmin-args | van Hauser | |
afl-cmin: quote program arguments | |||
2022-04-18 | Merge pull request #1382 from AdaCore/pr/gcc_deny_list_fix | van Hauser | |
Fix GCC plugin crash when using deny/allow list | |||
2022-04-18 | Merge pull request #1385 from Cornul11/update_citation | van Hauser | |
Updated citation file. | |||
2022-04-18 | Merge pull request #1389 from yuawn/dev | van Hauser | |
update llvm version in INSTALL.md | |||
2022-04-18 | Merge pull request #1390 from devnexen/map_name_libdislocator | van Hauser | |
libdislocator, new option to name an anonymous address range. | |||
2022-04-15 | libdislocator, new option to name an anonymous address range. | David Carlier | |
For performance matter tough, disabled by default. | |||
2022-04-14 | update llvm version in INSTALL.md | yuawn | |
2022-04-13 | afl-cmin: quote program arguments | Miroslav Lichvar | |
Quote the program arguments in the system() function to allow them to contain spaces. | |||
2022-04-13 | Fix persistant sample build | lazymio | |
2022-04-12 | Fix linkage | lazymio | |
2022-04-12 | Sync unicornafl | lazymio | |
2022-04-12 | Merge origin/dev | lazymio | |
2022-04-11 | updated citation | Cornul11 | |
2022-04-08 | link https://github.com/fuzzah/exeptor | vanhauser-thc | |
2022-04-08 | Merge pull request #1383 from AFLplusplus/keep_tout | van Hauser | |
Keep timeouts option | |||
2022-04-08 | update fuzzing in depth | vanhauser-thc | |
2022-04-08 | add AFL_KEEP_TIMEOUTS | vanhauser-thc | |
2022-04-08 | Fix GCC plugin crash when using deny/allow list | Marc 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-08 | correct counting for tmouts | vanhauser-thc | |
2022-04-07 | update grammar mutator | vanhauser-thc | |
2022-04-07 | save timeouts | vanhauser-thc | |
2022-04-06 | Typo | hexcoder | |
2022-04-06 | Merge pull request #1381 from f0rki/no-build-nyx | van Hauser | |
add make flag to avoid building nyx mode | |||
2022-04-06 | added NO_NYX flag to docs and help message | Michael Rodler | |