android classyshark
8.2

ClassyShark 是一款面向 Android 开发人员的独立二进制检查工具。它可以可靠地浏览任何 Android 可执行文件并显示重要信息,例如类接口和成员、dex 计数和依赖项。 ClassyShark 支持多种格式,包括库(.dex、.aar、.so)、可执行文件(.apk、.jar、.class)和所有 Android 二进制 XML:AndroidManifest、资源、布局等。
要运行,请获取最新的 JAR 并运行java -jar ClassyShark.jar 。
如果您运行的是 Arch Linux,您可以从 AUR 安装最新的预构建 jar。
如果您发现错误,请提出问题:
https://github.com/google/android-classyshark/issues
鼓励修补程序,并且可以通过分叉此项目并通过 GitHub 提交拉取请求来提交修补程序。
Copyright 2020 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.