Getting the physical offset into the binary file from an address #7965
joxeankoret
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
How can I get with Python the physical offset of a specific instruction or for an arbitrary address? Like, say, I have the address 0x140001020 in a binary "file.pe" and I want to get the specific physical offset inside that binary file for that specific address.
Beta Was this translation helpful? Give feedback.
All reactions