标签:运行 androi 文件操作 github mon 操作权限 developer tool sep
frida: https://frida.re/docs/home/ 用于 java/native 层 hook
安装:pip3 install install frida-tools
更新指定版本:pip3 install --upgrade frida-tools==6.0.1
基于frida 开发的工具 objection: https://github.com/sensepost/objection
安装:pip3 install objection
jadx: https://github.com/skylot/jadx/releases java层代码反编译
源码安装: 1.下载代码包 2.代码包目录下运行 ./gradle dist
java jdk:
jdk: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html
选择 8u151 版本,mac下jdk高版本不兼容 monitor /uiautomatorviewer 等工具
java环境配置
apktool:https://ibotpeaches.github.io/Apktool/documentation/
安装:详情见安装文档
标签:运行 androi 文件操作 github mon 操作权限 developer tool sep
原文地址:https://www.cnblogs.com/Snark/p/12348629.html