自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 收藏
  • 关注

原创 2021-07-01

Ubuntu 各种坑记录1.下载 anaconda 集成环境https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/2.安装cd 文件下载路径/bash anaconda文件名称.sh3.安装 pip 环境sudo apt install python-pip4.一些 ubuntu 命令rootsudo root查看文件内容cat 1.txtpip3 批量安装程序cli-helpers==2.1.0click==

2021-06-29 15:38:15 136

原创 2021-06-16

使用pip安装appmon的依赖库pip install -r requirements.txt 报错“Could not open requirements file: [Errno 2] No such file or directory: ‘requirements.txt’”,查出原因是在执行这一语句前需要先创建requirements.txt 文件,所以必须先执行pip freeze > requirements.txt自动编译发布过检测版本的frida-server,编译时

2021-06-16 10:55:38 68

原创 frida 使用笔记

frida 使用笔记电脑端安装手机端安装检查frida-server是否启动成功使用 Frida Dump电脑端安装1.安装 Anaconda3 (64-bit)–自带 python更改清华源清华源2.根据安装的python选择使用pip或者pip3pip3 install fridapip3 install frida-tools手机端安装frida-server 下载地址 frida-server-xx.xx.xx-android模拟器是 X86 架构

2021-05-20 15:31:55 853

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除