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

Add support for agent generated with frida-compile #33

Open
binsee opened this issue Apr 14, 2022 · 2 comments
Open

Add support for agent generated with frida-compile #33

binsee opened this issue Apr 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@binsee
Copy link
Contributor

binsee commented Apr 14, 2022

Let's write agent with typescript !

binsee added a commit to binsee/sidecar that referenced this issue Apr 14, 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

Fixes: huan#33
@huan
Copy link
Owner

huan commented Apr 14, 2022

Wow, it's great to add this support, it's definitely we should do!

Could you please explain your code a little bit so that I can understand it more quickly?

Thank you very much!

@huan huan added the enhancement New feature or request label Apr 14, 2022
@binsee
Copy link
Contributor Author

binsee commented Apr 15, 2022

Link to test code:
https://github.com/binsee/sidecar-ts-test

TODO:

  • Update RADEME
  • Find a cross-platform test target ( I coped a node to node2 to test)

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

No branches or pull requests

2 participants