Skip to content

Instantly share code, notes, and snippets.

@doorbash
Last active May 22, 2017 11:46
Show Gist options
  • Save doorbash/6af8bfa8b70ef556415ae8fe1efd83e9 to your computer and use it in GitHub Desktop.
Save doorbash/6af8bfa8b70ef556415ae8fe1efd83e9 to your computer and use it in GitHub Desktop.
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
@MrOplus
Copy link

MrOplus commented May 21, 2017

emulator.exe -avd Nexus_5X_API_25 -http-proxy http://192.168.1.200:8080

@MrOplus
Copy link

MrOplus commented May 21, 2017

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