You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that, at least on XPEViewer 0.04 on Ubuntu 22.04 amd64, sections are numbered starting from 0:
From my understanding of the official Microsoft PE specification (https://learn.microsoft.com/en-us/windows/win32/debug/pe-format), the sections given by the section headers, are considered to be numbered "starting from one (1)" — and the section number 0 has a special meaning (IMAGE_SYM_UNDEFINED).
Thus, it will be great, if you could consider changing the display of the section information to follow this.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello @horsicq,
I notice that, at least on XPEViewer 0.04 on Ubuntu 22.04 amd64, sections are numbered starting from 0:
From my understanding of the official Microsoft PE specification (https://learn.microsoft.com/en-us/windows/win32/debug/pe-format), the sections given by the section headers, are considered to be numbered "starting from one (1)" — and the section number 0 has a special meaning (
IMAGE_SYM_UNDEFINED
).Thus, it will be great, if you could consider changing the display of the section information to follow this.
Thank you!
The text was updated successfully, but these errors were encountered: