Commit 7012c124 authored by swift_gan's avatar swift_gan

Merge remote-tracking branch 'origin/master'

parents d7ef0bd9 a0d73a5b
......@@ -201,13 +201,17 @@ To bypass hidden api on P & Q
# Native Hook
## simple hook(no backup)
#include "includes/sandhook.h"
#include "includes/sandhook.h"
bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method(unstabitily)
#include "sanhook_native.h"
void* SandInlineHook(void* origin, void* replace);
void* SandInlineHookSym(const char* so, const char* symb, void* replace);
#include "sanhook_native.h"
void* SandInlineHook(void* origin, void* replace);
void* SandInlineHookSym(const char* so, const char* symb, void* replace);
return is backup method
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment