Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux/frida-helper-backend: handle process gone #543

Merged
merged 2 commits into from
Aug 30, 2024

Commits on Aug 28, 2024

  1. linux/frida-helper-backend: handle process gone

    This is an attempt to handle the situation where the process has gone
    away and we're shutting down. I've observed the system looping
    attempting to move the state out of ATTACHED. It's possible that the
    state machine here needs to be made more complex (ALREADY_ATTACHED) is
    misleading.
    
    Informs frida#478
    ajwerner committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2b3a846 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Tweak style

    oleavr authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8fb0266 View commit details
    Browse the repository at this point in the history