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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hluwa avatar

hluwa/frida-dexdumpArchived

0
View on GitHub↗
4,487 estrellas·942 forks·Python·gpl-3.0·4 vistas

Frida Dexdump

frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system.

The tool distinguishes itself through its ability to repair corrupted or missing DEX file headers using heuristic analysis and fuzzy matching techniques. It employs fuzzy boundary detection to identify DEX file boundaries in memory even when headers are damaged, and uses memory-scanning byte matching to locate executable binary blobs across process heap and mapped memory regions. This enables recovery of packed DEX files that standard tools would miss.

The tool operates by injecting a JavaScript agent into a running Android process via Frida, communicating scan results and extracted data over a bidirectional RPC channel. It scans process memory for Dalvik Executable magic bytes and structural markers, then reconstructs headers by matching internal data layout patterns against known byte-sequence signatures. The deployment approach uses dynamic instrumentation to run without system modifications, enabling simple installation and removal.

Features

  • Memory Forensics - A memory analysis utility that recovers obfuscated or packed DEX files from running Android applications.
  • Binary Header Reconstruction - Rebuilds corrupted or missing DEX file headers by matching internal data layout patterns against known byte-sequence signatures.
  • Heuristic DEX Boundary Detection - Identifies DEX file boundaries in memory by heuristic analysis of class definitions and method offsets rather than relying on intact headers.
  • Android DEX Dumpers - A tool that extracts Dalvik Executable files from Android process memory using the Frida instrumentation framework.
  • DEX File Recovery - Extracting Dalvik Executable files from active app processes without modifying the Android system.
  • Memory Pattern Searching - Scanning process memory with heuristic boundary detection and byte sequence matching to locate executable binary blobs.
  • Android Runtime Analyzers - A dynamic instrumentation tool that inspects Android process memory and reconstructs executable binary blobs.
  • Frida Agent RPC Channels - Communicates scan results and extracted data between the injected Frida agent and the host-side Python tool over a bidirectional RPC channel.
  • Non-Modifying Deployments - Deploys via a dynamic instrumentation tool without altering the Android system, enabling one-click installation and easy cleanup.
  • Live Memory Dumpers - Scans a running app's memory for Dalvik Executable files and extracts them for offline analysis.
  • Process Memory Access - Reads and iterates over the address space of a live Android application to locate executable binary blobs without filesystem access.
  • Frida-Based Instrumentation - Using the Frida dynamic instrumentation framework to inspect and dump process memory on Android runtimes.
  • Android Application Reverse Engineering - Recovering obfuscated or packed DEX files from running Android applications for security analysis and reverse engineering.
  • DEX Magic Byte Scanning - Scans process heap and mapped memory regions for Dalvik Executable magic bytes and structural markers using pattern-based search.

Historial de estrellas

Gráfico del historial de estrellas de hluwa/frida-dexdumpGráfico del historial de estrellas de hluwa/frida-dexdump

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Frida Dexdump

Proyectos open-source similares, clasificados según cuántas características comparten con Frida Dexdump.
  • credittone/hookerAvatar de CreditTone

    CreditTone/hooker

    5,195Ver en GitHub↗

    Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It functions as a reverse engineering framework that uses Frida to inject scripts into running processes, monitor native calls, and extract executable DEX files. The project provides specialized utilities for bypassing security controls, including tools to disable SSL certificate validation and BoringSSL pinning to enable HTTPS traffic interception. It includes capabilities for detecting application packing, extracting cryptographic keys by hooking encryption algorithms, and circum

    JavaScriptandroidapkboringssl
    Ver en GitHub↗5,195
  • charles2gan/gda-android-reversing-toolAvatar de charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Ver en GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    Ver en GitHub↗4,778
  • androguard/androguardAvatar de androguard

    androguard/androguard

    6,116Ver en GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    Ver en GitHub↗6,116
  • ax/apk.shAvatar de ax

    ax/apk.sh

    3,795Ver en GitHub↗

    apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom instrumentation and logic into compiled Android binaries. It serves as a workflow manager for modifying application packages without requiring access to the original source code. The toolkit focuses on automating the process of injecting the Frida gadget into Android packages, enabling dynamic analysis and function hooking on non-rooted devices. It handles the end-to-end lifecycle of deconstructing, modifying, and resigning binaries to facilitate security research, malware analysis, and be

    Shellandroidandroid-reverse-engineeringapk
    Ver en GitHub↗3,795
Ver las 30 alternativas a Frida Dexdump→

Preguntas frecuentes

¿Qué hace hluwa/frida-dexdump?

frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application processes using the Frida dynamic instrumentation framework. It functions as a Frida-based runtime analyzer and DEX memory dumper, capable of extracting obfuscated or packed DEX files without modifying the Android system.

¿Cuáles son las características principales de hluwa/frida-dexdump?

Las características principales de hluwa/frida-dexdump son: Memory Forensics, Binary Header Reconstruction, Heuristic DEX Boundary Detection, Android DEX Dumpers, DEX File Recovery, Memory Pattern Searching, Android Runtime Analyzers, Frida Agent RPC Channels.

¿Qué alternativas de código abierto existen para hluwa/frida-dexdump?

Las alternativas de código abierto para hluwa/frida-dexdump incluyen: credittone/hooker — Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It… charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… huntergregal/mimipenguin — MimiPenguin is a Linux memory credential extractor and password recovery tool designed to isolate and retrieve… ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… androguard/androguard — Reverse engineering and pentesting for Android applications. alonemonkey/frida-ios-dump — frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation…