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

APKTool

yay -S android-apktool

Dex2jar

yay -S dex2jar

Magisk

Magisk firda

Last updated

Was this helpful?