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

Update README.md

parent 1b81d376
...@@ -202,13 +202,17 @@ To bypass hidden api on P & Q ...@@ -202,13 +202,17 @@ To bypass hidden api on P & Q
## simple hook(no backup) ## simple hook(no backup)
#include "includes/sandhook.h" #include "includes/sandhook.h"
bool nativeHookNoBackup(void* origin, void* hook); bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method(unstabitily) ## need backup origin method(unstabitily)
#include "sanhook_native.h" #include "sanhook_native.h"
void* SandInlineHook(void* origin, void* replace); void* SandInlineHook(void* origin, void* replace);
void* SandInlineHookSym(const char* so, const char* symb, void* replace); void* SandInlineHookSym(const char* so, const char* symb, void* replace);
return is backup method return is backup method
## more ## more
......
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