> For the complete documentation index, see [llms.txt](https://www.pwny.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pwny.cc/so/android.md).

# Android

- [adb](https://www.pwny.cc/so/android/adb.md): Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.
- [apktool](https://www.pwny.cc/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](https://www.pwny.cc/so/android/burp-suite.md): The class-leading vulnerability scanning, penetration testing, and web app security platform.
- [dns spoofing](https://www.pwny.cc/so/android/dns-spoofing.md)
- [frida](https://www.pwny.cc/so/android/frida.md): Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
- [intent](https://www.pwny.cc/so/android/intent.md): A messaging object you can use to request an action from another app component.
- [jadx](https://www.pwny.cc/so/android/jadx.md): Dex to Java decompiler.
- [JNI](https://www.pwny.cc/so/android/jni.md)
- [objection](https://www.pwny.cc/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](https://www.pwny.cc/so/android/tcpdump.md): A powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture.
- [webview](https://www.pwny.cc/so/android/webview.md): A View that displays web pages.
