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
From what I read, the /<X> in the normal section name is interpreted as an decimal string containing an offset from PE_Header.PointerToSymbolTable + PE_Header.NumberOfSymbols*18 to a zero-terminated string containing the full section name.
As i'm trying to parse DWARF information inside a PE binary, it would be nice if these were accessible somehow.
Though it seems clearly possible to work around this limitation by doing the lookup manually.
The text was updated successfully, but these errors were encountered:
These are used for mingw debug information.
x86_64-w64-mingw32-objdump -r
output:LIEF output:
From what I read, the
/<X>
in the normal section name is interpreted as an decimal string containing an offset fromPE_Header.PointerToSymbolTable + PE_Header.NumberOfSymbols*18
to a zero-terminated string containing the full section name.As i'm trying to parse DWARF information inside a PE binary, it would be nice if these were accessible somehow.
Though it seems clearly possible to work around this limitation by doing the lookup manually.
The text was updated successfully, but these errors were encountered: