frida / frida-tools

Frida CLI tools
Other
338 stars 95 forks source link

frida CLI app spawned via await does not honor the "--no-pause" flag #112

Open pachoo opened 2 years ago

pachoo commented 2 years ago

I noticed that the frida CLI does not honor the --no-pause flag when using the --await option.

This was useful for me, so I've submitted a PR #111 if that's generally useful.