awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • skylot/jadxAvatar de skylot

    skylot/jadx

    49,088Voir sur 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
    Voir sur GitHub↗49,088
  • owasp/owasp-mstgAvatar de OWASP

    OWASP/owasp-mstg

    12,973Voir sur 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
    Voir sur GitHub↗12,973
  • owasp/mastgAvatar de OWASP

    OWASP/mastg

    12,985Voir sur 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
    Voir sur GitHub↗12,985
  • ctf-wiki/ctf-wikiAvatar de ctf-wiki

    ctf-wiki/ctf-wiki

    9,449Voir sur 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
    Voir sur GitHub↗9,449
  • ignitetechnologies/mindmapAvatar de Ignitetechnologies

    Ignitetechnologies/Mindmap

    8,656Voir sur 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.

    Voir sur GitHub↗8,656
  • iosre/iosappreverseengineeringAvatar de iosre

    iosre/iOSAppReverseEngineering

    4,398Voir sur GitHub↗

    This project is a comprehensive technical guide and course for reverse engineering iOS applications. It serves as a manual for dissecting mobile binaries using disassembly and debugging tools to analyze internal application logic and behavior. The material functions as a reference for ARM assembly and Objective-C theories, providing the necessary framework to translate low-level machine code into human-readable logic. It combines theoretical study with practical exercises to validate the use of reverse engineering tools on real-world binaries. The scope covers static binary analysis, dynamic

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

    Voir sur GitHub↗4,398
  • m0bilesecurity/rms-runtime-mobile-securityAvatar de m0bilesecurity

    m0bilesecurity/RMS-Runtime-Mobile-Security

    2,971Voir sur 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
    Voir sur GitHub↗2,971
  • ran-j/ps2recompAvatar de ran-j

    ran-j/PS2Recomp

    2,689Voir sur 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
    Voir sur GitHub↗2,689
  1. Home
  2. Mobile Development
  3. Mobile Infrastructure and Security
  4. Mobile Reverse Engineering Tools

Explorer les sous-tags

  • 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.