Unverified Commit 49de2a87 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 217c39bc
......@@ -18,6 +18,10 @@ Android ART Hook
- Constructors
- System Methods
if you must hook a abstract method:
you must load hooker class in another dex, so can make(maybe, some times still go direct its impl) art to search dexcache...
but Hook abstract method is still not recommended, you can invoke its impl method.
cant hook if lined
# how to use
......@@ -79,4 +83,9 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {}
if OS <= 5.1
backup method can call itself to avoid be inlining
# References
- Epic:https://github.com/tiann/epic
- Yahfa:https://github.com/rk700/YAHFA
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