van Hauser
57637ba0b0
removed overlooked post_lib references, added post_lib examples to examples/custom_mutators
2020-05-15 13:39:42 +02:00
van Hauser
d536ddc240
change: slaves only sync from masters
2020-05-15 09:27:15 +02:00
van Hauser
d334093606
deprecated AFL_POST_LIBRARY
2020-05-14 01:00:11 +02:00
van Hauser
60a5df5262
code-format and slight -S/-M modifications
2020-05-13 16:49:00 +02:00
rish9101
45bddcd808
Fix bugs, remove intial post library test
2020-05-13 19:25:23 +05:30
rish9101
9627458ecc
Add post library API as custom mutator and rename pre_save
2020-05-13 18:59:12 +05:30
van Hauser
7b40d7b942
new code formatting + applied
2020-05-12 11:12:25 +02:00
van Hauser
30bfd44dfd
indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-(
2020-05-10 12:09:37 +02:00
van Hauser
26f8708fed
fix warning, code format
2020-05-10 11:35:31 +02:00
David CARLIER
515de0d68d
Illumos biuld fix ( #357 )
2020-05-10 00:21:26 +02:00
van Hauser
fa84e52af0
custom mutator code enhancements and code-format
2020-05-09 11:35:54 +02:00
Rishi Ranjan
190f3024da
Support multiple custom mutators ( #282 )
...
* Make a list of custom mutators using env variable
* Set up multiple custom mutators
* Add destroy custom mutator and changes to load_custom_mutator
* Use array instead of list, make changes to afl-fuzz-one for multiple mutators
* Make change to fuzz-one custom_queue_get to support multiple mutators
* Modify custom python mutator support
* Fix bug
* Fix missing afl->mutator->data
* Revert to list with max count
* Change custom_pre_save hook and code format
* Free custom_mutator struct in the list
* Add testcase for multiple custom mutators
* Resolve merge conflict
2020-05-08 20:08:27 +02:00
Dominik Maier
66eee34709
refactored global lists
2020-04-26 02:32:09 +02:00
van Hauser
b6a15d9719
switched to clang-format-10
2020-04-20 11:32:44 +02:00
Dominik Maier
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
Dominik Maier
49753eb2d0
unused var
2020-04-17 14:27:28 +02:00
van Hauser
6ee11c2a6f
little more speed for queue analysis
2020-04-17 14:08:40 +02:00
Dominik Maier
8ecfbcdf34
removed tmp alloc in queue
2020-04-17 13:15:24 +02:00
van Hauser
1931838a11
remove unnecessary map_size variables
2020-04-17 11:39:38 +02:00
van Hauser
bda4d8812e
forgot MAP_SIZE for afl struct maps
2020-04-17 11:15:04 +02:00
van Hauser
5b70d23211
added AFL_MAP_SIZE (wip)
2020-04-17 09:10:49 +02:00
Dominik Maier
6940e13629
removed redundent funcs
2020-04-16 17:50:08 +02:00
Dominik Maier
8511638afb
hunting non-static functions
2020-04-16 15:38:43 +02:00
Dominik Maier
b10007a7b5
renamed duplicated func names
2020-04-16 15:32:04 +02:00
Dominik Maier
0c02a8f4d3
changed run_target
2020-04-15 19:23:26 +02:00
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
Andrea Fioraldi
92aaaef381
code format
2020-04-14 12:42:38 +02:00
Andrea Fioraldi
26e690c220
cmplog loop detection
2020-04-14 12:39:29 +02:00
Andrea Fioraldi
1d62bf1c37
solve conflicts
2020-04-14 10:12:41 +02:00
Andrea Fioraldi
982d46e7cb
solve conflicts
2020-04-14 10:11:22 +02:00
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
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
van Hauser
e8e6dbf839
small enhancements and code-format
2020-04-09 10:23:37 +02:00
Dominik Maier
71372c4d2f
fixed docu
2020-04-01 13:10:07 +02:00
Dominik Maier
b83a2c1a00
make travis happy
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
42ee300e92
dropped make switches
2020-04-01 13:10:07 +02:00
h1994st
50fc7327f2
python mutator: fix nullptr for python mutator data
2020-04-01 13:10:07 +02:00
Dominik Maier
81873d97f8
error handling for custom mutators
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
Dominik Maier
9785b15ed2
more custom mutator remodelling
2020-04-01 13:10:05 +02:00
Dominik Maier
e71c2937de
code format
2020-04-01 13:10:05 +02:00
Dominik Maier
71f8cc9dd2
almost
2020-04-01 13:10:05 +02:00
Dominik Maier
d6a7630fe2
more api
2020-03-27 11:06:06 +01:00