d687fbdfb4
fix CodeQL warning on theoretically possible unsigned overflow
2020-12-29 19:53:56 +01:00
bd57784664
code format
2020-08-31 23:59:10 +02:00
6090bb1bca
better fix for #539
2020-08-31 20:33:56 +02:00
7470b475a9
Reworked maybe_grow to take a single ptr, renamed to afl_realloc ( #505 )
...
* maybe_grow takes a single ptr
* fixed use_deflate
* reworked maybe_grow_bufsize
* helper to access underlying buf
* remove redundant realloc_block
* code format
* fixes
* added unit tests
* renamed maybe_grow to afl_realloc
* BUF_PARAMS -> AFL_BUF_PARAM
2020-08-18 00:50:52 +02:00
83df65a66b
cleaned up maybe_add_auto calls
2020-08-14 00:46:15 +02:00
c4e52e20c9
fix warning
2020-08-13 12:58:10 +02:00
2c5e103278
make cmplog deterministic
2020-08-13 12:39:18 +02:00
699ebaa8e2
code format
2020-08-07 17:32:41 +02:00
22d3a5e90a
enabled Wextra, fixed bugs
2020-08-07 16:55:58 +02:00
409e4ae945
fix expand havoc for ..._only modes
2020-08-03 13:13:32 +02:00
491cee669f
fix #483
2020-08-03 11:15:12 +02:00
8e809d8593
added NULL check
2020-07-30 17:51:32 +02:00
ea9ba53cdb
fix oob reads, code-format
2020-07-30 17:09:22 +02:00
30c0991543
better text mutation
2020-07-24 13:26:07 +02:00
1ddb70e0d9
fix compilation
2020-07-23 05:08:20 +02:00
af10c05ac3
ascii redqueen
2020-07-22 18:22:31 +02:00
4314e59af9
code format
2020-07-16 02:03:52 +02:00
a84c958647
fixed mem leak in redqueen
2020-07-16 01:00:39 +02:00
ee77fe4094
improve len encoding in redqueen
2020-07-15 10:35:38 +02:00
4ec29928bf
because github errors reput typo fix
2020-07-01 09:30:14 +02:00
9d5007b18e
Big renaming ( #429 )
...
* first commit, looks good
* fix ascii percentage calc
* fix ascii percentage calc
* modify txt configs for test
* further refinement
* Revert "Merge branch 'text_inputs' into dev"
This reverts commit 6d9b29daca
, reversing
changes made to 07648f75ea
.
* blacklist -> ignore renaming
* rename whitelist -> instrumentlist
* reduce the time interval in which the secondaries sync
Co-authored-by: root <root@localhost.localdomain >
2020-06-30 23:34:26 +02:00
acb0a2f027
fixed potential bugs
2020-06-15 11:07:57 +02:00
a632c00b0d
switch to faster and better hash + random
2020-06-12 16:08:49 +02:00
280374f739
clang warning fixed
2020-04-20 22:07:47 +02:00
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
8511638afb
hunting non-static functions
2020-04-16 15:38:43 +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
8440aaea5a
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
2020-04-14 13:02:53 +02:00
0d0338012b
one byte cmp in cmplog
2020-04-14 13:02:49 +02:00
5ac1b6e940
status 0 initialized
2020-04-14 13:01:54 +02:00
92aaaef381
code format
2020-04-14 12:42:38 +02:00
2c87e68ad6
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
2020-04-14 12:40:03 +02:00
26e690c220
cmplog loop detection
2020-04-14 12:39:29 +02:00
d2a7628748
fix travis fails
2020-04-14 11:26:07 +02:00
9eb47a924a
UR -> rand_below
2020-04-14 10:42:29 +02:00
1d62bf1c37
solve conflicts
2020-04-14 10:12:41 +02:00
982d46e7cb
solve conflicts
2020-04-14 10:11:22 +02:00
1fbface656
cmplog is now better
2020-04-14 10:09:03 +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
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
452067ffca
added read_timed
2020-04-01 13:10:06 +02:00
f08a3fedf6
renamed UB to rand_below
2020-03-21 22:26:13 +01:00
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
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
3712a70115
bye bye SanCov for CmpLog
2020-02-27 16:04:07 +01:00
f807d7cefb
important InsTrim fixes!
2020-02-24 02:45:17 +01:00