awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google avatar

google/android-classysharkArchived

0
View on GitHub↗
7,565 星标·872 分支·Java·Apache-2.0·6 次浏览

Android Classyshark

Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries.

The project converts binary XML files into readable formats for the inspection of application manifests, layouts, and resource files. It also provides the ability to analyze class interfaces, members, and dependency counts without requiring access to the original source code.

The toolset supports static analysis and the export of binary information into plain text formats for use with external tools. These inspection processes can be integrated into continuous integration pipelines to automate the verification of compiled executables.

Features

  • Binary Analysis Tools - Provides a suite for extracting structural data from Android executable files for external tools and CI pipelines.
  • Android Binary XML Decoders - Decodes compressed Android binary XML formats into human-readable text for manifest and resource inspection.
  • Android Analysis - Analyzes compiled Android binaries to determine class interfaces, members, and dependencies.
  • Binary and Reverse Engineering - Analyzes compiled Java and Android binaries to understand internal structures and dependencies.
  • Bytecode Analysis - Provides capabilities to analyze managed bytecode from compiled Java and Android files.
  • Java Bytecode Viewers - Provides a tool for inspecting Java and Android binaries to analyze class interfaces and dependency counts.
  • Binary Analysis Capabilities - Inspects the structural composition of Android binaries, including class interfaces and library formats.
  • Static Binary Analysis - Analyzes compiled binaries at rest to determine dependency counts and interface memberships without execution.
  • Automated Binary Inspection - Integrates bytecode and XML analysis into CI pipelines to automate the verification of compiled executables.
  • CI Integration - Enables the integration of binary analysis processes as automated steps within CI/CD pipelines.
  • Android Utility Tools - Analysis tool for Android and Java applications.
  • Development Tooling - Browser for Android executables.
  • 开发工具 - Analyze and browse Android executable files like APKs and DEX.
  • Reverse Engineering - Viewer for inspecting Android and Java executables.
  • Static Analysis Tools - Inspects Android executables to reveal internal structure and metadata.

Star 历史

google/android-classyshark 的 Star 历史图表google/android-classyshark 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Android Classyshark 的开源替代方案

相似的开源项目,按与 Android Classyshark 的功能重合度排序。
  • radare/radare2radare 的头像

    radare/radare2

    24,129在 GitHub 上查看↗

    radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture disassembler, low-level binary debugger, and hexadecimal editor for inspecting executable structures and interpreting machine code when original source files are unavailable. The framework provides capabilities for decompiling machine instructions, performing symbolic analysis, and diffing binary files to identify structural changes across versions. It also includes a digital forensic analyzer and disk analyzer for browsing filesystem formats in userland. The toolset supports binary p

    C
    在 GitHub 上查看↗24,129
  • skylot/jadxskylot 的头像

    skylot/jadx

    49,088在 GitHub 上查看↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    在 GitHub 上查看↗49,088
  • horsicq/detect-it-easyhorsicq 的头像

    horsicq/Detect-It-Easy

    10,266在 GitHub 上查看↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    在 GitHub 上查看↗10,266
  • 0xd4d/dnspy0xd4d 的头像

    0xd4d/dnSpy

    29,539在 GitHub 上查看↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    在 GitHub 上查看↗29,539
查看 Android Classyshark 的所有 30 个替代方案→

常见问题解答

google/android-classyshark 是做什么的?

Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries.

google/android-classyshark 的主要功能有哪些?

google/android-classyshark 的主要功能包括:Binary Analysis Tools, Android Binary XML Decoders, Android Analysis, Binary and Reverse Engineering, Bytecode Analysis, Java Bytecode Viewers, Binary Analysis Capabilities, Static Binary Analysis。

google/android-classyshark 有哪些开源替代品?

google/android-classyshark 的开源替代品包括: radare/radare2 — radare2 is a reverse engineering framework and binary analysis toolset. It functions as a multi-architecture… skylot/jadx — Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable… horsicq/detect-it-easy — Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and… 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… dwisiswant0/apkleaks — Apkleaks is a static analysis tool and security auditor designed to extract hardcoded secrets, API endpoints, and… genymobile/scrcpy — This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It…