-
Notifications
You must be signed in to change notification settings - Fork 564
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
capa explorer: elf bug #1254
Comments
on error, cannot close plugin wait dialog, need to kill the entire IDA process |
this appears to be a general bug with ELF files in IDA? see e.g. https://github.com/mandiant/capa-testfiles/blob/master/294b8db1f2702b60fb2e42fdc50c2cee6a5046112da9a5703a548a4fa50477bc.elf_ |
Debug output in IDA Cannot read SHT in IDA like implemented, so subsequent parsing is faulty (
|
This data may only be available in IDA via
|
probably should raise an exception from a wrapper around |
such as here: Lines 183 to 185 in 64ebf14
seems like we're hiding bugs by not letting client code decide how to handle unmapped regions |
sample: 16904
The text was updated successfully, but these errors were encountered: