#include <windows.h>
#include <string>
Go to the source code of this file.
◆ ARK_API
Definition at line 9 of file Base.h.
◆ DECLARE_HOOK
#define DECLARE_HOOK |
( |
| name, |
|
|
| returnType, |
|
|
| ... ) |
Value:typedef returnType(__fastcall * name ## _Func)(__VA_ARGS__); \
inline name ## _Func name ## _original; \
returnType __fastcall Hook_ ## name(__VA_ARGS__)
Definition at line 690 of file Base.h.
◆ GetAddress() [1/2]
ARK_API LPVOID GetAddress |
( |
const std::string & | name | ) |
|
◆ GetAddress() [2/2]
ARK_API DWORD64 GetAddress |
( |
const void * | base, |
|
|
const std::string & | name ) |
◆ GetBitField() [1/2]
ARK_API BitField GetBitField |
( |
const void * | base, |
|
|
const std::string & | name ) |
◆ GetBitField() [2/2]
◆ GetDataAddress()
ARK_API LPVOID GetDataAddress |
( |
const std::string & | name | ) |
|