vanhauser-thc
550ba4d772
nits and code format
2022-01-19 22:26:52 +01:00
vanhauser-thc
4bcb177f62
Revert "fix classify counts"
...
This reverts commit 4217a6606c92f6a88ab577ae8f91823dd731562d.
2022-01-19 22:17:36 +01:00
vanhauser-thc
4217a6606c
fix classify counts
2022-01-15 13:58:17 +01:00
vanhauser-thc
e1082f2548
welcome 2022
2022-01-01 00:49:17 +01:00
vanhauser-thc
8b8aaa93bd
nyx code format
2021-12-28 17:26:54 +01:00
Sergej Schumilo
41291d8c72
add Nyx mode
2021-12-28 15:51:43 +01:00
Your Name
d59a76261d
Improvements to debug output
2021-12-20 18:14:57 +00:00
vanhauser-thc
b3a0ecfd48
allow ignore dlopen issues
2021-12-17 09:42:05 +01:00
yuawn
602eafc223
fix xxhash.h for code-format
2021-12-11 10:59:51 +00:00
yuawn
5b9397f3dd
code format
2021-12-11 10:20:40 +00:00
yuawn
269054e5c5
update header file
2021-12-11 10:07:16 +00:00
vanhauser-thc
9063002af2
rename path
2021-12-09 13:22:10 +01:00
van Hauser
464f1a78df
Merge pull request #1156 from retrage/retrage/coresight-mode-pr
...
Add CoreSight mode support
2021-11-16 10:51:19 +01:00
Your Name
e1d3fe30de
Changes to allow configuration of stalker adjacent blocks
2021-11-15 17:14:04 +00:00
Akira Moroo
9100f3c416
Add initial CoreSight mode support
...
The original code is:
https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr
Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11 09:52:21 +00:00
Your Name
93b8f17242
Add support for option to disable backpatch
2021-11-08 18:17:09 +00:00
vanhauser-thc
3483715789
env
2021-11-07 14:10:02 +01:00
van Hauser
fb443eaf23
Merge pull request #1141 from AFLplusplus/afl4
...
cmplog enhancement variant
2021-11-07 14:09:09 +01:00
vanhauser-thc
2ddbaa439c
30% faster hashing speed
2021-11-06 16:22:38 +01:00
vanhauser-thc
61039b410c
better error report for old qemu/frida cmplog
2021-11-06 14:29:16 +01:00
vanhauser-thc
9325a4fcbb
http->https
2021-11-06 10:28:22 +01:00
vanhauser-thc
6ce3d7fede
add AFL_USE_TSAN
2021-11-04 15:53:17 +01:00
van Hauser
f5535e348d
Merge pull request #1142 from AFLplusplus/dev
...
Dev
2021-11-03 21:55:21 +01:00
vanhauser-thc
01d266f2b4
wipe overflow data
2021-10-31 12:40:32 +01:00
vanhauser-thc
639d108512
add cmplog compatability check
2021-10-31 12:29:45 +01:00
Your Name
f14b3bd9de
Fix issues with Yama restrictions in FRIDA mode
2021-10-26 18:48:13 +01:00
vanhauser-thc
b4e328803c
variants
2021-10-26 18:10:57 +02:00
vanhauser-thc
45d668a671
better ui banner
2021-10-18 13:17:07 +02:00
vanhauser-thc
ed10f3783b
new rtn cmplog: instrumentation side + supporting functions
2021-10-17 13:05:33 +02:00
hexcoder-
e80131bef5
fix some compiler warnings in 32-bit linux
2021-10-02 22:47:22 +02:00
vanhauser-thc
f760e80729
add check_binary_signatures for afl-* utils
2021-09-07 17:16:23 +02:00
Your Name
e5f5d5886a
Add unstable coverage support
2021-08-26 18:06:41 +01:00
Your Name
028f8ced8f
Fixed coverage on OSX (dependency on pipe2)
...
Removed use of 'realpath' in makefiles to fix OSX incompatibility
Fixed handling of when prefetching should be enabled
Snap the main binary during initialization to avoid stability issues with lazy loading
Add support for configurable inline cache entries for FRIDA on x86/x64
Support for prefetching FRIDA backpatches on x86/x64
Improved stats support on x86/x64/aarch64
2021-08-20 17:28:40 +01:00
Your Name
5f20137e9d
Add support for generating coverage information
2021-08-17 18:30:30 +01:00
vanhauser-thc
c775f40ebf
AFL_IGNORE_PROBLEMS + library checks and documentation
2021-08-12 14:32:44 +02:00
vanhauser-thc
da23c4254b
makefile fixes
2021-07-30 15:52:00 +02:00
van Hauser
fff8c49f7c
Merge pull request #1034 from AFLplusplus/grammatron
...
Grammatron
2021-07-20 08:57:37 +02:00
vanhauser-thc
0daffb6283
3.15a init
2021-07-19 11:15:51 +02:00
vanhauser-thc
1e23a8d678
update config.h
2021-07-19 10:49:28 +02:00
WorksButNotTested
9e8afcc615
Support for setting a fixed seed for the hash function ( #1026 )
...
Co-authored-by: Your Name <you@example.com>
2021-07-15 20:32:44 +02:00
vanhauser-thc
d354ec2586
more fixes
2021-07-09 11:39:25 +02:00
vanhauser-thc
e1d5009229
fixes
2021-07-09 10:32:14 +02:00
WorksButNotTested
bf9a155418
Support for excluding JIT code ( #1006 )
...
Co-authored-by: Your Name <you@example.com>
2021-07-06 09:09:31 +02:00
van Hauser
7038e56da3
Select ( #995 )
...
* favor unfuzzed
* fix
* reinit table after a new fuzz
2021-06-27 10:22:18 +02:00
WorksButNotTested
f348a35ec6
Added JS support ( #992 )
...
* Added JS support
* Added some documentation
Co-authored-by: Your Name <you@example.com>
2021-06-24 19:46:08 +02:00
vanhauser-thc
35153e9b49
correct map size for small targets
2021-06-16 15:33:03 +02:00
WorksButNotTested
b9f260452e
Improve tracing support to include real addresses and edge ids and also support logging edges only once ( #972 )
...
Co-authored-by: Your Name <you@example.com>
2021-06-11 10:51:47 +02:00
vanhauser-thc
a7340a1ac6
fix AFL_CAL_FAST
2021-06-10 10:25:37 +02:00
WorksButNotTested
b8092c6227
FRIDA - Remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET ( #970 )
...
Co-authored-by: Your Name <you@example.com>
2021-06-10 10:07:21 +02:00
vanhauser-thc
bdc7aa1a94
v3.14a init
2021-06-01 12:39:13 +02:00