Skip to content

chipenable/resign-apk-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re-sign apk script

Python script to re-sign apk files using repository with keystores. It can be useful for reverse-engineering purposes.

How to re-sign apk

Run python script with two parameters - keystore name and apk file path.

./resign.py debug demo_app.apk

How to add keys

Copy a new keystore to keystores directory. Describe this keystore in keystores.json file.

About

python script to re-sign android applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages