Commit Graph

271 Commits

Author SHA1 Message Date
7bd2899f2e fix cpu selection 2021-12-27 12:52:16 +01:00
7603e49765 rename active_paths 2021-12-11 10:07:16 +00:00
9063002af2 rename path 2021-12-09 13:22:10 +01:00
78b0e108a6 remove quickly 2021-12-01 12:01:00 +01:00
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
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
e03897a070 fix timeout bug in afl tools 2021-10-23 20:54:24 +02:00
23e69f1107 Merge branch 'dev' of github.com:AFLplusplus/AFLplusplus into dev 2021-10-19 13:59:38 +02:00
77a63d8ccf execs field in filenames 2021-10-19 13:59:31 +02:00
45d668a671 better ui banner 2021-10-18 13:17:07 +02:00
5700b3c750 remove outdated references 2021-08-10 10:02:50 +02:00
d354ec2586 more fixes 2021-07-09 11:39:25 +02:00
d64cde8370 non-unix compat 2021-06-23 13:15:32 +02:00
cbac22d82b reverse read the queue n resumes 2021-06-22 17:24:06 +02:00
a38aafc5d0 fix -F with slash option 2021-06-02 10:50:04 +02:00
87b16c4460 add AFL_TRY_AFFINITY 2021-05-25 10:45:24 +02:00
8e75adfee5 AFL_SKIP_CRASHES is obsolete since 3.0 2021-05-25 09:22:50 +02:00
bceae82754 improve error msg 2021-05-21 12:24:58 +02:00
738246465d fix seed crash disable 2021-05-17 13:08:05 +02:00
000c729095 added bounds check to pivot_inputs (fixes #921) 2021-05-15 17:33:05 +02:00
ceb138cefe afl-plot: relative time 2021-05-10 10:31:11 +02:00
39ad3b8946 Frida persistent (#880)
* Added x64 support for persistent mode (function call only), in-memory teest cases and complog

* Review changes, fix NeverZero and code to parse the .text section of the main executable. Excluded ranges TBC

* Various minor fixes and finished support for AFL_INST_LIBS

* Review changes

Co-authored-by: Your Name <you@example.com>
2021-04-28 10:25:26 +02:00
be880f2476 add AFL_EXIT_ON_SEED_ISSUES 2021-04-13 13:01:50 +02:00
3c846859ee cleanup 2021-04-04 20:05:02 +02:00
c23183f1dc Merge pull request #855 from MegaManSec/leak-sanitizer
Add support for standalone leak-sanitizer
2021-04-04 15:28:42 +02:00
afc4da47f7 Fix typos,
Use symbolize=0 for LSAN,
Remove syntactic sugar.
2021-04-03 14:50:35 +00:00
920e9402a4 Add support for standalone leak-sanitizer, introducting the environment
variable AFL_USE_LSAN.

AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check
for a memory leak when the macro is run. This is especially helpful
when using __AFL_LOOP().

If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set,
the leak checker will run when the program exits.
2021-04-02 22:23:11 +00:00
e1384b5086 Add support for FRIDA mode 2021-03-24 18:17:10 +00:00
70c1de5d64 better forkserver error help and code format 2021-03-24 11:12:44 +01:00
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
84534ae2e8 format 2021-03-21 16:23:08 +01:00
7e67a735e6 update plot_data timestamps to be relative 2021-03-19 14:25:55 -07:00
c397becd81 Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2021-03-18 01:37:40 -07:00
62508c3b44 preserve plot_data for in-place resume 2021-03-18 01:34:05 -07:00
d4fb7f8b40 Add AFL_QEMU_CUSTOM_BIN environment flag
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip
prepending afl-qemu-trace to your command line. Use this if you wish to use a
custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments.
2021-03-15 12:57:06 -07:00
851231c846 fixed scan-build warnings 2021-03-10 01:15:38 +01:00
74a6044b3f fix sanitizer settings 2021-03-09 14:11:52 +01:00
ee0ca07f3c changing the -t ...+ meaning to "auto-calculate buth this is the max" 2021-02-25 12:19:46 +01:00
6c9777de13 edges in afl-plot 2021-02-25 10:42:39 +01:00
047f3436e9 edges in plot file 2021-02-24 21:29:00 +01:00
2785c8b197 crash fix 2021-02-22 12:34:37 +01:00
0ad56167c5 fix scan-build issues 2021-02-07 07:51:29 +01:00
981ffb27a8 making AFL_MAP_SIZE obsolete 2021-02-01 12:01:23 +01:00
e5116c6d55 fix -Z, remove q->next 2021-01-31 17:29:37 +01:00
9d08f0d098 added AFL_CMPLOG_ONLY_NEW feature 2021-01-30 15:39:47 +01:00
3b3565269d foreign sync from ctime to mtime (libfuzzer) 2021-01-30 14:57:17 +01:00
a61a30dee0 fix another pending_not_fuzzed location 2021-01-28 14:11:33 +01:00
47f62eb0ca Fix dev branch for android (#710)
* android: replace rindex with strrchr

* android: support 64bit only due to 128bit integer not supported by 32bit system

Co-authored-by: joeyjiaojg@qq.com <joeyjiaojg@163.com>
2021-01-28 05:51:45 +01:00
2044c7e2b5 fix include 2021-01-27 08:41:45 +01:00
36b5336152 better foreign sync name 2021-01-26 22:45:59 +01:00