ax/apk.sh

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

mikebgrep opened this issue ยท 0 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