1e0bc2e5c3
Merge remote-tracking branch 'origin/dev' into statsd_implem
2020-10-04 16:03:15 +02:00
ca6106a1dc
Refactor
2020-10-04 14:24:25 +02:00
6006cce0cf
Define config, change parent func to show_stats
2020-10-04 03:24:09 +02:00
6404abd7d6
bugfix for fixed seeds
2020-09-07 17:30:28 +02:00
2f90f2faba
code-format
2020-09-05 13:19:19 +02:00
e30b2c6af6
final changes for pre-3.0
2020-09-05 13:18:28 +02:00
976ee9022c
fix assignment
2020-09-04 22:47:37 +02:00
0625eb0a05
avoid signed ints for amounts (which are positive)
2020-09-04 22:26:39 +02:00
77b824d101
compile fix
2020-09-04 17:56:17 +02:00
b7b38205d8
fix travis
2020-09-04 17:37:11 +02:00
6c715f1a69
more changes to fuzzer_setup
2020-09-04 17:04:42 +02:00
50f61b64b1
Make open_file() inline
2020-09-04 16:22:22 +02:00
809a7cffe2
Write set environment variables in an env file style.
2020-09-04 16:02:09 +02:00
6adaacbb3a
Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start
2020-09-04 15:54:57 +02:00
e45ae8e5da
Export set afl_environment_variables to stats
2020-09-04 13:48:43 +02:00
47878f6974
add execs_done to plot file
2020-08-21 23:33:35 +02:00
af14acf2c1
Revert "Merge branch 'debug' into dev"
...
This reverts commit a7537b5511
, reversing
changes made to 15e799f7ae
.
2020-08-14 14:35:05 +02:00
4f695b6f4c
fixes
2020-08-11 11:16:48 +02:00
22d3a5e90a
enabled Wextra, fixed bugs
2020-08-07 16:55:58 +02:00
6cfa27d78a
remove dead code, code-format
2020-07-29 11:47:32 +02:00
4550613f58
Merge branch 'dev' into text_inputs
2020-07-29 11:39:00 +02:00
2323c30b5b
fix honggfuzz dict
2020-07-26 22:05:14 +02:00
16e362d2b9
add last 60s exec/s stat
2020-07-26 15:55:03 +02:00
44928a0265
write expand havoc value to fuzzer_stats
2020-07-22 02:41:19 +02:00
8178f4dfdd
remove radamsa, add radamsa custom mutator
2020-06-25 16:51:29 +02:00
b5573b3adb
add seek power schedule, remove update stats in calibration, fix help output
2020-06-25 10:33:59 +02:00
15dd4ad177
fix plot
2020-06-25 08:50:34 +02:00
dc002b4b35
code format
2020-06-15 11:08:24 +02:00
67d87dd2a9
Porting to Haiku.
...
getrusage does not implement resident memory gathering, no shm api neither.
2020-06-14 15:32:02 +00:00
e8da5f9e28
code format and debug
2020-06-11 19:30:28 +02:00
cbdcd32959
systems w/o affinity support build fix
2020-06-09 22:14:13 +01:00
5fa0f8f55b
fix debug output in stats
2020-06-09 17:01:41 +02:00
32a40ab5c5
add cpu affinity to fuzzer_stats
2020-06-09 11:22:27 +02:00
dd0ca7335f
switch shmem_len to the map
2020-06-03 15:49:23 +02:00
fc164e4709
code format
2020-06-03 10:50:49 +02:00
83112ed5e0
got rid of questionable phrasing
2020-06-02 14:54:24 +02:00
ee14785f68
starting shmap support for unicorn
2020-05-31 04:13:41 +02:00
515de0d68d
Illumos biuld fix ( #357 )
2020-05-10 00:21:26 +02:00
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
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
c961925356
fix plot_data output and code-format
2020-04-17 07:10:42 +02:00
c009896c34
code format
2020-04-14 19:29:18 +02:00
6dc36f1e6e
unified forkservered run_target, fixes #308
2020-04-14 19:27:25 +02:00
f4436f118c
fixed #317
2020-04-14 17:21:15 +02:00
92aaaef381
code format
2020-04-14 12:42:38 +02:00
a897f355a9
code format
2020-04-13 16:57:41 +02:00
326ab632c3
fixed uaf and warnings
2020-04-13 16:57:19 +02:00
7919545499
Better solution for ARM64 build fix ( #315 )
2020-04-12 16:55:52 +02:00
ee4e1936d0
build on arm64 fix. tested on Android. ( #313 )
2020-04-12 14:20:10 +02:00
cc3ac932d9
fix -E/-V
2020-04-11 09:16:30 +02:00