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

SHT[0x6000070]: KeyError because of section type unknown #1

Open
v3l0c1r4pt0r opened this issue Nov 11, 2018 · 0 comments
Open

SHT[0x6000070]: KeyError because of section type unknown #1

v3l0c1r4pt0r opened this issue Nov 11, 2018 · 0 comments
Labels

Comments

@v3l0c1r4pt0r
Copy link
Owner

Type 0x6000070 is not implemented. This might be missing from documentation, so by the way handling of such undocumented cases might be improved.

Also, in any case it should not happen, that standard Python error is returned, because it does not tell much about the cause and might be hard to debug.

v3l0c1r4pt0r added a commit that referenced this issue Nov 11, 2018
If ELF being parsed encounters value of SHT enum, which is not
supported, till now it resulted in meaningless error. Instead, return
uint32 object, so it will be more or less readable, but still is not
full solution. This should prevent exception from issue #1 from being
thrown.
v3l0c1r4pt0r pushed a commit that referenced this issue Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant