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

Mid function hooking class. More...

#include <cstdint>
#include <memory>
#include "safetyhook/allocator.hpp"
#include "safetyhook/common.hpp"
#include "safetyhook/context.hpp"
#include "safetyhook/inline_hook.hpp"
#include "safetyhook/utility.hpp"

Go to the source code of this file.

Classes

class  safetyhook::MidHook
 A mid function hook. More...
struct  safetyhook::MidHook::Error
 Error type for MidHook. More...

Typedefs

using safetyhook::MidHookFn = void (*)(Context& ctx)
 A MidHook destination function.

Detailed Description

Mid function hooking class.