Unverified Commit 08e615d7 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 6e884926
...@@ -182,6 +182,10 @@ we can do nothing to prevent some methods been inlined before app start, but we ...@@ -182,6 +182,10 @@ we can do nothing to prevent some methods been inlined before app start, but we
if you will hook some method that could be inlined, please call SandHook.disableVMInline()(OS >= 7.0) in Application.OnCreate() if you will hook some method that could be inlined, please call SandHook.disableVMInline()(OS >= 7.0) in Application.OnCreate()
### Deoptimize
You can also deoptimize a caller that inlined your hook method by SandHook.deCompile(caller), just implement >= 7.0
# Demo # Demo
non-Root Xposed Environment Demo (VirtualApp With SandHook): non-Root Xposed Environment Demo (VirtualApp With SandHook):
......
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