Unverified Commit 028eb19e authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 17d05f69
......@@ -235,7 +235,9 @@ return is backup method
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[]));
bool SandBreakPoint(void* origin, void (*callback)(REG[]));
bool SandSingleInstBreakPoint(void *origin, BreakCallback(callback));
## short 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