afjoseph / RexLogger

A Smali drop-in class for logging disassembled apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RexLogger

Inject logs to an app.

Usage

  • Make a directory called rex in the smali directory on the decompiled app.
  • Put RexLogger.smali in the newly created rex directory.
  • Look up the smali reference for each function you wanna call in RexLogger.java.

Building

just build re-generates a RexLogger.smali

About

A Smali drop-in class for logging disassembled apps

License:MIT License


Languages

Language:Smali 84.9%Language:Java 13.8%Language:Just 1.3%