az0mb13 / frida_setup

One-click installer for Frida and Burp certs for SSL Pinning bypass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Studio

3052 opened this issue · comments

commented

I am currently using Android Studio with MITM Proxy - is this able to work with that?

You might have to pass some extra flags like -writable-system when booting up your Android emulator because by default it won't allow you to have a writable system.
It should work. Just try to run each command individually and fix any errors. That above flag fixed most of it last time I remember.
Also, I didn't try with MITM proxy. This script gets a certificate from your Burp's listener so you might need to update that according to your config.

./emulator -avd <your_avd_name> -writable-system