frida / frida-gum

Cross-platform instrumentation and introspection library written in C
https://frida.re
Other
733 stars 242 forks source link

Signal handling on macOS #760

Open aviramha opened 9 months ago

aviramha commented 9 months ago

Hi, We have an issue while using frida-gum where the hooks seems to remove when we load into sh on macOS and click cmd+c (sigterm). I suspect it's coming from Frida as we don't have any logic that removes hooks, so I'm wondering if there's any mechanism that might be related? https://github.com/metalbear-co/mirrord/issues/1685