Skip to content

Instantly share code, notes, and snippets.

@yashdeeph709
Created April 22, 2017 16:24
Show Gist options
  • Save yashdeeph709/6d9ad31d6440c96d9d8f29a0a5d3a854 to your computer and use it in GitHub Desktop.
Save yashdeeph709/6d9ad31d6440c96d9d8f29a0a5d3a854 to your computer and use it in GitHub Desktop.
Decompile and Recompile an apk
apktool d Test.apk
edit manifest
apktool b Test.apk
jarsigner -verbose-sigalg SHA1withRSA -digestalg SHA1 -keystore testapp-key.keystore Dokkan.apk testapp-key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment