about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
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-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-01fix #if A == B always evalutes to trueJiangen Jiao
2021-03-26simpler argument processinghexcoder
2021-03-24Merge pull request #817 from realmadsci/atat-plusplusvan Hauser
Make @@ handling more flexible
2021-03-21formatvanhauser-thc
2021-03-20close fds when executing one by one. (#835)Josh Bundt (tr0gd0r)
* closes fd when executing one by one. * clean aflpp_driver
2021-03-19libdislocator freebsd 13 update to amke it worksDavid Carlier
with vm.imply_prot_max set.
2021-03-17fix is now closer to original statementhexcoder
2021-03-17Merge branch 'dev' into atat-plusplushexcoder
2021-03-16fix two bugs in error messagehexcoder
$1 and $2 have been modified here by two previous shift commands.
2021-03-16fix cmplog rtnvanhauser-thc
2021-03-15Remove AFL_PRELOAD and AFL_USE_QASAN handlersrealmadsci
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-15triage_crashes.sh: Fix error reportingrealmadsci
2021-03-15triage_crashes.sh: Allow @@ to be part of an argrealmadsci
2021-03-13doc: Clarify default value of N iterations in aflpp_driverMarcoFalke
2021-02-28fix afl-common compilevanhauser-thc
2021-02-26remove debug outputvanhauser-thc
2021-02-15ran black on python scriptsDominik Maier
2021-02-07larger map, stats reload fix, code formatvanhauser-thc
2021-02-06remove compiler warningsvanhauser-thc
2021-02-03afl-untracer: Mac M1 build update proposal.David CARLIER
2021-02-01Merge pull request #721 from GanbaruTobi/patch-1van Hauser
Clarify usage of LD_LIBRARY_PATH in afl_frida
2021-02-01Clarify usage of LD_LIBRARY_PATH in afl_fridaTobias Mayer
This will help not *accidentally* trying to set the variable to the library's binary.
2021-01-31code-formatvan Hauser
2021-01-31fix -Z, remove q->nextaflpp
2021-01-30afl-frida faster for x86_x64van Hauser
2021-01-30remove warningsvan Hauser
2021-01-28Fix dev branch for android (#710)Joey Jiaojg
* android: replace rindex with strrchr * android: support 64bit only due to 128bit integer not supported by 32bit system Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com>