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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to devaukz/macho-kit

Open-source alternatives to Macho Kit

24 open-source projects similar to devaukz/macho-kit, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Macho Kit alternative.

  • alexzielenski/optoolalexzielenski avatar

    alexzielenski/optool

    1,281View on GitHub↗

    Command Line Tool for interacting with MachO binaries on OSX/iOS

    Objective-C
    View on GitHub↗1,281
  • alonemonkey/monkeydevAloneMonkey avatar

    AloneMonkey/MonkeyDev

    6,789View on GitHub↗

    MonkeyDev is a developer toolset for building, injecting, and deploying system extensions and custom dynamic libraries into mobile applications. It functions as an application patching tool and dynamic library injector designed to modify how mobile applications operate. The project provides a development environment for creating system extensions and tweaks, including tools for injecting libraries into decrypted binaries to enable debugging and symbol restoration on non-jailbroken hardware. It features a command-line interface for deploying hooks into system processes and third-party applicat

    Objective-Ccocoapodsiosiosopendev
    View on GitHub↗6,789
  • antons/dyld-shared-cache-big-surA

    antons/dyld-shared-cache-big-sur

    0View on GitHub↗
    View on GitHub↗0
  • aquynh/capstoneaquynh avatar

    aquynh/capstone

    8,839View on GitHub↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    View on GitHub↗8,839

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • chaitin/passionfruitchaitin avatar

    chaitin/passionfruit

    1,669View on GitHub↗

    WIP Crappy iOS app analyzer

    Vue
    View on GitHub↗1,669
  • cyanzhong/retrieverC

    cyanzhong/Retriever

    0View on GitHub↗
    View on GitHub↗0
  • dantheman827/ios-app-signerDanTheMan827 avatar

    DanTheMan827/ios-app-signer

    6,298View on GitHub↗

    This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.

    Objective-C
    View on GitHub↗6,298
  • everettjf/machoexplorerE

    everettjf/machoexplorer

    0View on GitHub↗
    View on GitHub↗0
  • facebook/fishhookfacebook avatar

    facebook/fishhook

    5,418View on GitHub↗

    Fishhook is a binary instrumentation library for iOS and iOS simulators. It functions as a Mach-O symbol rebinder and instrumenter, allowing for the replacement of system library implementations with custom logic at runtime. The project redirects function calls by updating lazy and non-lazy symbol pointers within Mach-O binary data segments. This approach enables the interception and modification of existing function behavior without altering the original binary on disk. The toolset covers binary instrumentation and dynamic hooking for iOS applications, facilitating the monitoring and altera

    C
    View on GitHub↗5,418
  • gdbinit/machoviewgdbinit avatar

    gdbinit/MachOView

    2,864View on GitHub↗

    MachOView fork

    C
    View on GitHub↗2,864
  • homebrew/ruby-machoH

    Homebrew/ruby-macho

    0View on GitHub↗
    View on GitHub↗0
  • jonathansalwan/ropgadgetJonathanSalwan avatar

    JonathanSalwan/ROPgadget

    4,440View on GitHub↗

    ROPgadget is a binary analysis tool and multi-architecture disassembler designed to locate instructional sequences used for return-oriented programming. It functions as an exploit development framework that identifies gadgets within binaries to facilitate the creation of memory corruption exploits. The tool supports cross-architecture binary auditing, processing machine code from x86, ARM, MIPS, and RISC-V. It provides a unified interface for analyzing diverse executable file formats, including ELF, PE, and Mach-O. Its capabilities cover binary vulnerability analysis and exploit payload deve

    Python
    View on GitHub↗4,440
  • kjcracks/clutchKJCracks avatar

    KJCracks/Clutch

    3,810View on GitHub↗

    Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,

    Objective-C
    View on GitHub↗3,810
  • kjcracks/yololibKJCracks avatar

    KJCracks/yololib

    977View on GitHub↗

    dylib injector for mach-o binaries

    Objective-C
    View on GitHub↗977
  • limneos/classdump-dyldL

    limneos/classdump-dyld

    0View on GitHub↗
    View on GitHub↗0
  • maciekish/iresignmaciekish avatar

    maciekish/iReSign

    3,610View on GitHub↗

    iReSign allows iDevice app bundles (.ipa) files to be signed or resigned with a digital certificate from Apple for distribution. This tool is aimed at enterprises users, for enterprise deployment, when the person signing the app is different than the person(s) developing it.

    Objective-C
    View on GitHub↗3,610
  • maximus-/class-dump-swiftM

    Maximus-/class-dump-swift

    0View on GitHub↗
    View on GitHub↗0
  • nst/ios-runtime-headersnst avatar

    nst/iOS-Runtime-Headers

    7,973View on GitHub↗

    iOS-Runtime-Headers is a collection of Objective-C header files and tooling used to expose private and undocumented iOS system APIs. These definitions are generated through runtime introspection of the live operating system to uncover hidden class methods and properties. The project enables the use of undocumented iOS API definitions for internal Apple frameworks. It provides the necessary header files to allow a compiler to link against private system symbols and verify types for undocumented system calls. The tooling covers several technical areas, including memory-mapped metadata extracti

    Objective-C
    View on GitHub↗7,973
  • nygard/class-dumpN

    nygard/class-dump

    0View on GitHub↗

    class-dump

    View on GitHub↗0
  • ptoomey3/keychain-dumperptoomey3 avatar

    ptoomey3/Keychain-Dumper

    1,420View on GitHub↗

    A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken

    Objective-C
    View on GitHub↗1,420
  • sensepost/objectionsensepost avatar

    sensepost/objection

    8,896View on GitHub↗

    Objection is a dynamic instrumentation framework and runtime exploration toolkit for mobile application security analysis. It provides a command-line interface to interact with the memory and state of iOS and Android applications during active execution, serving as a toolkit for runtime analysis and security testing. The project distinguishes itself by providing specialized capabilities to bypass common mobile security controls, including SSL pinning, biometric authentication, and root or jailbreak detection. It enables the extraction of sensitive credentials and data from secure storage syst

    Pythonandroidframeworkfrida
    View on GitHub↗8,896
  • stefanesser/dumpdecryptedstefanesser avatar

    stefanesser/dumpdecrypted

    3,023View on GitHub↗

    Dumps decrypted mach-o files from encrypted iPhone applications from memory to disk. This tool is necessary for security researchers to be able to look under the hood of encryption.

    C
    View on GitHub↗3,023
  • tobefuturer/app2dylibT

    tobefuturer/app2dylib

    0View on GitHub↗
    View on GitHub↗0
  • zuikyo/ios-system-symbolsZuikyo avatar

    Zuikyo/iOS-System-Symbols

    1,080View on GitHub↗

    Share iOS system framework's symbol files. Useful for symbolicating iOS crash report.

    Shellcrash-reportsios-crashsymbol-files
    View on GitHub↗1,080