paskalian / RTTI-Extractor

Extracts the runtime type information of any class (must have a vtable) whose address is providen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menu

Information

Made for educational purposes only.

Compatibility

Compatible with both x64 and x86 processes, you must use the specific version for a process that is x64 or x86 respectively.

Usage

  1. Compile the project and inject into the target process.
  2. Enter the class address which you want to get runtime type information of.
The bone of the project is based on ReClass.NET's runtime type information handling.

About

Extracts the runtime type information of any class (must have a vtable) whose address is providen.

License:MIT License


Languages

Language:C++ 100.0%