当前位置:网站首页>Kali环境下Frida编写脚本智能提示
Kali环境下Frida编写脚本智能提示
2022-08-02 03:25:00 【BIG_权】
前置条件
- 需要配置好
nodejs
以及npm
环境,如图检测是否配置好环境。
第一种(gum
,推荐,主流,全局)
- 需要注意的是,由于国内的网络状况,后续的
install
很容易失败,有可能是需要科学的 - 在任意位置下输入以下命令都可以
> npm install --save @types/frida-gum
- 接下来直接用
vscode
或者其他的IDE
工具在任意目录下编写frida
脚本就会有智能提示啦
第二种(不推荐,局部)
- 因为这种的需要严格在一个目录下才有智能提示,现在基本上都不会用这种了
- 到一个你想做为
frida-project
的目录下
> git clone https://github.com/oleavr/frida-agent-example.git
- 进入到克隆下来的文件夹中
> npm install
- 接下来再使用
vscode
等IDE
打开此工程,在agent
文件夹下编写js
,会有智能提示 - 必须是在
agent
文件夹下才会有智能提示,所以现在基本上用的都是第一种,在这里也推荐大家使用第一种
边栏推荐
猜你喜欢
MySql Advanced -- Constraints
ES6介绍+定义变量+不同情况下箭头函数的this指向
DVWA drone installation tutorial
你的本地创建的项目库还在手动创建远端代码仓库再推送吗,该用它了
点名系统和数组元素为对象的排序求最大值和最小值
MySql高级 -- 约束
Solve the problem of Zlibrary stuck/can't find the domain name/reached the limit, the latest address of Zlibrary
5.19今日学习
4. The form with the input
(7) 浅学 “爬虫” 过程 (概念+练习)
随机推荐
npm --package.json---require
如何计算地球上两点的距离(附公式推导)
Solve the problem of uni - app packaged H5 website to download image
点名系统和数组元素为对象的排序求最大值和最小值
The Error in the render: "TypeError: always read the properties of null '0' (reading)" Error solution
PHP入门(自学笔记)
---static page---
稳定好用的短连接生成平台,支持API批量生成
[sebastian/diff]一个比较两段文本的历史变化扩展库
IP门禁:手把手教你用PHP实现一个IP防火墙
Function hoisting and variable hoisting
IO streams, byte stream and byte stream buffer
js eventLoop 事件循环机制
(6) 学生信息管理系统设计
[league/climate] A robust command-line function manipulation library
Multithreading (implementing multithreading, thread synchronization, producer and consumer)
IO stream, encoding table, character stream, character buffer stream
ES6数组的扩展方法map、filter、reduce、fill和数组遍历for…in for…of arr.forEach
线程池(线程池介绍与使用)
3.PHP数据类型、常量、字符串和运算符