| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-19 | Itanium RTTI scaffolding | Mason Reed | |
| 2025-01-25 | MSVC RTTI: Narrow when pClassHierarchyDescriptor is recursed into | nullableVoidPtr | |
| 2025-01-25 | MSVC RTTI: Recursively define ClassHierarchyDescriptors | nullableVoidPtr | |
| This will better define base classes without a CompleteObjectLocator associated with it | |||
| 2025-01-25 | MSVC RTTI: Fix typo on pClassHierarchyDescriptor | nullableVoidPtr | |
| 2025-01-25 | MSVC RTTI: Define attribute enumerations for Base Class Descriptors and ↵ | nullableVoidPtr | |
| Class Hierarchy Descriptors | |||
| 2025-01-11 | MSVC RTTI: Fix crash due to function creation on invalid virtual function entry | Mason Reed | |
| Also fix type clobbering on anonymous class names | |||
| 2024-11-18 | MSVC RTTI: Make VFT type adjustable | Mason Reed | |
| This was the original behavior before the fixes for PDB support | |||
| 2024-11-05 | MSVC RTTI: Formatting changes | Mason Reed | |
| 2024-11-05 | MSVC RTTI: More robust CompleteObjectLocator verification | Mason Reed | |
| Must be within section now | |||
| 2024-11-03 | MSVC RTTI: Use GetOriginalImageBase instead of GetStart | Mason Reed | |
| 2024-10-26 | MSVC RTTI: misc formatting | Mason Reed | |
| 2024-10-26 | MSVC RTTI: Inherit virtual function tables | Mason 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-25 | Use module workflows in MSVC RTTI | Mason Reed | |
| MSVC RTTI information will be applied on open to all windows platforms now | |||
| 2024-10-24 | Add virtual function table sweep to MSVC RTTI | Mason Reed | |
| This will sweep for vfts without relying on the pointer sweep | |||
| 2024-10-24 | Add MSVC RTTI plugin | Mason 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. | |||
