Matrix Android ApkChecker
-
https://github.com/Tencent/matrix/wiki/Matrix-Android-ApkChecker
-
jar包下载地址:
-
https://jcenter.bintray.com/com/tencent/matrix/matrix-apk-canary/0.6.5/matrix-apk-canary-0.6.5.jar
-
创建检测报告的文件位置
-
其中 --apk , – output ,–rTxt包括清单文件需要替换你自己的;
-
这是一种没有代码侵入的检测apk包的方式,只需要使用jar包就行。
{
"--apk": "D:/matrix/CarLauncher.apk",
"--mappingTxt": "",
"--output": "D:/matrix/result",
"--format": "mm.html,mm.json",
"--formatConfig": [
{
"name": "-countMethod",
"group": [
{
"name": "Android System",
"package": "android"
},
{

本文介绍了一种无代码侵入的APK检测方法,通过使用Tencent Matrix提供的MatrixAndroidApkChecker工具,只需配置JSON文件即可生成详细的检测报告,涵盖资源文件、代码量、依赖库等多个维度。
2416

被折叠的 条评论
为什么被折叠?



