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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • skylot/jadxAvatar skylot

    skylot/jadx

    49,088Vezi pe 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
    Vezi pe GitHub↗49,088
  • owasp/owasp-mstgAvatar OWASP

    OWASP/owasp-mstg

    12,973Vezi pe 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
    Vezi pe GitHub↗12,973
  • owasp/mastgAvatar OWASP

    OWASP/mastg

    12,985Vezi pe 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
    Vezi pe GitHub↗12,985
  • ctf-wiki/ctf-wikiAvatar ctf-wiki

    ctf-wiki/ctf-wiki

    9,449Vezi pe 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
    Vezi pe GitHub↗9,449
  • ignitetechnologies/mindmapAvatar Ignitetechnologies

    Ignitetechnologies/Mindmap

    8,656Vezi pe 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.

    Vezi pe GitHub↗8,656
  • iosre/iosappreverseengineeringAvatar iosre

    iosre/iOSAppReverseEngineering

    4,398Vezi pe GitHub↗

    Acest proiect este un ghid tehnic cuprinzător și un curs axat pe reverse engineering-ul aplicațiilor iOS. Servește ca manual pentru disecarea binarilor mobile folosind instrumente de dezasamblare și debugging pentru a analiza logica și comportamentul intern al aplicațiilor. Materialul funcționează ca referință pentru teoriile ARM assembly și Objective-C, oferind framework-ul necesar pentru a traduce codul mașină de nivel jos în logică lizibilă pentru oameni. Combină studiul teoretic cu exerciții practice pentru a valida utilizarea instrumentelor de reverse engineering pe binare din lumea reală. Domeniul de aplicare acoperă analiza statică a binarilor, debugging-ul runtime dinamic și studiul arhitecturii sistemului iOS. Aceasta include maparea ierarhiei sistemului de fișiere și organizarea datelor pentru a localiza asset-urile aplicației și fișierele de configurare.

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

    Vezi pe GitHub↗4,398
  • m0bilesecurity/rms-runtime-mobile-securityAvatar m0bilesecurity

    m0bilesecurity/RMS-Runtime-Mobile-Security

    2,971Vezi pe 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
    Vezi pe GitHub↗2,971
  • ran-j/ps2recompAvatar ran-j

    ran-j/PS2Recomp

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

Explorează sub-etichetele

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