288 Commits

Author SHA1 Message Date
van Hauser
201d82ae0d
Merge pull request #857 from Begasus/haiku
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-05 14:01:40 +02:00
begasus
845c584b9c Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP 2021-04-04 17:41:43 +00:00
microsvuln
d35a90101f change cur
change current dir
2021-04-03 16:33:56 +04:00
microsvuln
a7141b6a6e Add `
Add `
2021-04-03 16:31:51 +04:00
microsvuln
2b4e93faba Add note
Add note
2021-04-03 16:30:58 +04:00
microsvuln
c4ad4681cf Update readme
Update readme
2021-04-03 16:28:42 +04:00
microsvuln
05c13588d7 remove dirs
remove dirs
2021-04-03 16:22:51 +04:00
microsvuln
050f331c54 remove unessential things
remove unessential things from scripts
2021-04-03 16:04:14 +04:00
microsvuln
d5fc03b718 update qlpack name
update qlpack name
2021-04-03 15:49:17 +04:00
microsvuln
70e9757044 new commit - change strings
new commit - change strings
2021-04-03 15:47:22 +04:00
microsvuln
6c88b6b362 Update python scripts
Update python scripts
2021-04-03 14:13:55 +04:00
microsvuln
8d894eec90 Add python scripts
Add python scripts
2021-04-03 14:11:33 +04:00
microsvuln
7a3dfbce71 remove things
remove things
2021-04-03 14:07:13 +04:00
microsvuln
7f6d256014 space
space
2021-04-03 14:06:12 +04:00
microsvuln
4291c3db5d finalize 1
commit final things
2021-04-03 14:04:06 +04:00
microsvuln
8f9d1fd7b0 Updates
update
2021-04-03 03:16:13 +04:00
microsvuln
b7d12c8532 Update readme
Update readme
2021-04-03 02:45:46 +04:00
microsvuln
b418c31479 Some updates on readme
Some updates on readme
2021-04-03 02:39:09 +04:00
microsvuln
bc99b5ba03 update readme
update readme
2021-04-03 02:13:18 +04:00
microsvuln
c4f418c3b2 Add shell command
Add shell command
2021-04-03 02:12:24 +04:00
microsvuln
67989e9f2a update
update
2021-04-03 02:09:38 +04:00
microsvuln
7a383342de rename python file
rename python file
2021-04-03 02:07:52 +04:00
microsvuln
01658fb2e8 Update readme
Update readme
2021-04-03 02:07:24 +04:00
microsvuln
cabde32140 Update readme
Update readme
2021-04-03 02:06:18 +04:00
microsvuln
6088a0d4c2 update readme
update readme
2021-04-03 02:04:17 +04:00
microsvuln
a26ed3b758 update the codes, readme
- add readme
- add required qlpack.yml
2021-04-03 02:02:45 +04:00
microsvuln
565f61a6ab Initialalize the autodict-ql
Initialalize the autodict-ql
add codeql scripts
2021-04-02 20:09:16 +04:00
Jiangen Jiao
1004fb9a41 fix #if A == B always evalutes to true 2021-04-01 07:41:42 +08:00
hexcoder
fa349b4f4c
simpler argument processing 2021-03-26 17:49:20 +01:00
van Hauser
7dc4847869
Merge pull request #817 from realmadsci/atat-plusplus
Make @@ handling more flexible
2021-03-24 11:26:10 +01:00
vanhauser-thc
84534ae2e8 format 2021-03-21 16:23:08 +01:00
Josh Bundt (tr0gd0r)
33dd2ce021
close fds when executing one by one. (#835)
* closes fd when executing one by one.

* clean aflpp_driver
2021-03-20 09:34:40 +01:00
David Carlier
14e1b0ffba libdislocator freebsd 13 update to amke it works
with vm.imply_prot_max set.
2021-03-19 21:19:22 +00:00
hexcoder
a7797f0cb9
fix is now closer to original statement 2021-03-17 08:04:29 +01:00
hexcoder
d17abce59b
Merge branch 'dev' into atat-plusplus 2021-03-17 08:00:32 +01:00
hexcoder
6840e8fd2a
fix two bugs in error message
$1 and $2 have been modified here by two previous shift commands.
2021-03-16 22:58:10 +01:00
vanhauser-thc
862cb3217f fix cmplog rtn 2021-03-16 14:38:13 +01:00
realmadsci
01ad7610be Remove AFL_PRELOAD and AFL_USE_QASAN handlers
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 13:03:16 -07:00
realmadsci
b289e7ad07 triage_crashes.sh: Fix error reporting 2021-03-15 12:25:01 -07:00
realmadsci
70403f7e1b triage_crashes.sh: Allow @@ to be part of an arg 2021-03-15 12:25:01 -07:00
MarcoFalke
db342c9c81
doc: Clarify default value of N iterations in aflpp_driver 2021-03-13 11:03:08 +01:00
vanhauser-thc
f81ef4abf4 fix afl-common compile 2021-02-28 00:12:39 +01:00
vanhauser-thc
79e02c2a9b remove debug output 2021-02-26 22:54:35 +01:00
Dominik Maier
cebde1f9e6 ran black on python scripts 2021-02-15 13:52:23 +01:00
vanhauser-thc
209c5ba465 larger map, stats reload fix, code format 2021-02-07 05:33:02 +01:00
vanhauser-thc
d920104248 remove compiler warnings 2021-02-06 12:26:51 +01:00
David CARLIER
8bd70a50b1 afl-untracer: Mac M1 build update proposal. 2021-02-03 07:38:09 +00:00
van Hauser
ba7bf99235
Merge pull request #721 from GanbaruTobi/patch-1
Clarify usage of LD_LIBRARY_PATH in afl_frida
2021-02-01 17:53:08 +01:00
Tobias Mayer
e954c891a0
Clarify usage of LD_LIBRARY_PATH in afl_frida
This will help not *accidentally* trying to set the variable to the library's binary.
2021-02-01 17:32:45 +01:00
van Hauser
cc0210426a code-format 2021-01-31 17:32:24 +01:00