在使用Frida编写脚本时,有Frida的API智能提示功能是非常方便的。Frida的作者非常体贴地提供了一个让VSCode、PyCharm等IDE支持Frida的API智能提示的方式,具体配置方法如下:

1. 下载安装Visual Studio Code

https://code.visualstudio.com/

2. 下载安装Node和NPM

https://nodejs.org/en/download

3. 下载安装git

https://git-scm.com/

4. 在命名窗口切换到编写脚本的工作目录

5. 执行以下命令

git clone https://github.com/oleavr/frida-agent-example.git

cd frida-agent-example

npm install

#git或npm命令执行失败时尝试科学上网。