Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix loading ELF files without valid .dynamic section #2502

Merged
merged 2 commits into from
Dec 10, 2024

Conversation

peace-maker
Copy link
Member

This allows to load separate debuginfo files and access their symbols. The .dynamic section wasn't of type SHT_DYNAMIC for those files apparently.

Fixes #2489

This allows to load separate debuginfo files and access their symbols.
@peace-maker peace-maker merged commit 57b9eb9 into Gallopsled:dev Dec 10, 2024
13 of 15 checks passed
@peace-maker peace-maker deleted the elf_no_dynamic branch December 10, 2024 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ELF may load debuginfo to get more symbols
1 participant