Hi!
I'm able to intercept requests using the settings in this project and the following command:
frida -U \
-l ./config.js \
-l ./native-connect-hook.js \
-l ./native-tls-hook.js \
-l ./android/android-proxy-override.js \
-l ./android/android-system-certificate-injection.js \
-l ./android/android-certificate-unpinning.js \
-l ./android/android-certificate-unpinning-fallback.js \
-l ./android/android-disable-root-detection.js \
-l ./android/android-disable-flutter-certificate-pinning.js \
-f $PACKAGE_ID
However, when the app's UI requires opening the file explorer to select a file, the process terminates with the message "Process terminated."
Is there any workaround to keep the process alive when the app switches to the file explorer?
Thanks!
Hi!
I'm able to intercept requests using the settings in this project and the following command:
frida -U \ -l ./config.js \ -l ./native-connect-hook.js \ -l ./native-tls-hook.js \ -l ./android/android-proxy-override.js \ -l ./android/android-system-certificate-injection.js \ -l ./android/android-certificate-unpinning.js \ -l ./android/android-certificate-unpinning-fallback.js \ -l ./android/android-disable-root-detection.js \ -l ./android/android-disable-flutter-certificate-pinning.js \ -f $PACKAGE_IDHowever, when the app's UI requires opening the file explorer to select a file, the process terminates with the message "Process terminated."
Is there any workaround to keep the process alive when the app switches to the file explorer?
Thanks!