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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AloneMonkey avatar

AloneMonkey/frida-ios-dump

0
View on GitHub↗
3,874 Stars·725 Forks·JavaScript·MIT·6 Aufrufe

Frida Ios Dump

frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory.

The project enables the retrieval of decrypted application files using either a display name or a bundle identifier. It combines these dumped binaries with extracted metadata and assets to assemble a standard distributable application package.

The tool covers a technical surface including process injection, dynamic library hooking, and memory-based binary dumping. It utilizes secure shell protocols to transfer the resulting files from the mobile device to a local machine.

Features

  • Frida Process Injections - Uses Frida to inject JavaScript agents into running iOS processes to access private application memory.
  • Binary Memory Dumping - Extracts decrypted application binaries directly from process memory to bypass on-disk encryption.
  • Live Memory Dumpers - Dumps decrypted application binaries from live process memory using Frida.
  • Library Function Hooking - Implements system-level function hooking to intercept C functions and trigger binary decryption.
  • Frida-Based Instrumentation - Leverages Frida-based instrumentation to decrypt and extract iOS application packages.
  • iOS Dynamic Instrumentation - Utilizes Frida instrumentation to dump decrypted application files for security auditing.
  • Mobile Application Decrypters - Removes platform-level encryption from installed iOS application binaries to enable research and analysis.
  • iOS IPA Packers - Bundles dumped binaries and metadata into standard IPA archives for distribution.
  • iOS Application Backup Tools - Exports installed iOS application files into portable bundles for archival and analysis.
  • iOS Vulnerability Research - Facilitates the analysis of internal logic and vulnerabilities by extracting binaries from live iOS environments.
  • Malware Analysis - Enables the extraction of decrypted binaries for the static analysis of malicious iOS software.
  • iOS Reverse Engineering Tools - Tool for extracting decrypted IPAs from jailbroken devices.
  • Reverse Engineering Projects - Tool for extracting decrypted IPA files from jailbroken devices.
  • Instrumentation and Hooking Scripts - Extracts decrypted IPA files from jailbroken devices.

Star-Verlauf

Star-Verlauf für alonemonkey/frida-ios-dumpStar-Verlauf für alonemonkey/frida-ios-dump

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Frida Ios Dump

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Frida Ios Dump.
  • credittone/hookerAvatar von CreditTone

    CreditTone/hooker

    5,195Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,195
  • hluwa/frida-dexdumpAvatar von hluwa

    hluwa/frida-dexdump

    4,487Auf GitHub ansehen↗

    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 dama

    Python
    Auf GitHub ansehen↗4,487
  • ax/apk.shAvatar von ax

    ax/apk.sh

    3,795Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,795
  • hugsy/gefAvatar von hugsy

    hugsy/gef

    8,020Auf GitHub ansehen↗

    GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and low-level debugging. It functions as a dynamic analysis extension designed to assist in reverse engineering workflows and malware analysis by enhancing the debugger's ability to inspect process state and memory. The project is distinguished by its specialized heap analysis tools, which allow for the inspection of glibc heap arenas, bins, and chunks to detect memory corruption. It also provides a dedicated toolkit for exploit development, including cyclic pattern generation for offs

    Pythonbinary-ninjactfdebugging
    Auf GitHub ansehen↗8,020
Alle 30 Alternativen zu Frida Ios Dump anzeigen→

Häufig gestellte Fragen

Was macht alonemonkey/frida-ios-dump?

frida-ios-dump is a tool that extracts decrypted IPA files from jailbroken iOS devices using the Frida instrumentation framework. It functions as a memory dumper and extraction utility to obtain application binaries directly from device memory.

Was sind die Hauptfunktionen von alonemonkey/frida-ios-dump?

Die Hauptfunktionen von alonemonkey/frida-ios-dump sind: Frida Process Injections, Binary Memory Dumping, Live Memory Dumpers, Library Function Hooking, Frida-Based Instrumentation, iOS Dynamic Instrumentation, Mobile Application Decrypters, iOS IPA Packers.

Welche Open-Source-Alternativen gibt es zu alonemonkey/frida-ios-dump?

Open-Source-Alternativen zu alonemonkey/frida-ios-dump sind unter anderem: credittone/hooker — Hooker is a toolkit for the dynamic instrumentation, memory analysis, and deobfuscation of Android applications. It… hluwa/frida-dexdump — frida-dexdump is an Android memory forensics tool that recovers Dalvik Executable (DEX) files from running application… ax/apk.sh — apk.sh is a mobile application patching framework and reverse engineering tool designed to inject custom… hugsy/gef — GEF is a Python-based extension for GDB that serves as a framework for binary analysis, exploit development, and… chichou/bagbak — [deprecated] Yet another frida based iOS dumpdecrypted. Also decrypts app extensions. kjcracks/clutch — Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a…