Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 293 Bytes

unsign.jar

Deletes META-INF folder from a .zip/.apk file:

$ java -jar unsign.jar test.apk

move_manifest.jar

Moves a new Android manifest file into a .zip/.apk file:

$ java -jar move_manifest.jar test.apk AndroidManifest.xml

Build

$ ./build.sh

Test

$ ./test.sh