sidecar icon indicating copy to clipboard operation
sidecar copied to clipboard

Support for agents generated with frida-compile

Open binsee opened this issue 3 years ago • 3 comments

  1. use ts to write agent
  2. export function and hook in ts
  3. use frida-compile -s namespace to make agent.js
  4. use @Sidecar(target, agentScript, 'namespace')
  5. run

binsee avatar Apr 19 '22 08:04 binsee

A working implementation can be viewed in the https://github.com/binsee/sidecar-ts-test repository.

binsee avatar Apr 19 '22 09:04 binsee

ping @huan

binsee avatar Apr 24 '22 14:04 binsee

Please make sure the following requirements have been met for your PR before we can continue reviewing it:

  1. The PR has passed all the CI tests and turned green. (you can execute all tests locally by running npm test)

huan avatar Apr 24 '22 15:04 huan