Crates.io | vtable_hook |
lib.rs | vtable_hook |
version | 0.1.1 |
source | src |
created_at | 2024-06-10 10:32:01.074039 |
updated_at | 2024-06-10 10:39:07.672481 |
description | Simple crate for hooking C++ VTables |
homepage | https://github.com/nepcat/vtable_hook |
repository | https://github.com/nepcat/vtable_hook |
max_upload_size | |
id | 1266933 |
size | 15,310 |
Simple crate for hooking C++ VTables
Add this line to your Cargo.toml
[dependencies]
vtable_hook = { version = "0.1.1" }
Replacing original VTable with our own copy of that VTable. Available in two implementations:
TODO
See here