Last active
May 22, 2017 11:46
-
-
Save doorbash/6af8bfa8b70ef556415ae8fe1efd83e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const-string v0, "Hello" | |
const-string v1, "World!" | |
invoke-static {v0, v1}, Landroid/util/Log;->d(Ljava/lang/String;Ljava/lang/String;)I | |
apktool d folan.apk | |
-------------------------------------------------- | |
apktool b -o folan.apk | |
keytool -genkey -v -keystore key.keystore -alias milad -keyalg RSA -keysize 2048 -validity 10000 | |
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore folan.apk milad | |
adb install -r folan.apk |
sget-object v0, Ljava/lang/System;->out:Ljava/io/PrintStream;
const-string v1, "TITLEEEEEEE"
invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/String;)V
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emulator.exe -avd Nexus_5X_API_25 -http-proxy http://192.168.1.200:8080