Unverified Commit a0d73a5b authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 1b81d376
......@@ -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