Pinned Loading
-
How to Sign an APK
How to Sign an APK 1### Create a key using
2`keytool -genkey -v -keystore whateverName.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000`
34### Sign the apk
5`jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore whateverName.keystore my_application.apk alias_name`
-
OSINT-beginners-Notes.md
OSINT-beginners-Notes.md 1### :heart_eyes: The beginners note for OSINT :books:
2<hr>
34<div align='center'>
5<img src='https://user-images.githubusercontent.com/16454658/102538841-db362280-40d2-11eb-990a-127e24a2d0c6.png'>
-
Setting up Apktool for Android Rever...
Setting up Apktool for Android Reverse Engineering 1## Setting up Apktool for Android Reverse Engineering ๐ ๏ธ๐ฑ
2* * *
3### Steps:
41. Download Windows [wrapper script](https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/windows/apktool.bat). Save it as `apktool.bat` file-name.
52. Download [apktool-2 jar](https://bitbucket.org/iBotPeaches/apktool/downloads/) file. After download rename the file as `apktool.jar`.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.