| Age | Commit message (Collapse) | Author |
|
|
|
Fixes more parsing failures: https://github.com/Vector35/idb-rs/compare/0.1.5...0.1.6
|
|
|
|
|
|
Fixes many of the known parsing failures
|
|
|
|
|
|
|
|
|
|
|
|
Typically this would never occur, however due to the mystical nature of linkers this somehow has happened outside of demo builds
|
|
|
|
|
|
Pseudo Python example plugin
|
|
|
|
|
|
|
|
Closes #467
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DWARF, improve DWARF error handling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This appears to fix a bug in a TriCore unit test for reasons I don't
fully understand.
|
|
|
|
|
|
Found this while testing some MSP430 binaries with the new support being
added. I had the logic correct, but forgot to tell Rust that overflow
was expected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It wasn't closing the downloaded FileMetadata object
|