IDA Pro 9.x plugin: Automatic C++ vtable detection, class name extraction, and virtual function index annotation. Essential for game reverse engineering.
-
Updated
Dec 2, 2025 - C++
IDA Pro 9.x plugin: Automatic C++ vtable detection, class name extraction, and virtual function index annotation. Essential for game reverse engineering.
A small C++23 library to acquire vtable information at compile time
Idiomatic and FFI Safe dyn traits in Rust
tool for monitoring x64 MSVC vtable calls
Type-erased, concept-driven interfaces in C++11
C++20 header-only library for memory layout visualization, vtable inspection, and leak tracking.
Helper methods to work with Rust types.
Simple VTable dumper for IDA 9.0+
🔍 Powerful Windows COM interface extractor for developers and reverse engineers. Outputs C++-ready interface definitions with RVA offsets
Automatically generates Rust FFI bindings to C (and some C++) libraries. Here we'll try to handle overloads, virtual functions and vtables in C++.
VTable is not just a high-performance multidimensional data analysis table, but also a grid artist that creates art between rows and columns.
Header-only library for C++17 that patches the VTable of class instances to call functions of your choosing.
An educational exercise implementing C++ polymorphism in C
In this application, we are going to access the VPTR and through VPTR we access the VTABLE and from VTABLE we access the addresses of the virtual function.
Add a description, image, and links to the vtable topic page so that developers can more easily learn about it.
To associate your repository with the vtable topic, visit your repo's landing page and select "manage topics."