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
There are currently not supported in 32-bit ELF files, but as far as I know, the parsing of note sections in 32-bit and 64-bit ELF files is exactly the same. confusing comment here and documentation here
A note section can contain many notes, not just the one at the start of the section.
There is no way to obtain the note type, but the spec says you have to check both the name and the type before interpreting a note.
The text was updated successfully, but these errors were encountered:
There are several issues with note sections:
The text was updated successfully, but these errors were encountered: