You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: