about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-01-11add feature listvanhauser-thc
2022-01-10add new tutorialvanhauser-thc
2022-01-07Merge pull request #1243 from yuawn/devAndrea Fioraldi
more welcome 2022
2022-01-07more welcome 2022yuawn
2022-01-07Merge pull request #1242 from yuawn/devvan Hauser
rename
2022-01-07renameyuawn
2022-01-04Merge pull request #1240 from adrianherrera/bugfix/optimin-showmapvan Hauser
optimin: -A -> -H
2022-01-04optimin: -A -> -HAdrian Herrera
Inline with afl-showmap change
2022-01-03doc nitsvanhauser-thc
2022-01-03Proofreadinghexcoder
2022-01-03doc nitshexcoder
2022-01-03typo fixedhexcoder
2022-01-03doc nitsvanhauser-thc
2022-01-03Merge pull request #1239 from MegaManSec/devvan Hauser
Fix typo.
2022-01-03Fix typo.Joshua Rogers
2022-01-03add missing gcc env varshexcoder
2022-01-03wordinghexcoder
2022-01-03did some proofreadinghexcoder
2022-01-03fix wrong replacementsvanhauser-thc
2022-01-01welcome 2022vanhauser-thc
2022-01-01nyx referencesvanhauser-thc
2021-12-31update qemuaflvanhauser-thc
2021-12-31Merge pull request #1238 from AFLplusplus/more_havocvan Hauser
more havoc
2021-12-30Merge pull request #1237 from MegaManSec/devvan Hauser
Fix LeakSanitizer Usage.
2021-12-30fix map size for nyxvanhauser-thc
2021-12-30Fix type.Joshua Rogers
2021-12-30Fix 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-29afl-cc lto fixvanhauser-thc
2021-12-29typovanhauser-thc
2021-12-29sprinkle nyx links in the docsvanhauser-thc
2021-12-29readme for nyxvanhauser-thc
2021-12-29add power schedule infovanhauser-thc
2021-12-28fix nyx lib loadingvanhauser-thc
2021-12-28add readme (needs more though)vanhauser-thc
2021-12-28nitvanhauser-thc
2021-12-28nyx build and installvanhauser-thc
2021-12-28exec permvanhauser-thc
2021-12-28nyx code formatvanhauser-thc
2021-12-28nyx nitsvanhauser-thc
2021-12-28Merge pull request #1233 from nyx-fuzz/devvan Hauser
add Nyx mode
2021-12-28add Nyx modeSergej Schumilo
2021-12-28Merge pull request #1232 from WorksButNotTested/fridavan Hauser
Removed redundant instruction
2021-12-28Removed redundant instructionjon
2021-12-27more havocvanhauser-thc
2021-12-27fix imports to build on Mac (#1231)jhertz
Co-authored-by: Jesse Hertz <>
2021-12-27Merge pull request #1230 from WorksButNotTested/fridavan Hauser
Further optimization of AARCH64 code
2021-12-27Further optimization of AARCH64 codejon
2021-12-27fix cpu selectionvanhauser-thc
2021-12-27Merge pull request #1228 from WorksButNotTested/fridavan Hauser
Frida
2021-12-27Added test for libxsltYour Name