SafetyHook
|
VMT hooking classes. More...
#include <cstdint>
#include <expected>
#include <unordered_map>
#include "safetyhook/allocator.hpp"
#include "safetyhook/common.hpp"
#include "safetyhook/utility.hpp"
Go to the source code of this file.
Classes | |
class | safetyhook::VmHook |
A hook class that allows for hooking a single method in a VMT. More... | |
class | safetyhook::VmtHook |
A hook class that copies an entire VMT for a given object and replaces it. More... | |
struct | safetyhook::VmtHook::Error |
Error type for VmtHook. More... | |
VMT hooking classes.