SafetyHook
|
This is the complete list of members for InlineHook, including all inherited members.
call(Args... args) | InlineHook | inline |
ccall(Args... args) | InlineHook | inline |
create(void *target, void *destination, Flags flags=Default) | InlineHook | static |
create(T target, U destination, Flags flags=Default) | InlineHook | inlinestatic |
create(const std::shared_ptr< Allocator > &allocator, void *target, void *destination, Flags flags=Default) | InlineHook | static |
create(const std::shared_ptr< Allocator > &allocator, T target, U destination, Flags flags=Default) | InlineHook | inlinestatic |
Default enum value | InlineHook | |
destination() const | InlineHook | inline |
destination_address() const | InlineHook | inline |
disable() | InlineHook | |
enable() | InlineHook | |
enabled() const | InlineHook | inline |
fastcall(Args... args) | InlineHook | inline |
Flags enum name | InlineHook | |
InlineHook()=default (defined in InlineHook) | InlineHook | |
InlineHook(const InlineHook &)=delete (defined in InlineHook) | InlineHook | |
InlineHook(InlineHook &&other) noexcept (defined in InlineHook) | InlineHook | |
MidHook (defined in InlineHook) | InlineHook | friend |
operator bool() const | InlineHook | inlineexplicit |
operator=(const InlineHook &)=delete (defined in InlineHook) | InlineHook | |
operator=(InlineHook &&other) noexcept (defined in InlineHook) | InlineHook | |
original() const | InlineHook | inline |
original_bytes() const | InlineHook | inline |
reset() | InlineHook | |
StartDisabled enum value | InlineHook | |
stdcall(Args... args) | InlineHook | inline |
target() const | InlineHook | inline |
target_address() const | InlineHook | inline |
thiscall(Args... args) | InlineHook | inline |
trampoline() const | InlineHook | inline |
unsafe_call(Args... args) | InlineHook | inline |
unsafe_ccall(Args... args) | InlineHook | inline |
unsafe_fastcall(Args... args) | InlineHook | inline |
unsafe_stdcall(Args... args) | InlineHook | inline |
unsafe_thiscall(Args... args) | InlineHook | inline |
~InlineHook() (defined in InlineHook) | InlineHook |