260 Commits

Author SHA1 Message Date
llzmb
0ae9b0dff4 Remove the word "please" 2021-12-02 17:01:45 +01:00
llzmb
d9e39be4e8 Remove the word "simply" 2021-12-02 16:49:16 +01:00
llzmb
c31f4646cb Clean up docs folder 2021-11-21 21:11:52 +01:00
Adrian Herrera
8a861d0947 optimin: fix optimin git clone 2021-11-10 07:55:43 +00:00
vanhauser-thc
6ce3d7fede add AFL_USE_TSAN 2021-11-04 15:53:17 +01:00
van Hauser
873f5a979e
Merge pull request #1134 from adrianherrera/bugfix/optimin-cmake
optimin: fix cmake flags
2021-10-27 12:47:42 +02:00
Adrian Herrera
69d82cf9d7 optimin: fix cmake flags
Disable RTTI. Fixes issue #1133
2021-10-27 10:18:26 +00:00
vanhauser-thc
fd43daee6a md url 2021-10-18 17:21:26 +02:00
vanhauser-thc
d4a8a9df69 fix regression in class lookup 2021-08-31 23:54:19 +02:00
van Hauser
7a2f81e0d9
Merge pull request #1079 from devnexen/afl_network_client_solarish
Network client linkage fix for solarisish systems.
2021-08-27 16:04:31 +02:00
DC
ca28ca6c05 Network client linkage fix for solarisish systems. 2021-08-27 14:50:44 +01:00
hexcoder
8779412171
wording 2021-08-20 13:18:14 +02:00
hexcoder
23c240a94a
add newline at end 2021-08-20 13:13:23 +02:00
DMaroo
8f378ab00a Removed HEIGHT and WIDTH since the windows will anyways start maximized 2021-08-09 11:14:57 +05:30
DMaroo
a92952fa03 Added resizable panes instead of static separators in afl-plot-ui
The different plots can now be resized using dragging the panes.
The resizing isn't completely smooth from the visual POV (I'm guessing
this is because of embedding GNUplot), but once the position of the
panels are set, the rest of the visual experience is as smooth as it was
before.
2021-08-08 14:52:25 +05:30
llzmb
df74625df0
Change afl to AFL in *.md (#1057)
Changes in *.md files:
- afl++ > AFL++ (acronym)
- afl > AFL (compare https://github.com/google/AFL)

Excluded from changes:
- source code
- function names
- paths (folder and file names)
- URLs
2021-08-08 01:29:32 +02:00
DMaroo
d832ed68ea Updated README with build and install instructions 2021-08-07 21:05:06 +05:30
DMaroo
73c7136bdb Start plot UI window maximized on launch 2021-08-07 21:01:23 +05:30
van Hauser
6b06d4c74d
Merge pull request #1053 from DMaroo/gtk-dev
Added a minimal working/functional GTK UI for analyzing fuzzing stats
2021-08-07 12:03:29 +02:00
DMaroo
533c612dc9 Updated README to contain description regarding plot_ui 2021-08-06 18:53:00 +05:30
DMaroo
7bedd862d3 Added README to describe the working of afl-plot-ui 2021-08-06 18:42:49 +05:30
DMaroo
6f3e63de05 Added Makefile for building and installing afl-plot-ui
Currently, it offers make and make clean functionality only
2021-08-06 18:41:55 +05:30
DMaroo
c7a93d50c4 Added usage info and command line help flag support
TODO: Prevent standalone execution
2021-08-06 18:40:38 +05:30
vanhauser-thc
8b66d95038 frida tool fix 2021-07-30 07:12:53 +02:00
Adrian Herrera
0bd6fda98b optimin: add target test back in 2021-07-28 06:50:41 +00:00
Adrian Herrera
0dbd37a20b optimin: removed progress bar
It was hard to get working with showmap's directory mode
2021-07-28 06:50:41 +00:00
Adrian Herrera
036282185b optimin: run showmap with an entire input directory
Rather than executing with one seed at a time. This required disabling
the target binary test (for now).
2021-07-28 06:50:41 +00:00
Adrian Herrera
cc933bcc0c optimin: support afl-cmin crash mode 2021-07-28 06:50:41 +00:00
Adrian Herrera
33f9f911c1 optimin: fix default timeout
So that it matches the help text
2021-07-28 06:50:41 +00:00
Adrian Herrera
1afa0d7861 optimin: add test of binary target 2021-07-28 06:50:41 +00:00
Adrian Herrera
aebb14ceeb optimin: add support for afl-cmin env vars 2021-07-28 06:50:41 +00:00
Adrian Herrera
64daf10584 optimin: recursively iterate over input directory 2021-07-28 06:50:41 +00:00
Adrian Herrera
7123dd9d29 optimin: improve afl-showmap error messages 2021-07-28 06:50:41 +00:00
Adrian Herrera
99d24d13f1 optimin: add missing cmin options and auto create output dir
* Includes frida, unicorn modes
* Automatically create the output directory if it does not already exist
2021-07-28 06:50:41 +00:00
Dominik Maier
e64aa57576 aligned wording 2021-07-23 21:33:32 +02:00
vanhauser-thc
0f299a3bef removed utils/afl_frida 2021-07-23 13:29:53 +02:00
vanhauser-thc
183d9a3f07 MacOS nits 2021-07-22 15:16:19 +02:00
vanhauser-thc
a9328e40b3 fix optimin readme 2021-07-21 09:57:49 +02:00
vanhauser-thc
60cbe5b4be optimin nits 2021-07-21 09:55:22 +02:00
Adrian Herrera
62f1bfed99 utils: added optimin corpus minimizer 2021-07-21 04:02:52 +00:00
vanhauser-thc
32a0d6ac31 Revert "Merge branch 'release' into stable"
This reverts commit 815161827689c339d335233b7b232ac9b120b79b, reversing
changes made to 9321a24e682b5c8bf6278961bd014cb883b87295.
2021-07-19 10:58:19 +02:00
vanhauser-thc
cc57cc5f46 fix merge conflicts 2021-07-19 10:48:41 +02:00
vanhauser-thc
18fd97fc5f v3.14c release 2021-07-19 09:12:24 +02:00
vanhauser-thc
4fe572b80f always build aflpp driver 2021-07-14 12:24:29 +02:00
vanhauser-thc
6d878a375d fix qemu driver 2021-07-08 12:29:05 +02:00
vanhauser-thc
f4b975d6ad update doc 2021-07-07 22:22:06 +02:00
vanhauser-thc
8dbe87bdf6 print warning for libfuzzer qemu driver 2021-07-07 16:22:57 +02:00
vanhauser-thc
0c3feba3f6 aflppdriver help output 2021-06-14 22:58:17 +02:00
hexcoder-
a4cb2414d5 Revert "add test cases for splitting integer comparisons"
This reverts commit e0aa411647e1a525a3a0488d929ec71611388d54.
2021-06-09 21:29:41 +02:00
hexcoder-
e0aa411647 add test cases for splitting integer comparisons 2021-06-09 20:26:37 +02:00