CharmedBaryon / CommonLibSSE-NG

This is a reverse engineered library for Skyrim Special Edition and Skyrim VR.
MIT License
142 stars 32 forks source link

Implement a Python script for IDA Pro for post-PDB import to rename classes and functions to match the original RTTI data #54

Open jpstewart opened 2 years ago

jpstewart commented 2 years ago

The PDB import, as described in the wiki, can import types and virtual tables but they do not match the original RTTI data since clib uses a RE namespace for these types whereas the original types where in the global namespace. A renaming script may help IDA Pro better utilize these types automatically in disassembly.