Android调试
Jan 16, 2019
软件与参考
apktool https://ibotpeaches.github.io/Apktool/
jadx https://github.com/skylot/jadx
bytecode-viewer https://github.com/Konloch/bytecode-viewer
JDK https://www.oracle.com/technetwork/java/javase/downloads/index.html
Android Studio & Android SDK https://developer.android.com/studio/
Android NDK https://developer.android.com/ndk/downloads/
IDA https://www.hex-rays.com/products/ida/
ApkStudio https://surendrajat.github.io/ApkStudio/
ApkStudio https://github.com/vaibhavpandeyvpz/apkstudio/releases
uber-apk-signer https://github.com/patrickfav/uber-apk-signer
smali https://github.com/JesusFreke/smali
MacOS也可以用brew安装部分软件
1 | brew install android-platform-tools |
常用命令
1 | adb shell |