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

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

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

8 个仓库

Awesome GitHub RepositoriesMobile Reverse Engineering Tools

Utilities for analyzing mobile application binaries.

Distinguishing note: Specifically targets Android application structures.

Explore 8 awesome GitHub repositories matching mobile development · Mobile Reverse Engineering Tools. Refine with filters or upvote what's useful.

Awesome Mobile Reverse Engineering Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Analyzes compiled mobile application binaries to understand internal logic and hidden functionality.

    Javaandroiddecompilerdex
    在 GitHub 上查看↗49,088
  • owasp/owasp-mstgOWASP 的头像

    OWASP/owasp-mstg

    12,973在 GitHub 上查看↗

    The Mobile Application Security Testing Guide is a comprehensive manual and compliance framework for verifying the security of mobile applications. It provides a standardized reference for identifying and validating common software security weaknesses and performing reverse engineering based on industry standards. The project provides a structured set of technical processes and checklists used to audit applications against established security weakness enumerations. It encompasses guidance for analyzing application binaries and runtime behavior to identify hidden functionality and security ga

    Offers detailed technical methodologies and guides for analyzing compiled mobile binaries and runtime behavior.

    Python
    在 GitHub 上查看↗12,973
  • owasp/mastgOWASP 的头像

    OWASP/mastg

    12,985在 GitHub 上查看↗

    The Mobile Application Security Testing Guide is a comprehensive framework and technical resource designed for the assessment of mobile software security. It provides a structured collection of requirements and methodologies to identify vulnerabilities and security flaws in mobile applications prior to their deployment. The project distinguishes itself by integrating reverse engineering techniques with standardized testing procedures to evaluate application logic and binary structures. It supports both Android and iOS platforms, utilizing threat-model-driven methodologies to ensure that secur

    Provides technical guidance on analyzing mobile application binaries to uncover security vulnerabilities and logic flaws.

    Pythonandroidandroid-applicationcompliancy-checklist
    在 GitHub 上查看↗12,985
  • ctf-wiki/ctf-wikictf-wiki 的头像

    ctf-wiki/ctf-wiki

    9,449在 GitHub 上查看↗

    This project is a security training wiki and markdown knowledge base that provides technical guides, categorized exercises, and tool directories for participants in competitive security challenges. It serves as a comprehensive resource for capture the flag training, organizing learning materials into a searchable website. The knowledge base covers specialized security domains including cryptography, web security, and reverse engineering. It includes a curated directory of research tools and software used for vulnerability research and exploitation, alongside a repository of practical challeng

    Includes structured technical documentation and methodologies for analyzing compiled binaries.

    Pythoncryptoctfmisc
    在 GitHub 上查看↗9,449
  • ignitetechnologies/mindmapIgnitetechnologies 的头像

    Ignitetechnologies/Mindmap

    8,656在 GitHub 上查看↗

    Mindmap is a cybersecurity knowledge base and reference library that organizes security tools, frameworks, and methodologies into a visual knowledge map. It functions as a curated directory of cheat sheets and command guides for offensive and defensive security operations, presented as a hierarchical interface with collapsible nodes. The project converts structured markdown files into navigable visual trees to facilitate the study of penetration testing workflows and DevOps learning roadmaps. It also serves as a security compliance framework, providing structured mappings of NIST and ISO 2700

    Provides technical documentation and visual cheat sheets for analyzing compiled binaries.

    在 GitHub 上查看↗8,656
  • iosre/iosappreverseengineeringiosre 的头像

    iosre/iOSAppReverseEngineering

    4,398在 GitHub 上查看↗

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

    Provides comprehensive technical documentation and methodologies for analyzing compiled iOS binaries.

    在 GitHub 上查看↗4,398
  • m0bilesecurity/rms-runtime-mobile-securitym0bilesecurity 的头像

    m0bilesecurity/RMS-Runtime-Mobile-Security

    2,971在 GitHub 上查看↗

    This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse engineering and auditing mobile applications. It provides a system for modifying Java classes and method behavior in active mobile processes to bypass security controls. The toolkit includes a web-based interface for controlling the instrumentation engine and a specialized utility for disabling certificate validation to intercept and inspect encrypted network traffic via SSL pinning bypass. It also features an Android file explorer for browsing and managing files within private data di

    Analyzes system API calls and traces method execution to reverse engineer mobile application architecture.

    JavaScriptandroid-securityfridaios-security
    在 GitHub 上查看↗2,971
  • ran-j/ps2recompran-j 的头像

    ran-j/PS2Recomp

    2,689在 GitHub 上查看↗

    PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m

    Analyzes stripped executable files to recover function symbols and identify library calls for modification.

    C++ps2recompilereverse-engineering
    在 GitHub 上查看↗2,689
  1. Home
  2. Mobile Development
  3. Mobile Infrastructure and Security
  4. Mobile Reverse Engineering Tools

探索子标签

  • Reverse Engineering GuidesTechnical documentation and methodologies for analyzing compiled binaries. **Distinct from Mobile Reverse Engineering Tools:** Focuses on the educational guide/methodology rather than the tools themselves.