| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Fixes more parsing failures: https://github.com/Vector35/idb-rs/compare/0.1.5...0.1.6
|
|
|
|
|
|
Previously only the relocation ranges were available
|
|
|
|
Fixes many of the known parsing failures
|
|
Some binaries consist of LO16 entires that are BEFORE associated HI16
entries. Also, prior to this commit we don't appear to be applying
HI16 relocations at all for MIPS64. mips_decompose was being called
with MIPS_32 and failing prior to fixing up the relocation
|
|
|
|
|
|
This reverts commit 0237e4d47493e60d256fd7332866b1a7f881abd9.
|
|
|
|
Also bumps WARP so that loading of extremely large signature files can occur
|
|
|
|
|
|
|
|
Will handle optional temporary register assignment now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was the original behavior before the fixes for PDB support
|
|
|
|
|
|
|