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

STOOPID-EASY-bugfix: Elf parsing STT_FUNCs based on too many bits #505

Merged
merged 3 commits into from Feb 11, 2022

Conversation

atlas0fd00m
Copy link
Contributor

if the upper bits of ElfSymbol.st_info hold data (binding data), functions are left unidentified because the whole field is compared instead of just the low-nibble as is returned by ElfSymbol.getInfoType().

@atlas0fd00m atlas0fd00m changed the title bugfix: Elf parsing STT_FUNCs based on too many bits STOOPID-EASY-bugfix: Elf parsing STT_FUNCs based on too many bits Feb 5, 2022
@atlas0fd00m atlas0fd00m merged commit 8cad029 into vivisect:master Feb 11, 2022
@atlas0fd00m atlas0fd00m deleted the elf_getInfoType_bugfix branch February 11, 2022 04:03
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.

None yet

2 participants