Skip to content

Compiling an agent.js compatible with frida-inject #464

Answered by Flechaa
veryraregaming asked this question in Q&A
Discussion options

You must be logged in to vote

It's because frida-compile outputs a frida specific format that then frida tools compiles into actual JavaScript.

Your options are:

  • Downgrade frida-compile to a version that doesn't have that feature
  • Reimplement frida tools behavior then output it to a valid JavaScript file
  • Use a different tool like esbuild with a plugin to implement frida shims if needed

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by veryraregaming
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants