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
jma
0b22665391
Add support for post_process in Rust custom mutator + associated example with lain ( #2241 )
2024-11-08 17:15:51 +01:00
vanhauser-thc
ab5f95e17a
enhance autotokens standalone
2024-08-29 14:12:32 +02:00
vanhauser-thc
fe66a95d96
add autotokens-standalone
2024-08-28 15:31:15 +02:00
vanhauser-thc
72a24e6439
improve aflpp-standalone
2024-08-28 13:17:49 +02:00
vanhauser-thc
ccb952dde8
Revert "Replace gettimeofday with clock_gettime ( #2159 )"
...
This reverts commit 7c380a6612f00e4a7ed02364dc2b3769e8edc8f8.
2024-07-14 10:18:23 +02:00
carpintero-de-c
7c380a6612
Replace gettimeofday with clock_gettime ( #2159 )
2024-07-14 00:25:58 +02:00
vanhauser-thc
77cfd504cf
update grammar mutator
2024-06-28 16:33:48 +02:00
vanhauser-thc
f7bbd467b5
add custom_send_tcp
2024-06-28 16:00:19 +02:00
vanhauser-thc
af47531745
improved seed selection algorithm
2024-06-26 01:12:10 +02:00
vanhauser-thc
540d741df0
nits atnwalk
2024-06-22 22:22:01 +02:00
Kuan-Wei Chiu
b5e0fff6b9
Fix signed integer overflow in radamsa
...
When UBSan was enabled and 'make test' was executed, the following
runtime error was observed:
libradamsa.c:26055:29: runtime error: left shift of 16777215 by 8 places cannot be represented in type 'int'
This issue was caused by a left shift operation on a signed integer.
The fix involved changing the integer literal to an unsigned integer by
adding a 'U' suffix, ensuring the left shift operation produces the
correct value without overflow.
Fixes: 8178f4df ("remove radamsa, add radamsa custom mutator")
2024-06-14 09:53:57 +08:00
Kuan-Wei Chiu
d45cd63583
Fix memory allocation check in aflpp custom mutators
...
The memory allocation check in afl_custom_fuzz function was incorrect.
The condition was erroneously checking if ptr was non-null, whereas it
should return 0 when ptr is null. Correct the condition to properly
handle memory allocation failures.
Fixes: 32ffa266 ("max_len support")
2024-06-13 00:42:12 +08:00
vanhauser-thc
1db82f3303
update grammar mutator
2024-06-03 09:23:43 +02:00
vanhauser-thc
92a8c2804f
fix the fix for symcc
2024-05-21 16:31:42 +02:00
vanhauser-thc
e1521fa8eb
fix symcc custom mutator
2024-05-21 11:04:25 +02:00
vanhauser-thc
f7ea0f569f
fix aflpp custom mutator + standalone tool
2024-04-05 14:53:02 +02:00
vanhauser-thc
243c6640a8
update grammar mutator
2024-01-23 18:30:13 +01:00
vanhauser-thc
04219f9857
update grammar mutator
2024-01-18 09:28:56 +01:00
vanhauser-thc
bb6d9cddd7
update grammar mutator
2024-01-08 16:28:11 +01:00
yangzao
faedb3fb29
update python module
2023-11-25 21:18:32 -07:00
yangzao
8af74bcaee
update afl-fuzz-run
2023-11-24 22:47:50 -07:00
yangzao
770e868d04
add custom_post_run.c
2023-11-24 11:06:06 -07:00
echel0nn
ca82b65d6c
added README description & shortened pos defs
2023-08-13 21:59:00 +03:00
echel0nn
fdb4ed2131
added an example of ELF Header mutator
2023-08-13 19:41:43 +03:00
marc
1cd9258768
update tritondse script
2023-08-10 14:46:37 +02:00
mark0
bd1648e707
fix the file descriptor without determining null
2023-07-28 17:32:59 +08:00
vanhauser-thc
51ab51ca27
update tutorial list
2023-06-21 09:04:08 +02:00
van Hauser
4deb45f3b3
Merge pull request #1759 from AFLplusplus/dev
...
Dev
2023-06-06 17:36:04 +03:00
vanhauser-thc
1416fea160
cleaner tritondse
2023-05-21 14:49:24 +02:00
vanhauser-thc
9a6c0ec0c0
make AFL_CUSTOM_INFO overridable
2023-05-21 13:04:17 +02:00
vanhauser-thc
eec2c38a68
symqemu fix
2023-05-18 12:29:43 +02:00
vanhauser-thc
401d7617ef
symqemu mutator options
2023-05-18 10:50:10 +02:00
vanhauser-thc
abd6eace9d
improved symqemu custom mutator
2023-05-18 10:32:15 +02:00
vanhauser-thc
3e3adb4d37
enforce python setting detection
2023-05-17 18:39:54 +02:00
vanhauser-thc
1d0694df86
add symqemu custom mutator
2023-05-17 15:25:26 +02:00
vanhauser-thc
49997e60cb
fix
2023-05-16 12:33:58 +02:00
vanhauser-thc
1ad63a6a32
fix tritondse
2023-05-16 12:20:58 +02:00
vanhauser-thc
9a55bbdb44
fix
2023-05-15 15:17:33 +02:00
vanhauser-thc
ab148aeed8
standalone mutator
2023-05-15 15:12:26 +02:00
vanhauser-thc
d1ec5dc089
standalone mutator
2023-05-15 15:11:34 +02:00
vanhauser-thc
eaf59d5a19
next steps for tritondse
2023-05-11 07:55:17 +02:00
vanhauser-thc
70da0c2e40
better tritondse support
2023-05-10 16:09:18 +02:00
vanhauser-thc
f585f26266
tritondse fixes
2023-05-05 14:04:53 +02:00
vanhauser-thc
396157deda
tritondse custom mutator attempt
2023-05-05 13:53:05 +02:00
vanhauser-thc
2e23418a09
remove symlinks
2023-04-25 14:55:31 +02:00
vanhauser-thc
f3dc56f59a
update custom mutators
2023-04-25 14:54:38 +02:00
vanhauser-thc
46237c3332
makefile for atwalk
2023-04-24 19:20:52 +02:00
vanhauser-thc
6bd48a48cb
code format
2023-04-22 11:39:44 +02:00
Maik Betka
d7e6f8cb38
Create README.md
2023-04-21 17:10:19 +02:00