frida Smart Tips

  1. git clone https://github.com/oleavr/frida-agent-example.git
  2. cd frida-agent-example/
  3. npm install
  4. Use VSCode and other IDEs to open this project, write typescript under agent, and there will be intelligent prompts.
  5. Npm run watch will monitor code modification and automatically compile and generate js files
  6. frida -U -f com.example.android --no-pause -l _agent.js

Content source: r0ysue

Guess you like

Origin blog.csdn.net/qq_41236493/article/details/115511138