Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 746 Bytes

Smali trace

A script that automatically injects adb-logcat [System.out.println] calls in an ApkTool-decompiled Android project.

  • Supports any method calls, regardless of the number of used registries. (except those defined as abstract or native)

Decompilation of the source code

The script was tested for the following APK decompiler and its dependencies:


Notes:

  • [System.out.println] is not enabled in all Android devices by default.