Skip to content

Process terminated when file explorer opens #153

@igolaizola

Description

@igolaizola

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions