We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: