Andrea Fioraldi
1fbface656
cmplog is now better
2020-04-14 10:09:03 +02:00
van Hauser
dda096da03
allow -L -1 to enable mopt in parallel to classic mutation
2020-04-13 12:12:27 +02:00
Andrea Fioraldi
033c743a41
fix all cmplog errors
2020-04-13 11:37:48 +02:00
Andrea Fioraldi
0022cc4782
fix some cmplog refactoring bugs
2020-04-13 10:40:24 +02:00
Dominik Maier
995e556065
cmplog forkserver tidying
2020-04-13 08:54:59 +02:00
David CARLIER
7919545499
Better solution for ARM64 build fix ( #315 )
2020-04-12 16:55:52 +02:00
David CARLIER
ee4e1936d0
build on arm64 fix. tested on Android. ( #313 )
2020-04-12 14:20:10 +02:00
van Hauser
cc3ac932d9
fix -E/-V
2020-04-11 09:16:30 +02:00
van Hauser
32ba60185e
more refactoring and update changelog
2020-04-11 08:02:54 +02:00
Dominik Maier
29ee3a1ffc
refactored cmplog
2020-04-11 01:09:07 +02:00
Dominik Maier
39e8b91806
code format
2020-04-10 22:54:31 +02:00
Dominik Maier
3209a9d4e8
removed vla for tmpfile
2020-04-10 20:35:16 +02:00
Dominik Maier
0b9f7c4c89
added back afl_state_deinit
2020-04-10 14:34:17 +02:00
van Hauser
04360a35ed
fix review comments by Heiko
2020-04-09 10:23:37 +02:00
hexcoder-
ae05f5c4b0
afl-fuzz: add usage info when no python support is there, use it in test.sh
2020-04-09 10:23:37 +02:00
van Hauser
ecdffa03f8
added snapshot feature to documentation
2020-04-09 10:23:37 +02:00
van Hauser
e8e6dbf839
small enhancements and code-format
2020-04-09 10:23:37 +02:00
van Hauser
e95ac10ff7
fix ASAN check
2020-04-01 13:10:07 +02:00
Dominik Maier
29b1e30126
fixed asan mem limit
2020-04-01 13:10:07 +02:00
van Hauser
24b9eddc7e
disable memory limits for ASAN build
2020-04-01 13:10:07 +02:00
Dominik Maier
b83a2c1a00
make travis happy
2020-04-01 13:10:07 +02:00
van Hauser
d39e9ea11c
little performance enhancements
2020-03-22 19:06:39 +01:00
van Hauser
5b64681867
a little bit more performance
2020-03-22 18:27:04 +01:00
van Hauser
5a0cc43ee1
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
2020-03-22 09:26:46 +01:00
van Hauser
5cf3426834
remove debug code
2020-03-21 22:17:57 +01:00
van Hauser
c6db05c5ae
test.sh with -no-pie
2020-03-21 21:10:38 +01:00
van Hauser
29853549c3
add RARE schedule. also fixes doc_path
2020-03-20 08:54:09 +01:00
van Hauser
be261b3e69
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
2020-03-19 15:20:39 +01:00
van Hauser
3aa7242925
added mmopt power schedule
2020-03-17 21:42:36 +01:00
van Hauser
61ba214f19
print a completed UI screen on exit without bugs :)
2020-03-15 22:51:22 +01:00
van Hauser
87599de782
fix errors in last commit (u8)afl_get_env
2020-03-15 19:39:03 +01:00
Rishi Ranjan
126d1f1cd1
Move afl-fuzz related env variables into afl_state_t ( #252 )
...
* Move afl-fuzz related env variables into afl_state_t
* Move the env variables assignment from fuzz_init and code Format
* Fix typo
* Remove redundant env variables from afl_env struct
* Rename function to read_afl_environment
2020-03-15 18:29:23 +01:00
Dominik Maier
15ba6249fc
fauxserver
2020-03-15 17:02:48 +01:00
hexcoder-
746a2a0ed0
afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with
...
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
2020-03-13 17:23:23 +01:00
Dominik Maier
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00
van Hauser
38d9aedb26
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
2020-03-10 06:54:31 +01:00
Dominik Maier
1136e887bd
now wiht 90% less leaks
2020-03-09 21:34:11 +01:00
van Hauser
73a1b39446
quickfix for first big bug that use_stdin was not correctly initialized and could not be set
2020-03-09 19:40:59 +01:00
van Hauser
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
Dominik Maier
dba3595c0a
AFL without globals ( #220 )
...
* moved globals to afl, shm and fsrv
* moved argv to afl state, less bugs
* fixed unicorn docu
* lists everywhere
* merged custom mutators
* fixed leaks in afl-fuzz
2020-03-09 11:24:10 +01:00
van Hauser
36ce9c1fb9
more code format
2020-03-09 08:30:28 +01:00
van Hauser
cc72f5dfd0
clarify -N option
2020-03-05 11:04:55 +01:00
h1994st
445d4b7e59
Update the documents of the custom mutator
...
- Merge python_mutators.md into custom_mutator.md
- Remove python_mutators.md
2020-03-03 23:17:24 -05:00
h1994st
df46521658
Finish refactoring APIs for the custom mutator and Python module
...
- Remove AFL_PYTHON_ONLY (env) and python_only (variable)
- Unify fuzz API of the custom mutator and Python module
- Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
2020-03-03 19:48:13 -05:00
h1994st
90506479e7
Refactoring fuzz_py
API
2020-03-02 21:30:10 -05:00
h1994st
031946136b
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
2020-03-02 15:27:31 -05:00
h1994st
7b59e05600
Add new APIs for the custom mutator
2020-03-02 15:27:29 -05:00
Dominik Maier
43e97a5aa2
Autoresume added to help
2020-03-02 16:10:08 +01:00
Dominik Maier
3e0a3ec45f
migrated autoresume to use get_afl_env
2020-03-01 14:09:21 +01:00
Dominik Maier
6865cd8d69
Added AFL_AUTORESUME option
2020-03-01 13:47:33 +01:00