447 Commits

Author SHA1 Message Date
hexcoder-
b15fcde477 still not working 2021-04-30 12:09:06 +02:00
vanhauser-thc
c9d066038f fix PCGUARD, build aflpp_driver with fPIC 2021-04-30 10:27:43 +02:00
WorksButNotTested
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
hexcoder-
976969dce5 work in progress: not working correctly yet 2021-04-28 00:29:15 +02:00
vanhauser-thc
3b5fa3632b drop support for llvm < 6.0 2021-04-19 11:05:49 +02:00
hexcoder-
ec49c7fbf5 Change other LLVM modes to atomic increments 2021-04-17 22:32:33 +02:00
hexcoder-
00e54565ef use atomic read-modify-write increment for LLVM CLASSIC 2021-04-17 21:29:50 +02:00
vanhauser-thc
019b26de58 fix afl_custom_queue_new_entry when syncing 2021-04-09 11:19:48 +02:00
Jiangen Jiao
28878c69e0 android: disable sigaction inside debuggerd
check https://github.com/google/AFL/blob/master/docs/INSTALL#L173
2021-04-07 11:28:19 +08:00
van Hauser
201d82ae0d
Merge pull request #857 from Begasus/haiku
Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP
2021-04-05 14:01:40 +02:00
begasus
43b1a0d46b Declare private api __kern_write for Haiku 2021-04-05 13:02:26 +00:00
begasus
a02d84a11c Fix undeclared SYS_write on Haiku 2021-04-05 11:56:04 +00:00
vanhauser-thc
3c846859ee cleanup 2021-04-04 20:05:02 +02:00
begasus
845c584b9c Fix Haiku references, no <sys/syscall.h> and missing defines for USEMMAP 2021-04-04 17:41:43 +00:00
vanhauser-thc
84a99f49b8 remove unneeded var 2021-03-29 19:07:47 +02:00
hexcoder-
1006abffad fix compilation for llvm 3.8.0 2021-03-26 16:19:07 +01:00
vanhauser-thc
0029c1a83e remove InsTrim 2021-03-25 15:35:06 +01:00
vanhauser-thc
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
aflpp
28f1e94ab9 fix our PCGUARD for llvm 10.0.1 2021-03-23 15:33:27 +01:00
vanhauser-thc
8868648f76 fix LTO selective instrumentation 2021-03-22 10:45:39 +01:00
vanhauser-thc
2102264acf fix for new llvm 13 change 2021-03-19 16:06:06 +01:00
vanhauser-thc
99525dee38 remove unneeded code 2021-03-19 10:57:18 +01:00
vanhauser-thc
848ea17154 add header to PCGUARD 2021-03-19 10:42:23 +01:00
Andrea Fioraldi
00913bce81 update dynamic list with cmplog 2021-03-19 09:56:00 +01:00
vanhauser-thc
5e2a5f1110 shmem map size in config.h 2021-03-17 10:27:23 +01:00
vanhauser-thc
f36341b3b4 when you think you work on a debug branch but it is dev. git sucks so much ... 2021-03-17 02:00:14 +01:00
vanhauser-thc
65b90001f6 debug 2021-03-16 23:24:34 +01:00
vanhauser-thc
bd64315395 blacklist sanitize and debug in c++ 2021-03-16 16:54:48 +01:00
vanhauser-thc
f5420e737a rtn fix 2021-03-16 16:15:29 +01:00
vanhauser-thc
1227776251 fix cmplog 2021-03-16 14:39:48 +01:00
vanhauser-thc
862cb3217f fix cmplog rtn 2021-03-16 14:38:13 +01:00
vanhauser-thc
071edb1a2d brackets make dominik happy 2021-03-10 15:44:54 +01:00
vanhauser-thc
a0c3011673 change map_size tests 2021-03-10 11:08:03 +01:00
vanhauser-thc
69f3095045 correct debug 2021-03-10 10:40:52 +01:00
vanhauser-thc
d678d59372 fix 2021-03-10 10:07:54 +01:00
vanhauser-thc
b2feada293 rt debug 2021-03-10 10:04:45 +01:00
vanhauser-thc
bff02dae0d cmplog rtn rt fix 2021-03-10 09:32:54 +01:00
hexcoder
d471fc9509
add version dependency 2021-03-10 00:07:33 +01:00
hexcoder
9f22a151f3
mention added support for gcc_plugin mode 2021-03-09 23:55:22 +01:00
hexcoder
b865fc6080
typos, rewording 2021-03-09 23:04:53 +01:00
hexcoder
d44b650cd4
typo 2021-03-09 22:14:34 +01:00
hexcoder
aa12e46013
formatting and RedQueen reference added 2021-03-09 22:09:58 +01:00
hexcoder
4131965d48
md formatting 2021-03-09 21:59:31 +01:00
Wyatt Neal
5001779984 documentation correction & formatting
* fixed up manual define for `__AFL_LOOP()`
* added the code language formaters to the various blocks
* fixed a couple of missing backticks
2021-03-09 15:01:52 -05:00
vanhauser-thc
791c5c171d fix ctx-1 2021-03-09 18:44:42 +01:00
Andrea Fioraldi
c96fca6833
Merge pull request #779 from AFLplusplus/top-k-ctx
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-08 09:50:18 +01:00
vanhauser-thc
9b3d8c327d fix for asan compile rt 2021-03-06 10:20:01 +01:00
vanhauser-thc
7b907e45ad we do not support 80 + 128 bit FP in laf 2021-03-05 19:55:29 +01:00
vanhauser-thc
44be521ab8 fix 2021-03-05 19:19:43 +01:00
hexcoder
16d6f35aa6
typos 2021-03-05 18:11:05 +01:00