frida-agent-example
frida-agent-example copied to clipboard
Fix "malformed package" error when using watch mode
Hi there,
In the latest version of this repo, using "npm run watch" fails to generate a proper Gum package with error "malformed package" during injection. I narrowed this down to the fact that the watch command was not using "-c" which enables compression. This PR adds that flag to the script.
Best,
Gbps