xpcspy icon indicating copy to clipboard operation
xpcspy copied to clipboard

Bumping frida

Open SpyrosMourelatos opened this issue 2 years ago • 1 comments

Hi there and thanks for the project. Can you bump frida? I tried to do it without a great success, some errors occur on my build process.

SpyrosMourelatos avatar Dec 13 '22 16:12 SpyrosMourelatos

I tried to bump again just now, but am getting this error when building the agent:

> [email protected] build
> frida-compile src/index.ts -o ../_agent.js

src/lib/helpers.ts:94:21 - error TS2365: Operator '<' cannot be applied to types 'number' and 'Object'.
src/lib/interfaces.ts:27:11 - error TS2314: Generic type 'NativeFunction<RetType, ArgTypes>' requires 2 type argument(s).

rmspeers avatar Jan 29 '24 18:01 rmspeers