178 Commits

Author SHA1 Message Date
CityOfLight77
fad8a3feb8
Fix CodeQL command typo
fix command to create CodeQL database and use all cores to compile CodeQL database
2021-12-15 09:22:17 +07:00
llzmb
77ce31c8ba Add docs content overview 2021-12-11 19:13:22 +01:00
yuawn
5b9397f3dd code format 2021-12-11 10:20:40 +00:00
Microsvuln
eea020ee6a
Update build-codeql.sh
Update codeql version to 2.7.3
2021-12-09 12:48:04 +08:00
van Hauser
1f6c72ea1b
Merge pull request #1191 from llzmb/docs_quality_assurance
Docs content - quality assurance
2021-12-07 15:18:32 +01:00
llzmb
bb506de0b8 Fix various missed issues - 1st run 2021-12-05 19:40:56 +01:00
llzmb
139db40cfc Fix usage and punctuation in connection with "then" and "than" 2021-12-05 19:40:56 +01:00
llzmb
89df436290 Fix broken links - 1st run 2021-12-05 19:36:33 +01:00
David CARLIER
a7c6b54514 libtokencap: warning build fix. 2021-12-05 11:18:30 +00:00
llzmb
3506077fd6 Add missing blank lines and remove double blank lines 2021-12-04 22:28:05 +01:00
llzmb
6eab6a55af Fix spelling of "FRIDA mode" and "QEMU mode" 2021-12-04 21:14:50 +01:00
llzmb
aa6586a761 Fix typos - 1st run 2021-12-02 21:23:22 +01:00
llzmb
65c3db8625 Fix punctuation in connection with "e.g." 2021-12-02 21:11:01 +01:00
llzmb
a7694e299a Fix punctuation in connection with "however" 2021-12-02 21:08:26 +01:00
llzmb
c85e0dc4f0 Remove the word "we" 2021-12-02 21:08:26 +01:00
llzmb
fcbaddfd2b Fix spelling of words related to "build" 2021-12-02 21:08:16 +01:00
llzmb
b7395fa467 Change "AFL" to "AFL++" 2021-12-02 19:52:10 +01:00
llzmb
7a8e4018a5 Change the word "env var" to "environment variable" 2021-12-02 17:13:12 +01:00
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