Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jul 13, 2022 · 0 comments
Assignees
Labels
re Request for new reverse engineering coverage
Milestone

Comments

@jpstewart
Copy link

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.

@jpstewart jpstewart added the re Request for new reverse engineering coverage label Jul 13, 2022
@jpstewart jpstewart added this to the 4.0.0 milestone Jul 13, 2022
@jpstewart jpstewart self-assigned this Jul 13, 2022
jpstewart pushed a commit that referenced this issue May 12, 2023
TESNPC: Add SetDefaultOutfit, SetSleepOutfit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
re Request for new reverse engineering coverage
Projects
None yet
Development

No branches or pull requests

1 participant