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

Commits on Apr 14, 2022

  1. feat: ✨ add agent namespace to support frida-compile

    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 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3a54e60 View commit details
    Browse the repository at this point in the history
  2. 1.0.23

    binsee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    56bb24e View commit details
    Browse the repository at this point in the history
  3. 1.1.0

    binsee committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e6de506 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

  1. Configuration menu
    Copy the full SHA
    2cc7795 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20027fd View commit details
    Browse the repository at this point in the history
  3. 1.1.1

    binsee committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    3ba03ad View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. test:

    binsee committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    60718df View commit details
    Browse the repository at this point in the history
  2. 1.1.2

    binsee committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    f76fc1a View commit details
    Browse the repository at this point in the history