Commit e4bab752 authored by swift_gan's avatar swift_gan Committed by swift_gan

[NativeHook]update readme

parent 5f2a6f2a
......@@ -200,11 +200,22 @@ To bypass hidden api on P & Q
# Native Hook
## simple hook(no backup)
#include "includes/sandhook.h"
// can not call origin method now
bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method
#include "sanhook_native.h"
void* SandInlineHook(void* origin, void* replace);
void* SandInlineHookSym(const char* so, const char* symb, void* replace);
return is backup method
## more
- disassembler (only implement important instructions)
- assembler (only implement important instructions)
# Demo
## SandVXPosed
......
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