Skip to content

This is a basic Python Script to Manipulate and Repackage Android App Packages in an Automated Way

Notifications You must be signed in to change notification settings

oguzhantopgul/AppManipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AppManipulator

This is a basic Python Script to Manipulate and Repackage Android App Packages in an Automated Way

Dependencies

AppManipulator requires

  • apktool to disassemble and re-assemble APK packages
  • jarsigner to sign again the repackaged APK

It also requires a signing certificate to be present at the working directory in order to succesfully sign the apk. Users must first run the command shown below to create required signing certificate, keystore and alias

keytool -genkey -v -keystore testkeystore -keyalg RSA -keysize 2048 -storepass testtest -validity 3650 -alias testkey

Usage

python appmanipulator.py -i INPUT_APK -o OUTPUT_APK -f FILE_TO_BE_MANIPULATED -s STRING_TO_SEARCH -r STRING_TO_REPLACE

About

This is a basic Python Script to Manipulate and Repackage Android App Packages in an Automated Way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages