Increase coverage of semantic definitions

Issue #15 resolved
Daniel Plohmann repo owner created an issue

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.

Comments (3)

  1. Daniel Plohmann reporter
    • edited description

    lol at automatically converting "@ 4" (without whitespace) into a user reference.

  2. Daniel Plohmann reporter

    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>>

  3. Log in to comment