summaryrefslogtreecommitdiff
path: root/plugins/msvc_rtti/rtti.cpp
AgeCommit message (Collapse)Author
2025-01-11MSVC RTTI: Fix crash due to function creation on invalid virtual function entryMason Reed
Also fix type clobbering on anonymous class names
2024-11-18MSVC RTTI: Make VFT type adjustableMason Reed
This was the original behavior before the fixes for PDB support
2024-11-05MSVC RTTI: Formatting changesMason Reed
2024-11-05MSVC RTTI: More robust CompleteObjectLocator verificationMason Reed
Must be within section now
2024-11-03MSVC RTTI: Use GetOriginalImageBase instead of GetStartMason Reed
2024-10-26MSVC RTTI: misc formattingMason Reed
2024-10-26MSVC RTTI: Inherit virtual function tablesMason Reed
Makes xrefs and base VFT type syncing possible at the expense of correct typing (assuming you have the this param typed for the base class)
2024-10-25Use module workflows in MSVC RTTIMason Reed
MSVC RTTI information will be applied on open to all windows platforms now
2024-10-24Add virtual function table sweep to MSVC RTTIMason Reed
This will sweep for vfts without relying on the pointer sweep
2024-10-24Add MSVC RTTI pluginMason Reed
Adds two commands that must be run manually "MSVC\\Find RTTI" and "MSVC\\Find VFTs" both of which will apply their respective data to the view AND store metadata for scripts to use under the "msvc" key.