ax / apk.sh

apk.sh makes reverse engineering Android apps easier, automating some repetitive tasks like pulling, decoding, rebuilding and patching an APK.
GNU General Public License v3.0
3.34k stars 189 forks source link

Mange to inject 💉 frida on React native app but app freeze on splash screen. #21

Closed mikebgrep closed 1 year ago

mikebgrep commented 1 year ago

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