mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +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);
|
||||
|
||||
fprintf(stderr,
|
||||
"[+] 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