Tools
Last updated
Last updated
Jadx()
ADB
Android Studio
Emulator
Burpsuite(Proxy)
apktool: Performs static analysis of the apk, allowing extensive inspection
: Signs apk back and helps with several other related processes
: converts to and from smali
: converts the dex file into a JAR. Then any Java decompiler can open it
: Python library to interact with many types of binaries, including dex and oat
: swiss knife to manipulate android files
: Dumps binary objects, including their sections, metadata and code
: Taint Analysis and Flow Analysis of Android applications
Frida:
ReactNative Decompiler:
Doldrums:
Darter:
Drozer:
Installation:
Setup:
adb forward tcp:31415 tcp:31415