emesare / binja-msvc

Parses and symbolizes MSVC RTTI information in Binary Ninja.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support RTTI stripped binaries

emesare opened this issue · comments

commented

Currently RTTI must exist in the binary for vtables to be defined, however we should add the ability to atleast manually create a vtable and possibly scan the entire binary for possible vtables automatically.

This isn't hard however accompanying this we should really cleanup the code so that we are not so dependent on previously ran commands.