-
-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elf-module: Use MiniDebugInfo if no symbols found
When enumerate_symbols() encounters an ELF with no symbols in memory, instantiate an offline ElfModule instance and parse the .gnu_debugdata section. Decompress the embedded ELF and reuse its symbols as a fallback. This ensures symbol information is available even if the primary ELF lacks them.
- Loading branch information
Showing
2 changed files
with
120 additions
and
6 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