vtable_hook 0.1.0

Simple crate for hooking C++ VTables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["nepcat"]
description = "Simple crate for hooking C++ VTables"
edition = "2021"
homepage = "https://github.com/nepcat/vtable_hook"
keywords = ["vtable", "hook", "hooking", "c++", "cpp"]
license = "MIT"
name = "vtable_hook"
readme = "README.md"
repository = "https://github.com/nepcat/vtable_hook"
version = "0.1.0"