frida-agent-example icon indicating copy to clipboard operation
frida-agent-example copied to clipboard

Fix "malformed package" error when using watch mode

Open Gbps opened this issue 2 years ago • 0 comments

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

Gbps avatar Sep 17 '22 22:09 Gbps