Inject logs to an app.
- Make a directory called
rex
in thesmali
directory on the decompiled app. - Put
RexLogger.smali
in the newly createdrex
directory. - Look up the smali reference for each function you wanna call in
RexLogger.java
.
just build
re-generates a RexLogger.smali