APK扫描工具
Project description
安装
python3环境安装
brew install python3
skyeye安装
pip3 install skyeye
使用
扫描APK中代码引用
- 本地创建config.yaml文件,格式如下
- className: "com.xx.xx.yourClassName1"
methodName: "yourMethodName1"
- className: "com.xx.xx.yourClassName2"
filedName: "yourMethodName2"
如果methodName不填写,会扫描className所有方法的外部的引用情况 如果filedName不填写,会扫描className所有变量的外部的引用情况
- 扫描
skyeye scan
-i , --input 输入扫描的APK路径
-c , --config 扫描配置yaml文件路径
-o , --output 输出结果的文件夹路径 【可选,默认运行文件夹路径】
- 输出结果,格式如下
{
"cn.Test:<init>()V": [
{
"caller_class": "cn.xx.MainActivity",
"caller_method": "protected onCreate(Landroid.os.Bundle;)V",
"invoke_num": " 58"
}
],
"cn.Test.staticString": [
{
"caller_class": "cn.xx.MainActivity",
"caller_method": "protected onCreate(Landroid.os.Bundle;)V",
"invoke_num": " 60"
}
]
}
反编译&&GUI打开
skyeye dec
-i , --input 输入扫描的APK路径
-o , --output 输出结果的文件夹路径 【可选,默认运行文件夹路径】
查看当前版本
skyeye -v
输出版本同时,检查更新
changeLog
3.4.2
- 支持APK反编译
3.2.0
- 支持静态变量&&变量扫描
- 支持扫描类里面所有变量&&方法
3.1.0
- 增加结果报告执行函数输出
- 增加PyYaml的依赖
3.0.0
- 扫描特定类的所有方法外部的引用
- 扫描特定类的特定方法的外部引用
- 支持图片的裁剪选择
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
skyeye-3.4.3.tar.gz
(9.7 MB
view details)
Built Distribution
File details
Details for the file skyeye-3.4.3.tar.gz
.
File metadata
- Download URL: skyeye-3.4.3.tar.gz
- Upload date:
- Size: 9.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3cb5ecc2be73a1cff99be2984532a56d7f485cc8d3e1e23daa3280d28898caa |
|
MD5 | a14f18e44610d2692a91c232f112c2ea |
|
BLAKE2b-256 | 54ed709b2fc88febe3b97cffee4f755d4b01a945a92132720655b3f3f35dfb18 |
File details
Details for the file skyeye-3.4.3-py3-none-any.whl
.
File metadata
- Download URL: skyeye-3.4.3-py3-none-any.whl
- Upload date:
- Size: 9.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a96a2933979676230ac566cc98795bd8f31528c34738bbc54c42724d6814da23 |
|
MD5 | ea201bd0213aa04211e725b49cd4bf1d |
|
BLAKE2b-256 | 2d39790b6e5b61b676ad07d7eda3ca92281b1b5c3e8abd65b761cb19ade0c41a |