frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

Add --kill-on-exit to repl #132

Closed Aaron1011 closed 1 year ago

Aaron1011 commented 1 year ago

This option makes Frida kill the spawned process (if any) when Frida exists. This is useful for running Frida from another program - sending a SIGKILL (or the platform equivalent) to Frida can be used to kill the spawned program as well, without the need to determine the pid of the spawned program from the parent program.

oleavr commented 1 year ago

Thanks! 🙌