Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-16 | Merge branch 'dev' into dev | van Hauser | |
2021-04-16 | Add new line | Microsvuln | |
Add new line | |||
2021-04-16 | Update readme | Microsvuln | |
fix typo in readme | |||
2021-04-16 | Add newline | Microsvuln | |
Add newline | |||
2021-04-16 | review | hexcoder | |
2021-04-15 | autoformat with black | Dominik Maier | |
2021-04-14 | allow aflpp_qemu_driver_hook.o to fail | vanhauser-thc | |
2021-04-14 | update readme | vanhauser-thc | |
2021-04-14 | add readme | vanhauser-thc | |
2021-04-14 | qemu driver new api | Andrea Fioraldi | |
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-04 | Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP | begasus | |
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 | |