vanhauser-thc
dd762726dc
fastresume implementation
2024-06-12 09:10:35 +02:00
van Hauser
e68d57feec
Merge pull request #2120 from visitorckw/fix-shift-too-many-bits
...
Fix undefined behavior by casting to uint64_t before left shift
2024-06-12 08:23:14 +02:00
Kuan-Wei Chiu
0c9d8e5929
Fix undefined behavior by casting to uint64_t before left shift
...
According to the C standard, left-shifting a value by an amount greater
than or equal to the width of its promoted type results in undefined
behavior. To prevent potential unexpected results, explicitly cast the
uint8_t variable type to uint64_t before performing the left shift
operation by 56 bits. This ensures the operation is well-defined and
adheres to the standard.
Fixes: 40df85d1 ("adjust cmplog header")
2024-06-12 12:48:13 +08:00
vanhauser-thc
75c3fa91dc
update changelog
2024-06-10 22:25:38 +02:00
van Hauser
a37c7e1246
Merge pull request #2119 from WorksButNotTested/frida-persistent
...
Frida persistent
2024-06-10 22:24:25 +02:00
Your
392dcd57c6
Fixes to build on arm32
2024-06-10 18:16:30 +01:00
Your Name
1369cf7176
Fixes for arm/arm64
2024-06-10 18:16:30 +01:00
Your Name
eccd0985a0
Fixes for x86
2024-06-10 18:16:30 +01:00
Your Name
0617b8898a
Update comment
2024-06-10 18:16:30 +01:00
Your Name
fbcdeb8439
Improve persistent mode
2024-06-10 18:16:30 +01:00
vanhauser-thc
6ed0a2b4aa
fast resume setup detection
2024-06-10 18:22:06 +02:00
vanhauser-thc
8e50c0c103
frida verbose
2024-06-10 09:08:44 +02:00
vanhauser-thc
f2cd5e1d8e
v4.22a init
2024-06-09 19:15:12 +02:00
van Hauser
9f6b012fbf
Merge pull request #2117 from AFLplusplus/dev
...
push to stable
v4.21c
2024-06-09 19:09:17 +02:00
vanhauser-thc
ec0b83f127
4.21c
2024-06-09 18:39:56 +02:00
vanhauser-thc
0c81982e67
nit
2024-06-09 18:32:36 +02:00
vanhauser-thc
5014b86c3c
fix AFL_FRIDA_DEBUG_MAPS
2024-06-09 15:44:10 +02:00
vanhauser-thc
44b5e1f488
fix no_forkserver mode
2024-06-09 12:26:48 +02:00
vanhauser-thc
31652eeb2a
nit
2024-06-09 12:19:58 +02:00
vanhauser-thc
4bb4d4ad00
fix -n
2024-06-09 12:16:32 +02:00
vanhauser-thc
5331eca5d9
allow multiple -m
2024-06-09 12:02:59 +02:00
vanhauser-thc
74e264a20a
move function
2024-06-07 13:46:15 +02:00
vanhauser-thc
f0937f96d4
target hash
2024-06-07 11:48:58 +02:00
vanhauser-thc
92cbdb9f45
update unicorn
2024-06-07 11:41:35 +02:00
vanhauser-thc
fe36ceaa55
minor testcache optimizations
2024-06-07 11:16:42 +02:00
vanhauser-thc
0618bfd4ae
fix
2024-06-07 09:58:27 +02:00
vanhauser-thc
bdfd38771a
add cmplog_time measurement
2024-06-07 09:47:29 +02:00
vanhauser-thc
477063e9ee
memory adjustments
2024-06-06 17:52:21 +02:00
vanhauser-thc
e46c106b89
new seed selection algorithm
2024-06-06 10:25:23 +02:00
van Hauser
69630338ff
Merge pull request #2114 from WorksButNotTested/frida-rlimit
...
Fix issue for setrlimit
2024-06-05 20:21:51 +02:00
van Hauser
112759cd39
Merge pull request #2113 from AFLplusplus/fix_mmap_cmplog
...
Fix cmplog shared memory size when USEMMAP=1
2024-06-05 20:19:38 +02:00
Your Name
f8767c397b
Fix issue for setrlimit
2024-06-05 18:43:20 +01:00
Andrea Fioraldi
e8d098335b
Fix cmplog shared memory size when USEMMAP=1
2024-06-05 19:33:02 +02:00
vanhauser-thc
12a87cfacb
nits
2024-06-05 10:40:12 +02:00
vanhauser-thc
2806d6be2f
optimize syncing
2024-06-05 09:20:30 +02:00
vanhauser-thc
2d9b793dbb
AFL_NO_SYNC
2024-06-04 14:48:02 +02:00
van Hauser
7f02f0da61
Merge pull request #2106 from a-shvedov/stable
...
feature: Added (generate_libtoken_dict.sh) script for simplified work with `libtokencap`
2024-06-04 11:29:27 +02:00
Alexander Shvedov
bc2ccf464f
Update README.md
2024-06-03 19:14:04 +03:00
Alexander Shvedov
b8536ced09
Update generate_libtoken_dict.sh
2024-06-03 19:01:50 +03:00
vanhauser-thc
1db82f3303
update grammar mutator
2024-06-03 09:23:43 +02:00
van Hauser
fd713413e8
Merge pull request #2109 from AFLplusplus/dev
...
fix afl-showmap
2024-06-01 16:56:35 +02:00
vanhauser-thc
2d4a4ba73f
fix afl-showmap
2024-06-01 16:55:56 +02:00
van Hauser
348f980f21
Merge pull request #2108 from AFLplusplus/dev
...
push to stable
2024-06-01 16:37:28 +02:00
van Hauser
ca55858aa7
Merge pull request #2107 from AFLplusplus/reg
...
fix regression
2024-06-01 16:34:50 +02:00
vanhauser-thc
e639521b01
changelog
2024-06-01 16:34:23 +02:00
vanhauser-thc
894339c5d7
try regression fix
2024-06-01 12:26:26 +02:00
vanhauser-thc
e13dc9b7e6
todo
2024-06-01 12:17:53 +02:00
Alexander Shvedov
5fb657f569
Rename make_dict_v2.sh to generate_libtoken_dict.sh
2024-06-01 13:03:55 +03:00
Alexander Shvedov
d2700c7525
Update README.md
2024-06-01 13:03:22 +03:00
Alexander Shvedov
4cf358b589
Update README.md
2024-06-01 02:06:20 +03:00