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

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

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

5 个仓库

Awesome GitHub RepositoriesMobile Binary Analysis

Specialized analysis and decompilation of Android and iOS application binaries.

Distinct from Decompilers: Focuses on mobile app binaries (APK/IPA) specifically, rather than general machine code decompilation.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Mobile Binary Analysis. Refine with filters or upvote what's useful.

Awesome Mobile Binary Analysis GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tencent/matrixTencent 的头像

    Tencent/matrix

    12,020在 GitHub 上查看↗

    Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run

    Provides static analysis to identify unused assets and oversized files to reduce the installation package size.

    Javaandroidapm-clientwechat
    在 GitHub 上查看↗12,020
  • 1n3/sn1per1N3 的头像

    1N3/Sn1per

    10,049在 GitHub 上查看↗

    Sn1per is a vulnerability management platform and penetration testing orchestrator designed to automate reconnaissance, vulnerability scanning, and exploit verification. It functions as a dockerized security toolkit that coordinates multiple tools into a unified automated pipeline to identify security flaws across network and web assets. The platform features an attack surface manager for discovering internet-facing assets through OSINT, DNS enumeration, and certificate transparency. It distinguishes itself with an AI-powered security analyzer that uses large language models to summarize scan

    Enables decompilation and analysis of Android binaries through a browser-based interface.

    Shellattack-surfaceattack-surface-managementattacksurface
    在 GitHub 上查看↗10,049
  • iosre/iosappreverseengineeringiosre 的头像

    iosre/iOSAppReverseEngineering

    4,398在 GitHub 上查看↗

    这是一个针对 iOS 应用程序逆向工程的综合技术指南和课程。它作为一本手册,用于通过反汇编和调试工具剖析移动二进制文件,以分析内部应用程序逻辑和行为。 该材料作为 ARM 汇编和 Objective-C 理论的参考,提供了将底层机器代码转换为人类可读逻辑的必要框架。它将理论研究与实践练习相结合,以验证逆向工程工具在现实世界二进制文件上的使用。 范围涵盖静态二进制分析、动态运行时调试以及 iOS 系统架构的研究。这包括映射文件系统层级和数据组织,以定位应用程序资源和配置文件。

    Provides techniques for the specialized analysis and runtime debugging of iOS application binaries.

    在 GitHub 上查看↗4,398
  • kjcracks/clutchKJCracks 的头像

    KJCracks/Clutch

    3,810在 GitHub 上查看↗

    Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,

    Extracts and isolates core executable files from mobile application bundles to study internal logic.

    Objective-C
    在 GitHub 上查看↗3,810
  • vaibhavpandeyvpz/apkstudiovaibhavpandeyvpz 的头像

    vaibhavpandeyvpz/apkstudio

    3,606在 GitHub 上查看↗

    Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati

    Enables low-level analysis of Android application binaries using integrated hex editors and file inspectors.

    C++androidandroid-decompilerapk-decompiler
    在 GitHub 上查看↗3,606
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Decompilers
  5. Mobile Binary Analysis