OALabs/hashdb-ida

Handle QWORDS if 64bit

herrcore opened this issue · 4 comments

Handle the possibility of QWORDS instead of DWORDs when in a 64bit binary

What is the scope of this issue? Assuming it has to do with data types - we can check which types to use with:

  • idaapi.get_inf_structure().is_64bit()

QWORD selection now works 90e8126

Still need IAT scanning.

Added QWORD IAT Scan 3ea4c11

Closed out 85ed44b