about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-04-04cleanupvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
Add support for standalone leak-sanitizer
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
use LSAN_OPTIONS=print_suppressions=0
2021-04-03Merge pull request #856 from Microsvuln/devvan Hauser
Autodict-QL : Token generation for fuzzing with CodeQL
2021-04-03Remove check for exit_code on LSAN and replace it with check forJoshua Rogers
symbolize=0.
2021-04-03Fix typos,Joshua Rogers
Use symbolize=0 for LSAN, Remove syntactic sugar.
2021-04-03change curmicrosvuln
change current dir
2021-04-03Add `microsvuln
Add `
2021-04-03Add notemicrosvuln
Add note
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03remove dirsmicrosvuln
remove dirs
2021-04-03remove unessential thingsmicrosvuln
remove unessential things from scripts
2021-04-03update qlpack namemicrosvuln
update qlpack name
2021-04-03new commit - change stringsmicrosvuln
new commit - change strings
2021-04-03Update python scriptsmicrosvuln
Update python scripts
2021-04-03Add python scriptsmicrosvuln
Add python scripts
2021-04-03remove thingsmicrosvuln
remove things
2021-04-03spacemicrosvuln
space
2021-04-03finalize 1microsvuln
commit final things
2021-04-03Updatesmicrosvuln
update
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03Some updates on readmemicrosvuln
Some updates on readme
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits.
2021-04-03update readmemicrosvuln
update readme
2021-04-03Add shell commandmicrosvuln
Add shell command
2021-04-03updatemicrosvuln
update
2021-04-03rename python filemicrosvuln
rename python file
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03Update readmemicrosvuln
Update readme
2021-04-03update readmemicrosvuln
update readme
2021-04-03update the codes, readmemicrosvuln
- add readme - add required qlpack.yml
2021-04-02Initialalize the autodict-qlmicrosvuln
Initialalize the autodict-ql add codeql scripts
2021-04-02fix k-ctxvanhauser-thc
2021-04-01try to avoid CI build failure by updating apt packagesvanhauser-thc
2021-04-01Merge pull request #854 from joeyjiaojg/devvan Hauser
fix if A == B always evalutes to true
2021-04-01fix #if A == B always evalutes to trueJiangen Jiao
2021-03-30Merge pull request #853 from rchildre3/grammar-mutator-buildsvan Hauser
Fix grammar mutator build script
2021-03-30Fixes: 6d2ac3e3140 ("fix grammar download script")R. Elliott Childre
The git submodle entry point is "grammar_mutator" not "grammar-mutator" The build script fails without this
2021-03-30Add network_proxy build targets to gitignore (#852)R. Elliott Childre
All other build targets in utils/ are ignored except for these due to the lack of file extension.
2021-03-30add parallel buildshexcoder
2021-03-29remove unneeded varvanhauser-thc
2021-03-27ensure one fuzzer sync per cycle, cycle introspectionvanhauser-thc
2021-03-26Merge pull request #848 from AFLplusplus/stablevan Hauser
-m32 support for docker container
2021-03-26-m32 support for docker containervanhauser-thc
2021-03-26simpler argument processinghexcoder
2021-03-26typoshexcoder
2021-03-26pass lib -ldl only on Linux platformshexcoder-
2021-03-26fix compilation for llvm 3.8.0hexcoder-
2021-03-26Merge pull request #847 from zouyonghao/patch-1van Hauser
Update custom_mutators.md