about summary refs log tree commit diff
path: root/utils
AgeCommit message (Collapse)Author
2021-04-30nitsvanhauser-thc
2021-04-30fix PCGUARD, build aflpp_driver with fPICvanhauser-thc
2021-04-29nitsvanhauser-thc
2021-04-28Integer overflow/underflow fixes in libdislocator (#889)Dmitry Zheregelya
* libdislocator: fixing integer overflow in 'max_mem' variable and setting 'max_mem' type to 'size_t' * libdislocator: fixing potential integer underflow in 'total_mem' variable due to its different values in different threads
2021-04-28nitsvanhauser-thc
2021-04-26update util readmevanhauser-thc
2021-04-26fix qdbivanhauser-thc
2021-04-26moved custom_mutator examplesDominik Maier
2021-04-16Merge branch 'dev' into devvan Hauser
2021-04-16Add new lineMicrosvuln
Add new line
2021-04-16Update readmeMicrosvuln
fix typo in readme
2021-04-16Add newlineMicrosvuln
Add newline
2021-04-16reviewhexcoder
2021-04-15autoformat with blackDominik Maier
2021-04-14allow aflpp_qemu_driver_hook.o to failvanhauser-thc
2021-04-14update readmevanhauser-thc
2021-04-14add readmevanhauser-thc
2021-04-14qemu driver new apiAndrea Fioraldi
2021-04-05Merge pull request #857 from Begasus/haikuvan Hauser
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-04Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAPbegasus
2021-04-03change curmicrosvuln
change current dir
2021-04-03Add `microsvuln
Add `
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