Skip to main content

APK扫描工具

Project description

### 安装

#### python3环境安装

brew install python3

#### skyeye安装

pip3 install skyeye

#### 扫描APK中代码引用

1. 本地创建config.yaml文件,格式如下

```yaml
- className: "com.xx.xx.yourClassName1"
  methodName: "methodName"
- className: "com.xx.xx.yourClassName2"
  filedName: "filedName"
  • 如果methodName,filedName不填写,会扫描className所有方法和变量的外部引用情况
  • 方法和字段名都是模糊匹配,例如methodName(x,x)只需要填写methodName即可
  1. 扫描
skyeye scan
      -i , --input       输入扫描的APK路径
      -c , --config      扫描配置yaml文件路径
      -o , --output      输出结果的文件夹路径 【可选,默认运行文件夹路径】
  1. 输出结果,格式如下
{
    "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"
        }
    ]
}

反编译

skyeye dec
      -i , --input       输入扫描的APK路径
      -o , --output      输出结果的文件夹路径 【可选,默认运行文件夹路径】

GUI打开源码

skyeye jd
      -i , --input   目标class文件路径 或者 class文件夹路径

查看当前版本

skyeye -v 
输出版本同时,检查更新

changeLog

3.6.0

  • 支持扫描子父类的继承方法和字段

3.4.2

  • 支持APK反编译

3.2.0

  • 支持静态变量&&变量扫描
  • 支持扫描类里面所有变量&&方法

3.1.0

  • 增加结果报告执行函数输出
  • 增加PyYaml的依赖

3.0.0在侧边

  • 扫描特定类的所有方法外部的引用
  • 扫描特定类的特定方法的外部引用
  • 支持图片的裁剪选择

Project details


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.6.0.tar.gz (9.7 MB view details)

Uploaded Source

Built Distribution

skyeye-3.6.0-py3-none-any.whl (9.7 MB view details)

Uploaded Python 3

File details

Details for the file skyeye-3.6.0.tar.gz.

File metadata

  • Download URL: skyeye-3.6.0.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

Hashes for skyeye-3.6.0.tar.gz
Algorithm Hash digest
SHA256 7891cb3a8b0d694f3705269306a80fc12e3024702d69a6db009b946dce3b7812
MD5 309b91e3fccd0b54291cebaab6c10977
BLAKE2b-256 bf67c25a215f98922b00b81fdf3ac84243f2949eda583ac1e4c8b934c8ef9f30

See more details on using hashes here.

File details

Details for the file skyeye-3.6.0-py3-none-any.whl.

File metadata

  • Download URL: skyeye-3.6.0-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

Hashes for skyeye-3.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 279ec9a52c5ccbcef5f3de5a197c24fbe4b90b7852a5be0bd6412ecc2b3b8335
MD5 cd2970912ac103dec96162c54bfdbe15
BLAKE2b-256 dfc57a3d2f16bf4f457d69fd2cec5379f3c07b300078247b055fd7b20d596546

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page