RTTIDumper
Internally injected C++ DLL that dumps VFTables with RTTI data, Still In Development
Install / Use
/learn @GrandpaGameHacker/RTTIDumperREADME
Note This project remains as an example or a tool, it is however outdated and you should use ClassDumper2/3 / SMemory API which are both actively developed.
RTTIDumper
Injected Windows DLL that dumps Virtual Function Tables with Type Information from binaries including closed source binaries.
Only works with binaries compiled with Microsoft Visual Studio and contain Runtime Type information (RTTI).
Goals
- [X] Extract Symbol Information about classes within a program incl. VFTables.
- [X] Demangle most symbols correctly. Currently still testing
- [X] Generate class Inheritance information from RTTI
- Further research and development in semi-automated C++ reverse engineering
Using this project
Compile the dll to the same Bits as the target (x86 or x64)
The reason behind this is that 64bit still uses DWORD sized members for the RTTI structures, but they are offsets, not direct memory pointers. This means that you need to add the base address of the target module to the DWORD offset in 64bit mode. e.g.
uintptr_t ModuleBaseAddress = GetBaseAddress..;
DWORD offset = ...;
uintptr_t address = offset + ModuleBaseAddress;
#References And Information http://www.openrce.org/articles/full_view/23
Related Skills
node-connect
353.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
