Answered by
xusheng6
Dec 26, 2024
Replies: 2 comments 1 reply
|
Toggling "From File Start" actually does NOT show the raw file offsets (despite the confusing name). It shows the value of current address minus the start of the binary view. In other words, the current address is IMO the name of the menu entry should probably be renamed to something like "From View Start", and another option, e.g., "From Raw File Start" should be added which does what you wanted |
1 reply
Answer selected by
FischLu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Toggling "From File Start" actually does NOT show the raw file offsets (despite the confusing name). It shows the value of current address minus the start of the binary view. In other words, the current address is
0x140001000, and the start of the binary view is0x140000000. So it shows0x1000.IMO the name of the menu entry should probably be renamed to something like "From View Start", and another option, e.g., "From Raw File Start" should be added which does what you wanted