forked from mozilla/uniffi-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix metadata extraction for large ELF files (mozilla#2285)
Symbol table entries store a 16-bit index for their section header. If the index overflows 16-bits then it's stored in a separate section instead. References: - https://refspecs.linuxbase.org/elf/gabi4+/ch4.symtab.html - https://docs.oracle.com/cd/E19683-01/817-3677/chapter6-94076/index.html
- Loading branch information
Showing
2 changed files
with
49 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters