sidecar
sidecar copied to clipboard
Support for agents generated with frida-compile
- use ts to write agent
- export function and hook in ts
- use
frida-compile -s namespaceto make agent.js - use @Sidecar(target, agentScript, 'namespace')
- run
A working implementation can be viewed in the https://github.com/binsee/sidecar-ts-test repository.
ping @huan
Please make sure the following requirements have been met for your PR before we can continue reviewing it:
- The PR has passed all the CI tests and turned green. (you can execute all tests locally by running
npm test)