Unverified Commit 30bf0acf authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 5a5f9c34
......@@ -207,7 +207,7 @@ To bypass hidden api on P & Q
bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method(unstabitily)
## need backup origin method
#include "sanhook_native.h"
void* SandInlineHook(void* origin, void* replace);
......@@ -217,6 +217,13 @@ void* SandInlineHookSym(const char* so, const char* symb, void* replace);
return is backup method
## break point
you can insert a break point in body of method(not only start of method), so you can read/write registers in break point.
bool SandBreakpoint(void* origin, void (*callback)(REG[]));
## more
- disassembler (only implement important instructions)
......
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