mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
libtokencap, fix mac os process map lookup.
Incrementing base address for next iteration.
This commit is contained in:
@ -142,6 +142,9 @@ static void __tokencap_load_mappings(void) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
base += size;
|
||||||
|
size = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user