Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Merge pull request #856 from Microsvuln/dev | van Hauser | |
Autodict-QL : Token generation for fuzzing with CodeQL | |||
2021-04-03 | Remove check for exit_code on LSAN and replace it with check for | Joshua Rogers | |
symbolize=0. | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-03 | change cur | microsvuln | |
change current dir | |||
2021-04-03 | Add ` | microsvuln | |
Add ` | |||
2021-04-03 | Add note | microsvuln | |
Add note | |||
2021-04-03 | Update readme | microsvuln | |
Update readme | |||
2021-04-03 | remove dirs | microsvuln | |
remove dirs | |||
2021-04-03 | remove unessential things | microsvuln | |
remove unessential things from scripts | |||
2021-04-03 | update qlpack name | microsvuln | |
update qlpack name | |||
2021-04-03 | new commit - change strings | microsvuln | |
new commit - change strings | |||
2021-04-03 | Update python scripts | microsvuln | |
Update python scripts | |||
2021-04-03 | Add python scripts | microsvuln | |
Add python scripts | |||
2021-04-03 | remove things | microsvuln | |
remove things | |||
2021-04-03 | space | microsvuln | |
space | |||
2021-04-03 | finalize 1 | microsvuln | |
commit final things | |||
2021-04-03 | Updates | microsvuln | |
update | |||
2021-04-03 | Update readme | microsvuln | |
Update readme | |||
2021-04-03 | Some updates on readme | microsvuln | |
Some updates on readme | |||
2021-04-02 | Replace __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 environment | Joshua 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-03 | update readme | microsvuln | |
update readme | |||
2021-04-03 | Add shell command | microsvuln | |
Add shell command | |||
2021-04-03 | update | microsvuln | |
update | |||
2021-04-03 | rename python file | microsvuln | |
rename python file | |||
2021-04-03 | Update readme | microsvuln | |
Update readme | |||
2021-04-03 | Update readme | microsvuln | |
Update readme | |||
2021-04-03 | update readme | microsvuln | |
update readme | |||
2021-04-03 | update the codes, readme | microsvuln | |
- add readme - add required qlpack.yml | |||
2021-04-02 | Initialalize the autodict-ql | microsvuln | |
Initialalize the autodict-ql add codeql scripts | |||
2021-04-02 | fix k-ctx | vanhauser-thc | |
2021-04-01 | try to avoid CI build failure by updating apt packages | vanhauser-thc | |
2021-04-01 | Merge pull request #854 from joeyjiaojg/dev | van Hauser | |
fix if A == B always evalutes to true | |||
2021-04-01 | fix #if A == B always evalutes to true | Jiangen Jiao | |
2021-03-30 | Merge pull request #853 from rchildre3/grammar-mutator-builds | van Hauser | |
Fix grammar mutator build script | |||
2021-03-30 | Fixes: 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-30 | Add 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-30 | add parallel builds | hexcoder | |
2021-03-29 | remove unneeded var | vanhauser-thc | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |
2021-03-26 | Merge pull request #848 from AFLplusplus/stable | van Hauser | |
-m32 support for docker container | |||
2021-03-26 | -m32 support for docker container | vanhauser-thc | |
2021-03-26 | simpler argument processing | hexcoder | |
2021-03-26 | typos | hexcoder | |
2021-03-26 | pass lib -ldl only on Linux platforms | hexcoder- | |
2021-03-26 | fix compilation for llvm 3.8.0 | hexcoder- | |
2021-03-26 | Merge pull request #847 from zouyonghao/patch-1 | van Hauser | |
Update custom_mutators.md |