Skip to content

A script to automate some APKTOOL uses on Linux using Bash

License

Notifications You must be signed in to change notification settings

PastNullInfinity/APK-Tools-Linux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.2%
  • Python 1.8%