vanhauser-thc
3c846859ee
cleanup
2021-04-04 20:05:02 +02:00
van Hauser
c23183f1dc
Merge pull request #855 from MegaManSec/leak-sanitizer
...
Add support for standalone leak-sanitizer
2021-04-04 15:28:42 +02:00
Joshua Rogers
99819cf5d1
Move definition of __AFL_LEAK_CHECK inside ifguards,
...
use LSAN_OPTIONS=print_suppressions=0
2021-04-04 12:45:52 +00:00
van Hauser
53facd8882
Merge pull request #856 from Microsvuln/dev
...
Autodict-QL : Token generation for fuzzing with CodeQL
2021-04-03 18:52:00 +02:00
Joshua Rogers
fee7470083
Remove check for exit_code on LSAN and replace it with check for
...
symbolize=0.
2021-04-03 14:57:52 +00:00
Joshua Rogers
afc4da47f7
Fix typos,
...
Use symbolize=0 for LSAN,
Remove syntactic sugar.
2021-04-03 14:50:35 +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
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
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
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