mar-v-in / ArtHook

Library for hooking on ART

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hook constructor

DanielZhou1980 opened this issue · comments

Demo only show hook the method,but no hook the constructor. how to call constructor?

The constructor can be hook. but orginal constructor can't be call. how to call orginal constructor?

Easy constructor support using @Hook annotation and OriginalMethod call was added with ede62d0