Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | Merge pull request #866 from AFLplusplus/tmp | van Hauser | |
removed -lc++ linking for lto | |||
2021-04-08 | removed -lc++ linking for lto | vanhauser-thc | |
2021-04-07 | fix forkserver timeout error msg | vanhauser-thc | |
2021-04-07 | Merge pull request #860 from joeyjiaojg/dev | hexcoder | |
android: disable sigaction inside debuggerd | |||
2021-04-07 | android: disable sigaction inside debuggerd | Jiangen Jiao | |
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173 | |||
2021-04-06 | Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev | hexcoder- | |
2021-04-06 | better understandable directory creation logic | hexcoder- | |
2021-04-06 | add missing env | vanhauser-thc | |
2021-04-06 | Haiku: create directory for debug_server, if not present | hexcoder- | |
2021-04-06 | better MacOs msg | vanhauser-thc | |
2021-04-05 | Merge pull request #857 from Begasus/haiku | van Hauser | |
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | |||
2021-04-05 | Declare private api __kern_write for Haiku | begasus | |
2021-04-05 | Fix undeclared SYS_write on Haiku | begasus | |
2021-04-04 | fix conflict | begasus | |
2021-04-04 | Add -lnetwork to dependencies for Haiku | begasus | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | begasus | |
2021-04-04 | revert Heiko's commit | 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 |