# Android

- [adb](/so/android/adb.md): Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.
- [apktool](/so/android/apktool.md): Tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications.
- [burp suite](/so/android/burp-suite.md): The class-leading vulnerability scanning, penetration testing, and web app security platform.
- [dns spoofing](/so/android/dns-spoofing.md)
- [frida](/so/android/frida.md): Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
- [intent](/so/android/intent.md): A messaging object you can use to request an action from another app component.
- [jadx](/so/android/jadx.md): Dex to Java decompiler.
- [JNI](/so/android/jni.md)
- [objection](/so/android/objection.md): Objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.
- [tcpdump](/so/android/tcpdump.md): A powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture.
- [webview](/so/android/webview.md): A View that displays web pages.
