Skip to content
/ frida-agent Public template
forked from oleavr/frida-agent-example

Example Frida agent written in TypeScript

Notifications You must be signed in to change notification settings

atorber/frida-agent

 
 

Repository files navigation

How to compile & load

$ git clone git://github.com/oleavr/frida-agent-example.git
$ cd frida-agent-example/
$ npm install
$ frida -U -f com.example.android --no-pause -l _agent.js

Development workflow

To continuously recompile on change, keep this running in a terminal:

$ npm run watch

And use an editor like Visual Studio Code for code completion and instant type-checking feedback.

About

Example Frida agent written in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • TypeScript 29.7%
  • Python 2.2%
  • C 0.3%