Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 386 Bytes

create.md

File metadata and controls

20 lines (13 loc) · 386 Bytes

create(创建工程) 使用方法:

create dir

example:

1. fd create fridaTest

dir:

  • 你的工程名称

创建完成后 使用以下命令运行工程

npm install //安装npm包

npm run watch //frida—compile监控编译typescript

fd run _agent.js -name 通讯录 //使用fd无依赖运行,通讯录改成自己的app