hashdb: Improved enum application + decompiler support#55
hashdb: Improved enum application + decompiler support#55swyam7980 wants to merge 5 commits intoOALabs:mainfrom
Conversation
- Cache imported API modules to avoid repeated prompts/requests. (really annoyed me) - Apply enums across the whole function (operands 0..2, 32-bit mask fallback) - Add bulk enum apply for imported module hashes + refresh disasm/Hex-Rays views. - Improve highlighted number parsing (more suffixes, case-insensitive) - Fix “New name:” form label escaping TLDR: decompiler support, bulk hash rename, IDA 9.0+ works
|
@williballenthin can you please look into this change |
@williballenthin is not the maintainer of this project though ironically he may be the best person to review these changes as I don't currently have access to IDA 9+. When I acquire a copy I'll review your changes but you may need to wait a bit... |
Yeh i can wait for verification for the changes |
|
okay ill make these changes and get back soon |
taken into account for multiple chunks Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
chunks fix As suggested Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
…al IMPORTED_MODULES
|
All Current Reviews have been updated and tested by my side. |
TLDR: decompiler support, bulk hash rename, IDA 9.0+ works