Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | add feature list | vanhauser-thc | |
2022-01-10 | add new tutorial | vanhauser-thc | |
2022-01-07 | Merge pull request #1243 from yuawn/dev | Andrea Fioraldi | |
more welcome 2022 | |||
2022-01-07 | more welcome 2022 | yuawn | |
2022-01-07 | Merge pull request #1242 from yuawn/dev | van Hauser | |
rename | |||
2022-01-07 | rename | yuawn | |
2022-01-04 | Merge pull request #1240 from adrianherrera/bugfix/optimin-showmap | van Hauser | |
optimin: -A -> -H | |||
2022-01-04 | optimin: -A -> -H | Adrian Herrera | |
Inline with afl-showmap change | |||
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Proofreading | hexcoder | |
2022-01-03 | doc nits | hexcoder | |
2022-01-03 | typo fixed | hexcoder | |
2022-01-03 | doc nits | vanhauser-thc | |
2022-01-03 | Merge pull request #1239 from MegaManSec/dev | van Hauser | |
Fix typo. | |||
2022-01-03 | Fix typo. | Joshua Rogers | |
2022-01-03 | add missing gcc env vars | hexcoder | |
2022-01-03 | wording | hexcoder | |
2022-01-03 | did some proofreading | hexcoder | |
2022-01-03 | fix wrong replacements | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2022-01-01 | nyx references | vanhauser-thc | |
2021-12-31 | update qemuafl | vanhauser-thc | |
2021-12-31 | Merge pull request #1238 from AFLplusplus/more_havoc | van Hauser | |
more havoc | |||
2021-12-30 | Merge pull request #1237 from MegaManSec/dev | van Hauser | |
Fix LeakSanitizer Usage. | |||
2021-12-30 | fix map size for nyx | vanhauser-thc | |
2021-12-30 | Fix type. | Joshua Rogers | |
2021-12-30 | Fix LeakSanitizer Usage. | Joshua Rogers | |
Previously, __lsan_do_leak_check() was run when using __AFL_LEAK_CHECK, however this was the incorrect function to use. According to the documentation: "Subsequent calls to this function will have no effect and end-of-process leak check will not run". This meant that if the memory did not leak on the first usage of __AFL_LEAK_CHECK, subsquent calls to this macro would never do anything. Likewise, it is not possible to use an LSAN suppression list with symbolize=0, so instead __lsan_disable and __lsan_enable are used to 'ignore' certain memory allocations where needed. | |||
2021-12-29 | afl-cc lto fix | vanhauser-thc | |
2021-12-29 | typo | vanhauser-thc | |
2021-12-29 | sprinkle nyx links in the docs | vanhauser-thc | |
2021-12-29 | readme for nyx | vanhauser-thc | |
2021-12-29 | add power schedule info | vanhauser-thc | |
2021-12-28 | fix nyx lib loading | vanhauser-thc | |
2021-12-28 | add readme (needs more though) | vanhauser-thc | |
2021-12-28 | nit | vanhauser-thc | |
2021-12-28 | nyx build and install | vanhauser-thc | |
2021-12-28 | exec perm | vanhauser-thc | |
2021-12-28 | nyx code format | vanhauser-thc | |
2021-12-28 | nyx nits | vanhauser-thc | |
2021-12-28 | Merge pull request #1233 from nyx-fuzz/dev | van Hauser | |
add Nyx mode | |||
2021-12-28 | add Nyx mode | Sergej Schumilo | |
2021-12-28 | Merge pull request #1232 from WorksButNotTested/frida | van Hauser | |
Removed redundant instruction | |||
2021-12-28 | Removed redundant instruction | jon | |
2021-12-27 | more havoc | vanhauser-thc | |
2021-12-27 | fix imports to build on Mac (#1231) | jhertz | |
Co-authored-by: Jesse Hertz <> | |||
2021-12-27 | Merge pull request #1230 from WorksButNotTested/frida | van Hauser | |
Further optimization of AARCH64 code | |||
2021-12-27 | Further optimization of AARCH64 code | jon | |
2021-12-27 | fix cpu selection | vanhauser-thc | |
2021-12-27 | Merge pull request #1228 from WorksButNotTested/frida | van Hauser | |
Frida | |||
2021-12-27 | Added test for libxslt | Your Name | |