Skip to content
New issue

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

Support for agents generated with frida-compile #35

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

binsee
Copy link
Contributor

@binsee binsee commented Apr 19, 2022

  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

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

Fixes: huan#33
@binsee
Copy link
Contributor Author

binsee commented Apr 19, 2022

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

@binsee
Copy link
Contributor Author

binsee commented Apr 24, 2022

ping @huan

@huan
Copy link
Owner

huan commented Apr 24, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants