Unverified Commit ff86d7a9 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 49de2a87
...@@ -18,8 +18,10 @@ Android ART Hook ...@@ -18,8 +18,10 @@ Android ART Hook
- Constructors - Constructors
- System Methods - System Methods
if you must hook a abstract method: if you must hook an 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...
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. but Hook abstract method is still not recommended, you can invoke its impl method.
cant hook if lined cant hook if lined
......
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