Interposing code into an existing apk

53 views Asked by At

Is it possible, given an existing apk, to interpose method calls? What about arbitrary lines of code?

Ideally I would like to be able to intercept a method call/line of code and call my own method to do some checks or logging and then let the original execution continue without altering the original behavior.

If this is possible, can somebody please point me in the right direction to some reading material?

Thanks

0

There are 0 answers