Unverified Commit 13a8ebdc authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 00027ced
......@@ -219,7 +219,7 @@ SandHookConfig.DEBUG = <Debuggable of target process>
bool nativeHookNoBackup(void* origin, void* hook);
## need backup origin method
#include "sanhook_native.h"
#include "sandhook_native.h"
void* SandInlineHook(void* origin, void* replace);
......@@ -237,7 +237,7 @@ bool SandBreakpoint(void* origin, void (*callback)(REG[]));
## short method
#include "sanhook_native.h"
#include "sandhook_native.h"
void* SandSingleInstHook(void* origin, 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