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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add ElfFile.from(Path) and ElfFile.from(SeekableByteChannel) helpers (#29, #37).
Add getData() and notes() to ElfSegment (#28, #50).
Add sectionsOfType(Class<T>) and segment lookup by type (#40, #43).
Add equals() and hashCode() to ELF data classes (#51).
Improve ELF note support: note parsing, namesz field, validation of note header fields and C names for the note type constants (#30, #33, #34, #45, #48, #50).