mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 03:48:08 +00:00
make get_offsets executable
This commit is contained in:
@ -1597,8 +1597,8 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
|
|
||||||
// only reinitialize when it makes sense
|
// only reinitialize when it makes sense
|
||||||
if ((map_size < new_map_size ||
|
if ((map_size < new_map_size ||
|
||||||
(new_map_size != MAP_SIZE && new_map_size < map_size &&
|
(new_map_size != MAP_SIZE && new_map_size < map_size &&
|
||||||
map_size - new_map_size > MAP_SIZE))) {
|
map_size - new_map_size > MAP_SIZE))) {
|
||||||
|
|
||||||
OKF("Re-initializing maps to %u bytes", new_map_size);
|
OKF("Re-initializing maps to %u bytes", new_map_size);
|
||||||
|
|
||||||
|
0
unicorn_mode/samples/speedtest/get_offsets.py
Normal file → Executable file
0
unicorn_mode/samples/speedtest/get_offsets.py
Normal file → Executable file
Reference in New Issue
Block a user