Is it possible to hook Kotlin methods with Xposed framework?

25 views Asked by At

I have a android app and I need to hook and change function "func_one" via writing my own Xposed module. I'm using few scripts that bypass root detection in the same project, so I'd love to put that hook in the old project. Is there's the way for Xposed to hook and change Kotlin method in the same project where I'm hooking Java methods?

I've tried to just hook it with the Xposed usual functionality, but it simply don't find func that I need.

0

There are 0 answers