Skip to content

zhanweiw/frida-tool-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to build and run

$ git clone git://github.com/oleavr/frida-tool-example.git
$ cd frida-tool-example/
$ npm install
$ node dist/bin/frida-tool-example.js -U -f com.example.android

Development workflow

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

$ npm run app:watch

Plus another terminal with:

$ npm run agent:watch

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%