Header-only library for C++17 that patches the VTable of class instances to call functions of your choosing.
-
Updated
Sep 21, 2021 - C++
Header-only library for C++17 that patches the VTable of class instances to call functions of your choosing.
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.
Automatically generates Rust FFI bindings to C (and some C++) libraries. Here we'll try to handle overloads, virtual functions and vtables in C++.
An educational exercise implementing C++ polymorphism in C
Helper methods to work with Rust types.
tool for monitoring x64 MSVC vtable calls
A small C++23 library to acquire vtable information at compile time
Idiomatic and FFI Safe dyn traits in Rust
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."