mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
fix
This commit is contained in:
@ -1156,12 +1156,12 @@ static void __afl_start_forkserver(void) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fwrite(__afl_pcmap_ptr, __afl_pcmap_size, 1, f);
|
fwrite(__afl_pcmap_ptr, __afl_map_size * sizeof(void *), 1, f);
|
||||||
fclose(f);
|
fclose(f);
|
||||||
|
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"[+] Created modinfo.txt and pcmap.dump for coverage analysis "
|
"[+] Created modinfo.txt and pcmap.dump for coverage analysis "
|
||||||
"purposes. Now run afl-showmap with '-V -o covmap.dump'.\n");
|
"purposes. Now run afl-showmap with '-V -b -o covmap.dump'.\n");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user