|
0220a8ff66
|
Add env var toggle for StatsD
|
2020-10-08 20:48:46 +02:00 |
|
|
fd4a2dfec2
|
fix persistent_demo_new.c
|
2020-10-08 17:51:16 +02:00 |
|
|
deab5a1532
|
Add documentation/help for AFL_STATSD_TAGS_FLAVOR
|
2020-10-07 19:44:02 +02:00 |
|
|
c12b98e0a4
|
efficient queue jump
|
2020-10-07 17:45:54 +02:00 |
|
|
794e8d2d67
|
change HAVOC_MAX_MULT* to 64
|
2020-10-07 08:32:58 +02:00 |
|
|
1fd2ffaf14
|
Fix read on undefined char*.
|
2020-10-07 00:51:31 +02:00 |
|
|
3e16cf5fbf
|
Remove statsd_socket_init, just let it init when doing the first iteration
|
2020-10-07 00:20:13 +02:00 |
|
|
17abe7d36e
|
Fixed segfault because wrong order in args
|
2020-10-06 23:23:45 +02:00 |
|
|
3d7bdc9f0b
|
[WIP: segfault on non dogstatsd] Adding MACROS for format
|
2020-10-06 23:00:11 +02:00 |
|
|
f519fff7bc
|
fix compiler warning on 32-bit platforms
|
2020-10-06 21:56:17 +02:00 |
|
|
231420775f
|
fix test-performance.sh
|
2020-10-06 19:49:48 +02:00 |
|
|
2d5fadc1e6
|
hunting ref underflow
|
2020-10-06 16:45:25 +02:00 |
|
|
4f207b4eba
|
fixed ref check
|
2020-10-06 16:20:32 +02:00 |
|
|
693252c737
|
fixed missing quote warning
|
2020-10-06 16:17:53 +02:00 |
|
|
74dc227c44
|
code format
|
2020-10-06 15:38:36 +02:00 |
|
|
a4b60ca5b6
|
testcase cache added
|
2020-10-06 15:37:59 +02:00 |
|
|
fd4efd04a1
|
fixed gcc 10 warning
|
2020-10-05 23:07:22 +02:00 |
|
|
9ac9aa2511
|
Fix code format
|
2020-10-05 22:21:24 +02:00 |
|
|
916b6fd317
|
Refactor global var into afl_state_t struct
|
2020-10-05 22:21:01 +02:00 |
|
|
2bf3a70e2b
|
Correctly handle env var.
|
2020-10-05 22:01:50 +02:00 |
|
|
9b112fde1a
|
Add help for AFL_STATSD_HOST &
AFL_STATSD_PORT env var
|
2020-10-05 19:29:37 +02:00 |
|
|
bab60b68d9
|
changed the default schedule to coe
|
2020-10-04 20:45:59 +02:00 |
|
|
1a12db1b59
|
Code format
|
2020-10-04 16:11:05 +02:00 |
|
|
1e0bc2e5c3
|
Merge remote-tracking branch 'origin/dev' into statsd_implem
|
2020-10-04 16:03:15 +02:00 |
|
|
b0de6fed11
|
Mention tags format in macro's name
|
2020-10-04 14:29:50 +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 |
|
|
ff8c6d2415
|
Adds other metrics
|
2020-10-04 03:22:28 +02:00 |
|
|
26dcddab0c
|
Add config ifdef
|
2020-10-03 23:56:55 +02:00 |
|
|
2239743361
|
Rewrote format metric to be simpler/more static
|
2020-10-01 00:11:01 +02:00 |
|
|
383cd487a2
|
small improvements to Marcel's patch, fix laf-intel + redqueen crashes
|
2020-09-29 15:02:57 +02:00 |
|
|
fe08482c1b
|
Merge pull request #568 from mboehme/dev
Patching and improving AFLFast schedules.
|
2020-09-29 14:06:20 +02:00 |
|
|
e87eca7fe8
|
Patching and improving AFLFast schedules.
|
2020-09-29 11:53:27 +00:00 |
|
|
e69b25e34b
|
increase havoc_stack_pow2 on no finds
|
2020-09-28 10:13:00 +02:00 |
|
|
e85fde201e
|
OpenBSD build fix (#566)
* OpenBSD build fix proposal.
Mainly the gcc plugin, using one of the egcc/eg++ version available.
Needs pthread flag to r/w lock api.
* README update
|
2020-09-26 19:02:19 +02:00 |
|
|
e301822c68
|
readme
|
2020-09-26 12:41:13 +02:00 |
|
|
a55e0d1189
|
WIP envs
|
2020-09-25 23:28:15 +02:00 |
|
|
fc75d2b181
|
remove warnings
|
2020-09-25 13:14:54 +02:00 |
|
|
6b3b1775b6
|
improving on splice candidate check patch
|
2020-09-25 12:03:24 +02:00 |
|
|
3334eeb4eb
|
Merge pull request #564 from wakolzin/dev
Fix potential endless loop in custom_mutator_stage
|
2020-09-25 11:39:25 +02:00 |
|
|
e38ca0e750
|
setting HAVOC_STACK_POW2 to 4, as fuzzbench shows that too mach mutation is less effective
|
2020-09-25 10:48:08 +02:00 |
|
|
a75e7594f7
|
Add comments
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
|
2020-09-24 18:50:59 +03:00 |
|
|
888d63748a
|
Fix potential endless loop in custom_mutator_stage
Co-authored-by: Ivan Gulakov <gulakov@ispras.ru>
|
2020-09-24 18:25:32 +03:00 |
|
|
818c05cf29
|
qemuafl
|
2020-09-23 19:53:37 +02:00 |
|
|
60ef1f7305
|
Update Changelog.md
|
2020-09-23 02:28:19 +02:00 |
|
|
b3b5e25091
|
examples: fixed path for docs (#563)
|
2020-09-23 01:58:11 +02:00 |
|
|
f4a0407270
|
add comment for future
|
2020-09-22 20:06:39 +02:00 |
|
|
daa2285083
|
fix LTO autodictionary for ints > 64 bits
|
2020-09-22 09:32:16 +02:00 |
|
|
639372b644
|
code-format, and no code-format for custom mutators
|
2020-09-22 02:11:10 +02:00 |
|
|
52c135e1a2
|
fix warning
|
2020-09-22 02:05:31 +02:00 |
|