> For the complete documentation index, see [llms.txt](https://sec88.0x88.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec88.0x88.online/android-appsec/setup-android-app-pentesting-environment-on-arch.md).

# Setup Android App Pentesting environment on Arch

### Install Genymotion

```
yay -S genymotion 
```

### Install drozer

```
pipx install drozer 
adb install drozer-agent.apk
adb forward tcp:31415 tcp:31415
```

### install jadx

```
sudo pacman -S jadx
```

### install frida

```
pipx install frida-tools
```

### Configure frida with burp and Genymotion

{% embed url="<https://arben.sh/bugbounty/Configuring-Frida-with-Burp-and-GenyMotion-to-bypass-SSL-Pinning/>" %}

### APKTool

```
yay -S android-apktool
```

### Dex2jar

```
yay -S dex2jar
```

### Magisk

{% embed url="<https://support.genymotion.com/hc/en-us/articles/360011385178-How-to-install-Xposed-EdXposed-LSPosed-Magisk-with-Genymotion-Device-image-PaaS>" %}

{% embed url="<https://support.genymotion.com/hc/en-us/articles/8957952431389-How-to-install-Magisk-on-Genymotion>" %}

### Magisk firda

{% embed url="<https://github.com/ViRb3/magisk-frida/releases>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sec88.0x88.online/android-appsec/setup-android-app-pentesting-environment-on-arch.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.
