Unverified Commit 1b81d376 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent f99bcb6d
......@@ -204,7 +204,7 @@ To bypass hidden api on P & Q
#include "includes/sandhook.h"
bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method
## 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);
......
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