Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
1
  • Loading branch information
moyuwa committed Dec 28, 2023
1 parent e3615bf commit ae6b407
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,20 @@

由于变动较大,工具更名为ApkCheckPack,大概是加固规则最全的开源工具:)

将收集到的加固特征汇总整理,最后得到约170条,保存在apkpack.json文件,有需求自取
将能收集到的加固特征汇总整理,支持40个厂商的加固检测,保存在apkpack.json文件,有需求自取

py文件方式运行需安装依赖库,改为读取json文件获取加固规则(v1.2)有新规则修改同目录apkpack.json就行
规则更新时间 20231227

```
pip3 install windnd
```
sopath 绝对路径的特征so

源码仅保留GUI版本,将apk文件拖到界面,自动输出结果,为了方便复制信息,保留了cmd黑框框
soname 仅特征so文件名

GUI版本需要安装依赖库windnd,在Releases打包了一个exe(win10 x64)方便大家使用,但exe文件不会实时更新,不放心可以下载源码使用
other 其他特征文件、字符串

![gui1](gui1.png)
soregex 对有版本号的特征so库,使用正则匹配

![cmd1](cmd1.png)
改用go语言实现,规则也集成到单exe使用更方便

exe后面跟文件或文件夹就行,所以放弃GUI版本了

**注意:因为某讯和某加固两个都存在libexec.so,因此这两个厂商的结果会出现一条混杂的,需要人工分辨,一般特征条数多的正确**

**20231107 ps:项目stars到100了,后续会更新一波,体验更好**
![gui1](run1.png)

0 comments on commit ae6b407

Please sign in to comment.