4571 Commits

Author SHA1 Message Date
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
Joshua Rogers
6514e33ab6 Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.
Fix spelling mistakes.

Correctly call LSAN_ERROR not MSAN_ERROR.
2021-04-02 22:32:38 +00:00
Joshua Rogers
920e9402a4 Add support for standalone leak-sanitizer, introducting the environment
variable AFL_USE_LSAN.

AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check
for a memory leak when the macro is run. This is especially helpful
when using __AFL_LOOP().

If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set,
the leak checker will run when the program exits.
2021-04-02 22:23:11 +00: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
vanhauser-thc
3ff4ca348c fix k-ctx 2021-04-02 14:39:56 +02:00
vanhauser-thc
e20f0bf0ea try to avoid CI build failure by updating apt packages 2021-04-01 12:33:45 +02:00
van Hauser
c9a96b268b
Merge pull request #854 from joeyjiaojg/dev
fix if A == B always evalutes to true
2021-04-01 12:09:58 +02:00
Jiangen Jiao
1004fb9a41 fix #if A == B always evalutes to true 2021-04-01 07:41:42 +08:00
van Hauser
e190ba1a2f
Merge pull request #853 from rchildre3/grammar-mutator-builds
Fix grammar mutator build script
2021-03-30 17:16:31 +02:00
R. Elliott Childre
221616a1b7 Fixes: 6d2ac3e3140 ("fix grammar download script")
The git submodle entry point is "grammar_mutator" not "grammar-mutator"

The build script fails without this
2021-03-30 11:05:19 -04:00
R. Elliott Childre
049ace8a40
Add network_proxy build targets to gitignore (#852)
All other build targets in utils/ are ignored except for these due to
the lack of file extension.
2021-03-30 16:54:04 +02:00
hexcoder
89eb285a23
add parallel builds 2021-03-30 09:48:21 +02:00
hexcoder
0709d00b10
add parallel builds 2021-03-30 09:44:51 +02:00
vanhauser-thc
84a99f49b8 remove unneeded var 2021-03-29 19:07:47 +02:00
vanhauser-thc
7ca51fab19 ensure one fuzzer sync per cycle, cycle introspection 2021-03-27 12:53:09 +01:00
vanhauser-thc
1edc3ece61 add introspection 2021-03-27 12:50:57 +01:00
vanhauser-thc
eda1ee0807 restructure havoc 2021-03-27 12:24:18 +01:00
van Hauser
5ee2dd6bbd
Merge pull request #848 from AFLplusplus/stable
-m32 support for docker container
2021-03-26 19:38:25 +01:00
vanhauser-thc
eac254ae57 -m32 support for docker container 2021-03-26 19:06:30 +01:00
hexcoder
fa349b4f4c
simpler argument processing 2021-03-26 17:49:20 +01:00
hexcoder
a50d95b831
typos 2021-03-26 17:42:54 +01:00
hexcoder-
3439d641c0 pass lib -ldl only on Linux platforms 2021-03-26 16:56:57 +01:00
hexcoder-
1006abffad fix compilation for llvm 3.8.0 2021-03-26 16:19:07 +01:00
van Hauser
1f3d5c271a
Merge pull request #847 from zouyonghao/patch-1
Update custom_mutators.md
2021-03-26 09:05:31 +01:00
van Hauser
96533f627e
Merge pull request #845 from joeyjiaojg/dev
Dev
2021-03-26 09:03:51 +01:00
Yong-Hao Zou
2c5844f665
Update custom_mutators.md 2021-03-26 15:41:19 +08:00
vanhauser-thc
22c696ff1c update README 2021-03-25 20:24:47 +01:00
vanhauser-thc
c169cb3911 integrate frida_mode, code-format 2021-03-25 20:10:09 +01:00
van Hauser
00a53a870d
Merge pull request #833 from WorksButNotTested/frida
Frida
2021-03-25 19:42:27 +01:00
Your Name
1725e6be31 Fix support for afl-cmin and updated README 2021-03-25 17:41:14 +00:00
vanhauser-thc
0029c1a83e remove InsTrim 2021-03-25 15:35:06 +01:00
Jiangen Jiao
c892642057 android: support host and target 32bit build 2021-03-25 20:40:31 +08:00
vanhauser-thc
236a67621b try to trigger github actions 2021-03-25 10:27:30 +01:00
vanhauser-thc
2d662ace87 try to trigger github actions 2021-03-25 10:25:32 +01:00
vanhauser-thc
447d232caf update changelog 2021-03-25 08:55:41 +01:00