SafetyHook
Loading...
Searching...
No Matches
vmt_hook.hpp File Reference

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...

Detailed Description

VMT hooking classes.