binaryninja-api
binaryninja-api copied to clipboard
Triage view shows outdated addresses after a PE has been rebased
Before and after rebase:


We can see only the Currrent Base field reflects the rebased view, other addresses are still showing the old value. This is because we are reading this info from the binary directly:
https://github.com/Vector35/binaryninja-api/blob/077462c083af241bf654d87a8aaa776834f0e3dc/examples/triage/headers.cpp#L159