Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-01 | fix #if A == B always evalutes to true | Jiangen Jiao | |
2021-03-26 | simpler argument processing | hexcoder | |
2021-03-24 | Merge pull request #817 from realmadsci/atat-plusplus | van Hauser | |
Make @@ handling more flexible | |||
2021-03-21 | format | vanhauser-thc | |
2021-03-20 | close fds when executing one by one. (#835) | Josh Bundt (tr0gd0r) | |
* closes fd when executing one by one. * clean aflpp_driver | |||
2021-03-19 | libdislocator freebsd 13 update to amke it works | David Carlier | |
with vm.imply_prot_max set. | |||
2021-03-17 | fix is now closer to original statement | hexcoder | |
2021-03-17 | Merge branch 'dev' into atat-plusplus | hexcoder | |
2021-03-16 | fix two bugs in error message | hexcoder | |
$1 and $2 have been modified here by two previous shift commands. | |||
2021-03-16 | fix cmplog rtn | vanhauser-thc | |
2021-03-15 | Remove AFL_PRELOAD and AFL_USE_QASAN handlers | realmadsci | |
These are now processed in afl-qemu-trace so that the "copy+paste" code that is in all of the other AFL tools can be removed. This also allows the AFL_USE_QASAN flag to work the same when used with tools like afl-fuzz as it does with afl-qemu-trace. This is important in situations where loading the QASAN library changes the address of your desired entrypoint, or for crash validation using the same environment that afl-fuzz was using. With this change, the same set of environment variables can be used in exactly the same way between afl-fuzz, afl-showmap, and afl-qemu-trace, and you will get exactly the same guest environment. | |||
2021-03-15 | triage_crashes.sh: Fix error reporting | realmadsci | |
2021-03-15 | triage_crashes.sh: Allow @@ to be part of an arg | realmadsci | |
2021-03-13 | doc: Clarify default value of N iterations in aflpp_driver | MarcoFalke | |
2021-02-28 | fix afl-common compile | vanhauser-thc | |
2021-02-26 | remove debug output | vanhauser-thc | |
2021-02-15 | ran black on python scripts | Dominik Maier | |
2021-02-07 | larger map, stats reload fix, code format | vanhauser-thc | |
2021-02-06 | remove compiler warnings | vanhauser-thc | |
2021-02-03 | afl-untracer: Mac M1 build update proposal. | David CARLIER | |
2021-02-01 | Merge pull request #721 from GanbaruTobi/patch-1 | van Hauser | |
Clarify usage of LD_LIBRARY_PATH in afl_frida | |||
2021-02-01 | Clarify usage of LD_LIBRARY_PATH in afl_frida | Tobias Mayer | |
This will help not *accidentally* trying to set the variable to the library's binary. | |||
2021-01-31 | code-format | van Hauser | |
2021-01-31 | fix -Z, remove q->next | aflpp | |
2021-01-30 | afl-frida faster for x86_x64 | van Hauser | |