Static Analysis
Tools
An Android Device or an Emulator
APKTool
JADX
JD-GUI
ADB
GREP
MOBSF
ADB
# Connect to android device
adb tcpip 5555
adb connect device_ip_address:5555
# List available devices
adb devices
# Connect to the shell
adb shell
# Push a file
adb push local remote
# Install an apk
adb install path_to_apk
# Stop ADB Server
adb kill-serverAPKTool
MobSF
Installation (Docker)
Dex2Jar
REFERENCES
Last updated
Was this helpful?