PastNullInfinity / APK-Tools-Linux

A script to automate some APKTOOL uses on Linux using Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

APK-Tools-Linux

How to use

To run the script, in a terminal, type

./script

From there you have several options, which explain much of the function.

  • APK's go in the APK folder
  • JAR's go in the jar folder
  • framework-res files go in the frameworks folder

What can it do?

  • Decompile an APK or JAR, singly or in a batch
  • Compile an APK or JAR, singly or in a batch
  • Decompile or compile a single APK or JAR
  • Inject a FRIDA gadget automatically through the Objection Framework
  • Sign APK's, singly or in a batch
  • Zipalign APKs singly or in a batch
  • Pull a framework-res.apk from your phone and set it
  • Set an already provided framework-res.apk on the frameworks/ folder

Licence

Licence

About

A script to automate some APKTOOL uses on Linux using Bash

License:Other


Languages

Language:Shell 98.2%Language:Python 1.8%