Commit Graph

195 Commits

Author SHA1 Message Date
f80f62f14b renamed env var to AFL_DEBUG_CHILD 2020-11-18 03:02:13 +01:00
23f37ff505 fixed alloc errors, code format 2020-11-18 02:33:47 +01:00
119d7d0025 fix frida example debug output 2020-11-13 09:02:44 +01:00
4a4c14c9a9 more fixes, leaks and compile errors 2020-11-12 23:47:49 +01:00
61fe059ba2 ignore build error (unsupported platform), so top level 'make tests' can be run 2020-11-05 21:11:31 +01:00
050354a9de code-format 2020-11-02 17:34:58 +01:00
a260d34b49 persistent hook example 2020-11-02 14:15:44 +01:00
fdc364046e doc for qemuafl 2020-11-02 13:56:24 +01:00
d4b04f0790 fix compile warning in FreeBSD 2020-10-29 20:06:55 +01:00
125f8b6ba7 -m none is the default now 2020-10-09 23:23:44 +02:00
fd4a2dfec2 fix persistent_demo_new.c 2020-10-08 17:51:16 +02:00
b3b5e25091 examples: fixed path for docs (#563) 2020-09-23 01:58:11 +02:00
f8c0182e16 fix travis 2020-09-09 12:49:49 +02:00
e30b2c6af6 final changes for pre-3.0 2020-09-05 13:18:28 +02:00
6399f84ba2 fix example 2020-09-04 16:02:02 +02:00
8459bcdf85 fix example 2020-09-04 16:01:08 +02:00
6c846bcf2c fix driver test 2020-09-04 15:27:02 +02:00
4398b9b517 fix network server 2020-08-31 16:50:26 +02:00
45d866d548 typo 2020-08-31 15:40:20 +02:00
e7db4d4fe0 fix sync script, update remote sync documentation 2020-08-31 12:36:30 +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
9532499ef5 install libafldrivers 2020-08-16 14:14:24 +02:00
0a251f93e0 increase initial memory sized 2020-08-15 13:34:51 +02:00
af14acf2c1 Revert "Merge branch 'debug' into dev"
This reverts commit a7537b5511, reversing
changes made to 15e799f7ae.
2020-08-14 14:35:05 +02:00
a7537b5511 Merge branch 'debug' into dev 2020-08-14 13:23:14 +02:00
7a6867e2f8 split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, skipping ctor+ifunc functions for all llvm, code-format 2020-08-12 16:06:30 +02:00
b604f5eafc finalize first beta! yay! 2020-08-11 18:06:18 +02:00
0ba09ee85a enhancements 2020-08-11 10:24:45 +02:00
464c27082a fuzzbench integration 2020-08-10 11:45:32 +02:00
3aa7d8081d fuzzbench integration 2020-08-10 11:23:33 +02:00
87da1e7af6 fix driver 2020-08-10 09:16:55 +02:00
9b71f7e5e4 debug 2020-08-10 08:47:52 +02:00
9945c1648b fix driver 2020-08-10 01:34:45 +02:00
a6521e89fc different driver 2020-08-10 01:04:50 +02:00
5b06166144 reverse cmplog temps 2020-08-07 11:10:17 +02:00
e2434cf8c6 remove datalen in havoc 2020-08-06 23:27:50 +02:00
cb3631a322 add cmplog map to aflpp driver 2020-08-06 20:02:47 +02:00
bbfff7d472 fix 2020-08-06 19:37:13 +02:00
e048d95660 fix 2020-08-06 19:13:04 +02:00
970d75d681 fix 2020-08-06 19:07:52 +02:00
51f3a81037 fix 2020-08-06 19:05:57 +02:00
8190436f8f fix 2020-08-06 18:51:16 +02:00
08bcaa135f dummy mem test 2020-08-06 18:44:12 +02:00
e6e38d1703 give document edge id a unique id per module 2020-08-03 21:25:32 +02:00
ed63364a77 add touch shmem in forkserver, add binary library and patches.txt for easy testing 2020-08-03 18:13:06 +02:00
409e4ae945 fix expand havoc for ..._only modes 2020-08-03 13:13:32 +02:00
b708cf7d45 fix lto single block and no zero 2020-08-01 19:43:29 +02:00
4512377fa1 compile persistent mode without afl 2020-08-01 17:39:27 +02:00
cd576fa59d fixes 2020-07-31 10:42:43 +02:00
c661587128 cdecl void 2020-07-30 18:06:25 +02:00