User graphical reverse engineering tool for android dynamic instrumentation.
- SSl pinning bypass
- Mitmweb auto configuration
- Quick APK download and open with JADx
You need to have the following tools installed to use fully grida:
- Frida: https://frida.re/docs/installation/
- JADX: https://github.com/skylot/jadx
- Mitmweb: https://mitmproxy.org/
git clone git@github.com:pluggyai/grida.git
cd grida
npm run install:all
npm run dev
You will see your apps and you can spawn them and see the logs in the web console.