van Hauser
f639668032
Merge pull request #2302 from AFLplusplus/dev
...
push to stable
2025-02-14 10:52:37 +01:00
van Hauser
1709eb59a8
Merge pull request #2301 from etanner1/fix-issue-2298
...
Addressed frida-mode exec speed regression on ARM64 for #2298
2025-02-14 10:27:40 +01:00
vanhauser-thc
bbdcfb0e8e
not
2025-02-14 10:25:44 +01:00
van Hauser
cab4609e1a
Merge pull request #2300 from manyhus/optarg_fix
...
afl-fuzz: fix -a option
2025-02-14 10:23:38 +01:00
etanner1
feed691dc0
Addressed frida-mode exec-speed regression on ARM64 for #2298
...
Co-authored-by: WorksButNotTested <@WorksButNotTested>
2025-02-13 16:23:22 -05:00
Martin Nyhus
e4f7a4738e
afl-fuzz: fix -a option
...
This fixes the option string so -a will be parsed with an argument
again, unbreaking the option. The result of the missing : was that
optarg would always be NULL and we would abort in stricmp.
Introduced in 1c9925c7d7
2025-02-13 14:13:56 +01:00
van Hauser
625df13d0e
Merge pull request #2299 from AFLplusplus/dev
...
push to stable
2025-02-12 16:44:18 +01:00
vanhauser-thc
a3c038efd6
new gcc + llvm in ci
2025-02-12 15:48:02 +01:00
vanhauser-thc
4f3812f00d
try docker ci fix
2025-02-12 10:09:55 +01:00
vanhauser-thc
887d104dae
update ci to ubuntu 24.04, remove 20.04
2025-02-12 10:00:25 +01:00
vanhauser-thc
47954cd04c
try macos fix
2025-02-12 09:16:01 +01:00
van Hauser
a441f517e7
Merge pull request #2297 from SonicStark/dev-ltoctx-0211
...
Excess `afl_global_id` Increase of LTO-CTX
2025-02-12 09:06:19 +01:00
van Hauser
9cb3fe98dd
Merge pull request #2290 from vnc0/FridaGum16.6.0
...
Update FRIDA mode for Frida Gum 16.6.x API compatibility
2025-02-11 13:42:25 +01:00
vanhauser-thc
e6f15f02e1
fix 32 bit compile
2025-02-11 12:02:40 +01:00
vanhauser-thc
65b99d25e1
make gcc 15 happy
2025-02-11 11:57:57 +01:00
Vincent Andrae
7b86d735df
Set default GUM_DEVKIT_VERSION to 16.1.11
...
Due to a performance regression in Frida Gum 16.2.0, revert the default GUM_DEVKIT_VERSION to 16.1.11. This change ensures that the expected performance levels are maintained until the issues in Frida Gum 16.2.0 are resolved.
2025-02-11 11:30:58 +01:00
Vincent Andrae
b56b24d251
Merge branch 'FridaGum16.6.0-cflag' into FridaGum16.6.0
2025-02-11 08:17:45 +01:00
Vincent Andrae
c2383761cb
Set default GUM_DEVKIT_VERSION to 16.5.9
...
Execution speed seems better than recent versions.
2025-02-11 08:16:39 +01:00
Vincent Andrae
f87a669aa3
Add conditional compiler flag for Frida 16.6+ compatibility
2025-02-11 08:05:21 +01:00
SonicStark
8489112ab1
Fix excess afl_global_id increase
...
introduced in commit 44a769616
2025-02-11 13:06:09 +08:00
vanhauser-thc
ebd6d4b8bb
update qemuafl
2025-02-10 19:45:58 +01:00
vanhauser-thc
125027f5bf
v4.32a
2025-02-10 14:40:12 +01:00
van Hauser
9cac7ced05
Merge pull request #2294 from AFLplusplus/dev
...
push to stable
v4.31c
2025-02-10 13:42:28 +01:00
vanhauser-thc
ecaddc09e8
code format
2025-02-10 13:29:22 +01:00
vanhauser-thc
287edf2754
v4.31c release
2025-02-10 13:22:37 +01:00
David Robillard
7765d4ac33
Fix various spelling errors ( #2293 )
...
* Fix spelling errors in log messages
* Fix doc comment syntax
* Fix spelling errors in Markdown documentation
* Fix spelling errors in comments
2025-02-10 00:32:42 +01:00
van Hauser
6a4b5807b6
Merge pull request #2288 from wtdcode/upstream
...
[RFC] Upstream "SAND: Decoupling Sanitization from Fuzzing for Low Overhead"
2025-01-27 16:39:37 +01:00
mio
72d248ae57
cmplog is working!
2025-01-27 19:41:33 +08:00
mio
c78643f566
Add an example
2025-01-27 19:37:21 +08:00
mio
0b53a5a8aa
Fix typo
2025-01-27 19:30:52 +08:00
mio
80e1a95378
Remove the unused field
2025-01-27 19:24:46 +08:00
mio
5fa1a9c365
Add inline
2025-01-27 19:24:31 +08:00
mio
522da5e9b5
Update docs accordingly
2025-01-27 19:23:21 +08:00
mio
c7e919333e
Update help usage of afl-fuzz
2025-01-26 18:40:37 +08:00
mio
c64813b7d5
Update more instructions
2025-01-26 15:52:29 +08:00
mio
b96047d7b0
Fix typo
2025-01-26 15:51:35 +08:00
mio
604cf2cf80
Use AFL hash32
2025-01-26 15:46:25 +08:00
mio
c7c66bd0d6
Fix plot_file header
2025-01-26 15:34:56 +08:00
mio
40991801bd
Fix cmplog srv not deinit
2025-01-26 15:28:56 +08:00
Vincent Andrae
fd780e8eba
Update FRIDA mode for Frida Gum 16.6.x API compatibility
...
- Bumped the frida-gum version to 16.6.5.
- Refactored functions to use `GumModule` instead of deprecated `GumModuleDetails`.
2025-01-25 18:26:30 +01:00
mio
96dc77e410
Fix typos
2025-01-24 22:31:21 +08:00
mio
60b92dcef3
Fix incorrect docs
2025-01-24 22:25:15 +08:00
mio
12a88c52df
Update docs
2025-01-24 22:24:10 +08:00
mio
be3c665eee
Fix integration
2025-01-23 23:18:35 +08:00
mio
f905087e8e
Remove var bytes makeups
2025-01-23 19:17:44 +08:00
mio
99cf15bd30
Fix building
2025-01-23 19:12:48 +08:00
mio
5c239d9207
nit with code formatt-ed
2025-01-23 19:11:45 +08:00
mio
c4d576b4e0
Add myself to contributor
2025-01-23 19:04:53 +08:00
mio
efa2120935
Update help
2025-01-20 00:09:32 +08:00
mio
967b81736d
Fix pass
2025-01-19 23:55:44 +08:00