van Hauser
6cfa27d78a
remove dead code, code-format
2020-07-29 11:47:32 +02:00
van Hauser
ff107714f1
remove test input mutation in havoc
2020-07-26 15:00:44 +02:00
van Hauser
ecb0601bc1
massage chances
2020-07-24 13:42:39 +02:00
van Hauser
30c0991543
better text mutation
2020-07-24 13:26:07 +02:00
van Hauser
1ddb70e0d9
fix compilation
2020-07-23 05:08:20 +02:00
Andrea Fioraldi
a46a733dbe
fix bugs
2020-07-22 17:04:57 +02:00
Andrea Fioraldi
b015e4f07a
epand havoc now env
2020-07-22 16:15:16 +02:00
van Hauser
ce9b4698fe
added andrea's splicing, added cycle_schedules
2020-07-21 20:53:51 +02:00
Andrea Fioraldi
c2b04bdf6c
queue buffer and new splice havoc mutation
2020-07-16 14:32:41 +02:00
root
4b99ebbf22
Revert "Merge branch 'text_inputs' into dev"
...
This reverts commit 6d9b29daca46c8912aa9ddf6c053bc8554e9e9f7, reversing
changes made to 07648f75ea5ef8f03a92db0c7566da8c229dc27b.
2020-06-29 18:48:17 +02:00
van Hauser
6d9b29daca
Merge branch 'text_inputs' into dev
2020-06-29 18:35:51 +02:00
Andrea Fioraldi
976e99b1d4
original fix for calibration error
2020-06-26 10:17:21 +02:00
van Hauser
8178f4dfdd
remove radamsa, add radamsa custom mutator
2020-06-25 16:51:29 +02:00
Dominik Maier
7119bf5d86
Added rand, hash unittests
2020-06-22 21:58:23 +02:00
van Hauser
76a2d9b59b
further refinement
2020-06-22 13:48:59 +02:00
van Hauser
de2c565953
first commit, looks good
2020-06-19 18:05:04 +02:00
van Hauser
f6d2da27e3
switched to new MOpt dictionary support
2020-06-15 21:07:35 +02:00
van Hauser
ada59feda8
improve performance for default power schedule
2020-06-15 20:02:28 +02:00
Dominik Maier
dc002b4b35
code format
2020-06-15 11:08:24 +02:00
Dominik Maier
acb0a2f027
fixed potential bugs
2020-06-15 11:07:57 +02:00
van Hauser
a632c00b0d
switch to faster and better hash + random
2020-06-12 16:08:49 +02:00
van Hauser
7d19b108c4
fix warnings
2020-06-12 09:23:38 +02:00
van Hauser
818afe6232
added MOpt dictionary support from repo
2020-06-12 08:27:03 +02:00
van Hauser
fc164e4709
code format
2020-06-03 10:50:49 +02:00
Dominik Maier
83112ed5e0
got rid of questionable phrasing
2020-06-02 14:54:24 +02:00
van Hauser
aace0d1192
code format
2020-05-27 11:28:29 +02:00
arnow117
dab498c3b7
fix MOPT implementation flaws in core fuzzing
2020-05-27 16:01:44 +08: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
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
Dominik Maier
8511638afb
hunting non-static functions
2020-04-16 15:38:43 +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
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
Dominik Maier
326ab632c3
fixed uaf and warnings
2020-04-13 16:57:19 +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
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
c8bdf0790f
reenabled custom mutator report
2020-04-01 13:10:07 +02:00
Dominik Maier
c36c34cf9e
fixed example
2020-04-01 13:10:07 +02:00
h1994st
e910c224da
afl-fuzz-one.c: minor update
2020-04-01 13:10:07 +02:00
h1994st
61ea398612
Fix heap allocation bug
...
- Reason: `afl->out_size` is not consistent with the actual allocation
of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change
`afl->out_size`, but `afl->out_buf` is not changed
2020-04-01 13:10:07 +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
5bd8aa489b
fixed leak
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