Andrea Fioraldi
6b40189045
first version of persistent QEMU
2019-09-12 12:34:53 +02:00
van Hauser
df379dfcf4
no more unlink
2019-09-10 21:01:33 +02:00
hexcoder-
4721617fd6
refactoring for unification of pilot_fuzzing() and core_fuzzing()
...
fast method with macro template, review required
2019-09-08 00:17:28 +02:00
hexcoder-
b82ff2d7e7
prefer preincrement over postincrement
2019-09-07 11:20:36 +02:00
van Hauser
efa2052896
fix BSD patch
2019-09-05 11:23:10 +02:00
van Hauser
52cbd650b7
Merge pull request #55 from t6/patch-freebsd
...
Unbreak build on FreeBSD
2019-09-05 11:19:38 +02:00
Tobias Kortkamp
4cb1d756f7
Add missing DESTDIR
...
Man pages are not properly staged.
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05 11:03:53 +02:00
Tobias Kortkamp
84161d7c9d
Use date -I instead of date --iso-8601
...
FreeBSD's date(1) does not support the long argument form.
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05 11:00:37 +02:00
Tobias Kortkamp
c8c5ec254a
Unbreak build of afl-forkserver.c on *BSD
...
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05 10:49:47 +02:00
van Hauser
1a0b491ed6
2.54d init
2019-09-05 10:14:42 +02:00
van Hauser
3a4226a28b
2.54c release
2.54c
2019-09-05 10:12:22 +02:00
van Hauser
1a47a5a739
small adjustments for custom mutator
2019-09-05 10:10:42 +02:00
van Hauser
760416c1a0
small adjustments for custom mutator
2019-09-05 10:10:25 +02:00
van Hauser
5955dd4e25
Merge pull request #54 from code-intelligence-gmbh/custom_mutator_docs
...
Custom mutator docs
2019-09-05 10:06:02 +02:00
Khaled Yakdan
e0f9aa3508
Added docstring to the custom mutator hooks
2019-09-04 23:22:22 +02:00
Khaled Yakdan
b31dff6bee
Merge branch 'master-upstream' into custom_mutator_docs
...
# Conflicts:
# afl-fuzz.c
2019-09-04 23:20:18 +02:00
Khaled Yakdan
1b3f971330
Added documentation and a simple example for the custom mutator functionality
2019-09-04 22:57:52 +02:00
van Hauser
abf61ecc8f
add to docs
2019-09-04 16:15:42 +02:00
van Hauser
71bf2d8826
README update
2019-09-04 13:15:44 +02:00
van Hauser
52bfd1fc3d
added man pages
2019-09-04 12:14:35 +02:00
van Hauser
a8d96967c4
fixed maxrss stat
2019-09-04 10:32:32 +02:00
Andrea Fioraldi
f7a400878a
fix typo in custom format
2019-09-04 10:04:35 +02:00
Andrea Fioraldi
e1f18f6212
fix typo in custom format
2019-09-04 10:03:51 +02:00
Andrea Fioraldi
9705ccee67
credits and license header for src/* and include/*
2019-09-04 09:43:09 +02:00
Andrea Fioraldi
7151651ea9
remove macro indentation from code-format
2019-09-03 20:43:11 +02:00
van Hauser
0d7ecd4327
updated TODO
2019-09-03 12:03:12 +02:00
van Hauser
50530c144e
updated TODO
2019-09-03 11:42:22 +02:00
van Hauser
45f00e45be
error to warn change
2019-09-03 11:38:44 +02:00
Andrea Fioraldi
e969afc627
update todo
2019-09-03 11:24:45 +02:00
Andrea Fioraldi
f094908f54
contributing file
2019-09-03 11:19:27 +02:00
Andrea Fioraldi
f3617bd83b
Merge pull request #53 from vanhauser-thc/code-cleanup
...
Code cleanup
2019-09-03 11:12:49 +02:00
hexcoder-
3bfd88aabb
better support for OpenBSD thanks to CaBeckmann (issue #9 ).
...
On OpenBSD there is a restricted system LLVM, but a full LLVM
package can be installed (typically in /usr/local/bin).
Added a check if the full package is installed. If so, use it,
otherwise bail out early with a hint to install it.
2019-09-03 04:28:24 +02:00
Andrea Fioraldi
d47ef88fcd
minor fixes
2019-09-02 18:53:43 +02:00
Andrea Fioraldi
b24639d011
run code formatter
2019-09-02 18:49:43 +02:00
Andrea Fioraldi
2ae4ca91b4
merge from master
2019-09-02 18:47:07 +02:00
Andrea Fioraldi
e9d968e060
afl-fuzz.c completely splitted
2019-09-02 18:41:27 +02:00
van Hauser
1652831f1d
afl-fuzz-src/* -> src/afl-fuzz* rename
2019-09-02 17:40:23 +02:00
van Hauser
39c4bb7a49
added peak_rss_mb and slowest_exec_ms in fuzzer_stats report
2019-09-02 10:29:54 +02:00
van Hauser
6cb07a9131
previous merge lost the symlink, restoring
2019-09-02 09:43:05 +02:00
van Hauser
e76ad2980f
added force-ui env
2019-09-02 09:41:52 +02:00
Andrea Fioraldi
af5fd8c819
split afl-fuzz: extras
2019-09-02 00:15:12 +02:00
Andrea Fioraldi
3b3df4e3cb
afl-fuzz-src bitmap and queue C files
2019-09-01 20:34:20 +02:00
hexcoder-
c124576a4d
change text color in FATAL, ABORT and PFATAL macros for the actual
...
message to avoid white text on white background (as is standard in
plain X11 xterm). Now the text will be printed in default text
color (which should be always readable)
2019-09-01 17:55:47 +02:00
Andrea Fioraldi
659037eef5
modernize llvm_mode readmes
2019-08-31 11:31:51 +02:00
Andrea Fioraldi
500a378fdf
modernize some readmes
2019-08-31 11:23:48 +02:00
Andrea Fioraldi
4f3c417753
remave the afl-fuzz folder to afl-fuzz-src due to gitignore
2019-08-30 13:10:04 +02:00
Andrea Fioraldi
113fc168ab
split afl-fuzz #1 (globls and python are now separate)
2019-08-30 13:00:45 +02:00
Andrea Fioraldi
0ba49eacc9
move android-ashmem.h to include/
2019-08-30 12:20:33 +02:00
Andrea Fioraldi
bbd9441fc6
code-format in Makefile
2019-08-30 12:17:34 +02:00
Andrea Fioraldi
22454ce60b
fix issue with static variables needed by forkserver in afl-fuzz
2019-08-30 12:15:56 +02:00