Commit Graph

201 Commits

Author SHA1 Message Date
b2f12c3712 llvm debug 2022-11-10 16:12:37 +01:00
c058ce37bb remove python2 reference 2022-11-01 14:05:31 +01:00
e6e82948bf fastexit + code format 2022-10-11 08:53:49 +02:00
1a3b463c4c add build report 2022-08-14 13:00:55 +02:00
c6af98bc35 fix 2022-07-25 11:49:49 +02:00
67fabcb0be update compile options 2022-07-25 11:15:14 +02:00
e969972c97 gcta 2022-06-27 15:35:41 +00:00
80e829f79d revert more and global replace 2022-06-27 15:30:35 +00:00
22c3b519fa reverts, fixes and even smaller image (#3) 2022-06-27 11:05:17 -04:00
1dac69b1eb use container; more is built + tested; use make -i (#2) 2022-06-24 09:26:09 -04:00
0da7ddb738 concurrency and caching (#1)
* use concurrency

* run here too

* allow test failure

* only push on push

* fix coresight mode build

* support but disable coresight

* woops

* no unicorn for arm

* update codeql and fix makefile

* forgot those

* disable forward cache

* fix needing buildx

Co-authored-by: Ruben ten Hove <ruben.tenhove@tno.nl>
2022-06-22 06:36:35 -04:00
a5822c7c2f various changes 2022-06-21 18:52:43 +02:00
683dcc4710 remove existing shared modules when installing 2022-06-06 19:26:18 +02:00
022f364661 Avoid implicit-int error in x86 test with clang 15
See 2cb2cd242c
2022-05-13 07:23:38 +09:00
7f26d13345 try repeating write 2022-04-22 10:28:21 +02:00
bf5b90f95a added NO_NYX flag to docs and help message 2022-04-06 14:20:36 +02:00
8385bc794a make flag to avoid building nyx mode 2022-04-06 11:54:35 +02:00
1bea949f34 Merge branch 'dev' into newpm2 2022-03-17 16:30:29 +01:00
e4f201707f make LTO pass work too plus some fixes 2022-03-17 14:35:15 +01:00
981a04eb27 new compiler performance options 2022-03-07 08:13:24 +01:00
5e8da2b85c Adapt to my MacOS 2022-02-09 20:36:16 +01:00
311649f458 make fPIC default 2022-01-29 22:16:16 +01:00
0b5ad8ee84 nits 2022-01-25 09:44:12 +01:00
26a3d1b53b add nyx_mode to make clean target 2022-01-21 10:36:41 +01:00
fd99ddb1d6 nyx build and install 2021-12-28 17:40:23 +01:00
41291d8c72 add Nyx mode 2021-12-28 15:51:43 +01:00
54eca027a5 doc review 2021-12-26 03:54:29 +01:00
268339a683 showmap -A -> -H, accurate help output 2021-11-16 11:03:53 +01:00
9100f3c416 Add initial CoreSight mode support
The original code is:
https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr

Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-11 09:52:21 +00:00
fb443eaf23 Merge pull request #1141 from AFLplusplus/afl4
cmplog enhancement variant
2021-11-07 14:09:09 +01:00
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
efda110240 fix 2021-10-17 20:49:19 +02:00
51b2e86ec0 fix links 2021-09-15 12:28:05 +02:00
69b7f2cae4 switch back to -j4 for building llvm 2021-08-18 10:06:33 +02:00
6191af7440 uninstall makefile target 2021-08-17 10:29:22 +02:00
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
9578546048 Commented out all the builds of afl-plot-ui
Also add the "-" qualifier to denote a possibly unsuccessful build
2021-08-06 22:09:50 +05:30
41aebad83e Added build and install instructions for afl-plot-ui
I am implicitly assuming that the user already has GK and pkg-config
installed, as requested in the build instructions in the main README
2021-08-06 18:45:28 +05:30
da23c4254b makefile fixes 2021-07-30 15:52:00 +02:00
4d55a427f0 afl-persistent-config Linux support + documentation 2021-07-23 09:06:18 +02:00
183d9a3f07 MacOS nits 2021-07-22 15:16:19 +02:00
4fe572b80f always build aflpp driver 2021-07-14 12:24:29 +02:00
7283205fe3 make clean on qemu_mode should not fail 2021-07-02 13:43:40 +02:00
63ee9df54f Forkserver for afl-analyze (#963)
* afl-analyze forkserver

* added missing vars to forkserver

* synchronized a bit more with afl-tmin

* more debugging, runs now, but need to suppress target output

* fix dev/null setting

* afl-analyze info:

Co-authored-by: hexcoder- <heiko@hexco.de>
2021-06-07 20:49:23 +02:00
1474e2db23 On non-Linux systems make clean may fail for frida_mode 2021-06-05 17:00:47 +02:00
64368d4ba7 add missing clean action for frida_mode 2021-06-01 18:19:15 +02:00
5997a4fc09 fix llvm-dict2file 2021-05-21 10:26:35 +02:00
6e75832082 code format for frida mode 2021-04-16 20:55:19 +02:00
b03424073e fixes 2021-04-16 13:55:31 +02:00
e41d1183cc fix nits 2021-04-16 00:41:32 +02:00