Commit e287e044 authored by swift_gan's avatar swift_gan

Merge remote-tracking branch 'origin/master'

parents 90da813a 08e615d7
......@@ -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()
### Deoptimize
You can also deoptimize a caller that inlined your hook method by SandHook.deCompile(caller), just implement >= 7.0
# Demo
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