Dominik Maier
c009896c34
code format
2020-04-14 19:29:18 +02:00
Dominik Maier
6dc36f1e6e
unified forkservered run_target, fixes #308
2020-04-14 19:27:25 +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
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
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
van Hauser
3a509c6168
LTO optimization, variable map size, autodictionary ( #307 )
...
* lto module clean-up
* step 1/3
* step 1/3 completed
* if tmp is ever made non-static
* parts 2 and 3 - autodictionary is complete
* variable map_size support
* variable map size: changed overlooked functions
* remove debug for autodict
* 64 bit alignment of map size
* fix review comments
* force 64 bit alignment on both sides
* typo
2020-04-10 22:33:11 +02:00
Dominik Maier
f0f83bab52
resize fix + code format
2020-04-10 17:47:22 +02:00
van Hauser
c14fd1ad18
code format, small improvements
2020-04-09 10:23:37 +02:00
Dominik Maier
d611e7d50e
next_p2 replaced by next_pow2
2020-04-01 13:10:07 +02:00
Dominik Maier
25d6d21617
code format
2020-04-01 13:10:07 +02:00
Dominik Maier
74b4096570
one less alloc
2020-04-01 13:10:07 +02:00
Dominik Maier
5a4d4ad736
fixed bug in cmplog
2020-04-01 13:10:07 +02:00
Dominik Maier
452067ffca
added read_timed
2020-04-01 13:10:06 +02:00
Dominik Maier
ab5e0703da
tiny changes in custom mut api
2020-04-01 13:10:06 +02:00
hexcoder-
738a245c3e
fix warning in afl-fuzz-run, tested with '-m32' also
2020-04-01 13:10:06 +02:00
Dominik Maier
9785b15ed2
more custom mutator remodelling
2020-04-01 13:10:05 +02:00
Dominik Maier
d6a7630fe2
more api
2020-03-27 11:06:06 +01:00
Dominik Maier
e9c7610cb7
edited custom mutator pre_save api
2020-03-27 11:06:06 +01:00
Dominik Maier
6d3dc83c5d
code format
2020-03-27 11:06:06 +01:00
Dominik Maier
89512d4e05
fixed call of custom mutators
2020-03-27 11:06:06 +01:00
Dominik Maier
83f925ccc9
unsafer
2020-03-23 15:02:26 +01:00
Dominik Maier
cbde30e9d4
less branches, cleanup
2020-03-23 00:14:03 +01:00
van Hauser
5cf3426834
remove debug code
2020-03-21 22:17:57 +01:00
Dominik Maier
54d01fec43
moved string formatting to header
2020-03-21 21:48:52 +01:00
van Hauser
f8d717d195
test.sh fix
2020-03-21 21:42:32 +01:00
van Hauser
c6db05c5ae
test.sh with -no-pie
2020-03-21 21:10:38 +01:00
Dominik Maier
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
Dominik Maier
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
Dominik Maier
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
van Hauser
f9f163e48f
fix afl-fuzz-document
2020-03-15 17:07:06 +01:00
Dominik Maier
15ba6249fc
fauxserver
2020-03-15 17:02:48 +01:00
Rishi Ranjan
f17a3dde1a
Replace timer with select in forkserver, where possible ( #246 )
2020-03-11 00:34:51 +01:00
Dominik Maier
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00
van Hauser
2832cb643d
removed debug output
2020-03-10 16:27:28 +01:00
Rishi Ranjan
cd377f3d99
Replace alarms with select and threads ( #243 )
...
* Use select to monitor forkserver for timeouts instead of alarm
* Remove redundent conditons in select monitoring of fdsin forkserver and cmplog
* Replace SIGALARM with POSIX timers in afl-fuzz-run
* Make changes to Makefile to use POSIX timers
* Resolve Merge Conflicts and rename variables accordingly
* Change forkserver and cmplog to handle exec_tmout = 0
* Handle timeout function bug rectify
* Add error handling to afl-fuzz run timers
* Add timer_delete to afl-fuzz-run
* Remove memory leaks
2020-03-10 13:07:29 +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
Dominik Maier
3ac568c40c
Fix leaks when stopping afl ( #228 )
2020-03-05 20:23:04 +01:00
Andrea Fioraldi
70a67ca67d
fix null ptr deref before trim_case_custom call
2020-03-04 19:28:29 +01: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
7862416844
Uniform API for both Python and custom mutator
2020-03-02 19:29:41 -05:00
Andrea Fioraldi
f5d4618702
stop the fuzzer if AFL_QEMU_PERSISTENT_ADDR is wrong
2020-01-31 18:49:22 +01:00
Andrea Fioraldi
6e9fce1c2d
Merge branch 'master' into CmpLog
2020-01-30 22:52:27 +01:00
van Hauser
0d5a8f69e9
fixed Heiko's global search-replace :)
2020-01-20 19:21:44 +01:00
Andrea Fioraldi
55e9297202
first experiment cmplog
2020-01-17 16:39:05 +01:00