ax / apk.sh

apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mange to inject πŸ’‰ frida on React native app but app freeze on splash screen.

mikebgrep opened this issue Β· comments

I managed to insert the frida gadgets to Android React Native app, but when I launched it, it was freeze on the Splash screen.I proxy I only see a firebase request witch fails.
I use

    1.apk.sh decode app.apk
    2.CHANGE export native lib to true
    3.build
    4.patch 

The app statt but freeze on splash screen.
Any hints on how to proceed.I don't want to pin the certificate.
Regards