dba93705a7
better new weighting
2023-04-05 13:07:22 +02:00
36127fb197
add -z switch
2023-04-05 12:59:20 +02:00
5fea071ae9
Merge pull request #1692 from nj00001/dev
...
fix getOperand out of range
2023-04-03 10:33:59 +02:00
a01138e1c8
fix getOperand out of range
...
This commit fixes a sloppy function call that should normally check the number of insn's Operand before calling insn's getOperand method. The fix is that if it is 0 it should continue the loop.
I solved problem https://github.com/AFLplusplus/AFLplusplus/issues/1688#issue-1648543691 using this modification
2023-04-03 15:32:52 +08:00
319b2e8e6f
fix ui layout with slow targets in pizza mode
2023-04-02 12:08:54 +02:00
e46e0bce44
allow pizza mode to be disabled
2023-04-02 12:03:45 +02:00
4d02d8e43d
fix buffer overflow in pizza mode :(
2023-04-02 11:52:36 +02:00
be96253f52
nits
2023-03-31 11:02:27 +02:00
2d0d1e267e
better aflpp driver
2023-03-30 14:07:33 +02:00
a061e1304d
further magma adaption
2023-03-30 10:18:45 +02:00
dbdf2d79f2
magma support
2023-03-29 10:57:57 +02:00
48816417ee
introspection
2023-03-29 10:13:18 +02:00
661b626c87
Merge pull request #1686 from tuliom/minor-fixes
...
Minor fixes
2023-03-28 19:29:04 +02:00
214e24fff0
fix arm64 build
2023-03-28 17:23:07 +02:00
67e8c4f100
Fix unsupported operands in .custom-format.py
...
Python 3.11 complains that int and str are unsupported operand types for
operator +.
2023-03-28 12:15:20 -03:00
5d9c1bc3a3
[afs-as] Allow debugging arguments after the input file
...
Clang may call as with extra debugging arguments after the input file,
e.g. as --64 -o /tmp/hello-617ff5.o /tmp/hello-6b6f52.s -g -gdwarf-4
2023-03-28 12:15:20 -03:00
c594a58583
Stop using removed pipeline extensions
...
LLVM commit 7ae6838defb21737963b1dd8ff9de7e87052c74f removed the
following extensions:
- PassManagerBuilder::EP_OptimizerLast
- PassManagerBuilder::EP_EnabledOnOptLevel0
- PassManagerBuilder::EP_FullLinkTimeOptimizationLast
2023-03-28 12:15:20 -03:00
01236f47bc
nits
2023-03-28 16:50:05 +02:00
b1bfc1ae76
time_wo_finds in fuzzer_stats
2023-03-27 17:52:01 +02:00
0faa323f12
Merge pull request #1683 from cdown/cdown/2023-03-26/ver
...
Clarify confusing version message
2023-03-27 13:04:38 +02:00
2d3c5cc6d8
Clarify confusing version message
...
When running, the following gets printed in quick succession on startup:
afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community
[...]
[+] NOTE: This is v3.x which changes defaults and behaviours - see README.md
Don't assert that this is v3, just that v3+ changes defaults and
behaviours.
2023-03-26 20:44:57 -04:00
19f9612910
fix frida mode
2023-03-26 12:14:35 +02:00
d955409178
disable frida in the ci for the moment it is working nowhere
2023-03-25 20:37:08 +01:00
9bc5abc4ec
reduce CI resources
2023-03-25 12:14:08 +01:00
b2f9802f9f
Merge pull request #1680 from yuawn/add_check_for_n_fuzz_update
...
add check for n_fuzz update
2023-03-25 10:47:02 +01:00
e24ae96361
add likely() to cksum check
2023-03-25 09:45:02 +00:00
0f62e0b167
add check for n_fuzz update
2023-03-25 09:28:35 +00:00
478f0bbc1e
ci test
2023-03-21 16:23:51 +01:00
3d7bad99b6
Merge pull request #1678 from dmitris/patch-1
...
nit: fix minor typos
2023-03-21 16:22:57 +01:00
5c5b73df82
nit: fix minor typos
...
change "cannot be build" to "cannot be built"
2023-03-21 13:32:59 +01:00
24503fba5f
Merge pull request #1668 from AFLplusplus/dev
...
push to stable
2023-03-17 12:47:33 +01:00
d80cedcf02
Merge pull request #1677 from AFLplusplus/classify
...
Classify
2023-03-17 11:01:17 +01:00
bd3855fe5d
improve ci time
2023-03-15 10:18:33 +01:00
84274f2e5d
more ci repair attempts
2023-03-15 10:16:46 +01:00
988028bb3b
fix ci
2023-03-15 09:45:49 +01:00
ac4dd1605e
fix ci
2023-03-15 09:44:11 +01:00
7ab689ef0e
fix qemu_mode
2023-03-13 10:12:45 +01:00
e32e825372
macos ci debug
2023-03-10 15:26:38 +01:00
c3cf918bcb
macos ci debug
2023-03-10 15:16:55 +01:00
af77dab666
macos ci debug
2023-03-10 15:12:15 +01:00
1d4f779d4d
debug macos ci
2023-03-10 11:10:09 +01:00
4c7c78d926
enhance tests for macos
2023-03-10 10:59:52 +01:00
aabfe781fd
enhance tests for macos
2023-03-10 10:22:35 +01:00
7a650e4866
Merge pull request #1672 from AFLplusplus/dev
...
Dev
2023-03-10 09:25:07 +01:00
30483919eb
code format
2023-03-09 17:37:29 +01:00
5221938945
various fixes
2023-03-09 17:36:13 +01:00
dc7ef967d8
fix attempt at lsan
2023-03-09 14:56:38 +01:00
1385c24a7d
fix qemuafl name range
2023-03-09 14:41:24 +01:00
cd57641705
fast schedules n_fuzz update after classify
2023-03-09 14:25:45 +01:00
e0866f51c7
support LLVMFuzzerTestOneInput -1 return
2023-03-09 13:57:03 +01:00