# 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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pwny.cc/so/android.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
