7a6ac0 / SmaliMethodTracer

Inject log message into smali file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmaliMethodTracer

Inject log message into smali file, you can use logcat(tag:IGLogger) to find out the method is called or not.

Usage

  1. Use APKTool to decompile an APK.
  2. copy iglogger.smali into smali directory.
  3. python apktracer.py, and enter the directory path which apktool generated.
  4. Rebuild to an APK, and have fun.

About

Inject log message into smali file


Languages

Language:Smali 53.1%Language:Python 30.6%Language:Java 16.4%