- marked as major
- edited description
Only exact matching of API names, currently does not cover prefixes like imp or postfixes like "@ 4" that are added when loading PDB files. Moreover, include wrapper-renamed functions with _%d suffix.
Only exact matching of API names, currently does not cover prefixes like imp or postfixes like "@ 4" that are added when loading PDB files. Moreover, include wrapper-renamed functions with _%d suffix.
lol at automatically converting "@ 4" (without whitespace) into a user reference.
fixed Issue #15: Now resolving real API names, by doing import enumeration to obtain addresses/names of imports as recognized by IDA. This increases the coverage for function inspection in case a PDB is loaded
→ <<cset 5aafbb5f50df>>