awesome-repositories.com
Blog
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/MonkeyDev

0
View on GitHub↗
6,789 Stars·1,239 Forks·Objective-C·GPL-3.0·3 Aufrufe

MonkeyDev

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

Its broader capabilities cover binary modification, runtime analysis through external application debugging, and the integration of third-party SDKs. The toolset handles the compilation of system extensions and the restoration of function names in decrypted binaries.

Features

  • iOS Binary Patching Tools - Provides a comprehensive toolset for injecting dynamic libraries and restoring symbols in iOS binaries.
  • iOS App Modifications - Automates symbol restoration and library injection to modify the behavior of existing iOS applications.
  • Tweak Development - Provides the capabilities to develop system extensions and tool plugins for iOS devices.
  • Non-Jailbroken App Patching - Enables injecting dynamic libraries into decrypted binaries to provide advanced features on non-jailbroken hardware.
  • Library Injection - Enables the insertion of custom dynamic libraries into running mobile application processes.
  • Library Function Hooking - Implements system-level function hooking to intercept and modify internal calls in real-time.
  • Tweak Compilation Toolchains - Provides a specialized toolchain for compiling system extensions and tweaks compatible with mobile kernels.
  • Binary Patching Utilities - Provides tools for modifying compiled software binaries to alter functionality and bypass security checks.
  • Application Patch Builders - Orchestrates the injection of dynamic libraries and symbol restoration to produce modified application packages.
  • iOS Tweak Injectors - Functions as a tool for creating and injecting custom tweaks into iOS app processes.
  • Application Debugging - Enables monitoring of internal events and state changes by attaching debuggers to external applications.
  • Deployment Command Line Interfaces - Includes a command-line interface for orchestrating the signing and installation of patched binaries.
  • Development Environment Suites - Offers a complete suite of tools for building iOS system extensions and tweaks.
  • Runtime Application Debugging - Allows attaching a debugger to third-party apps and dynamic libraries to analyze runtime behavior.
  • Symbol Restoration - Automates the reconstruction of human-readable function names in decrypted binaries using header metadata.
  • iOS Jailbreaking - Framework for patching and tweaking iOS apps without jailbreak.

Star-Verlauf

Star-Verlauf für alonemonkey/monkeydevStar-Verlauf für alonemonkey/monkeydev

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 MonkeyDev

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit MonkeyDev.
  • naituw/ipapatchAvatar von Naituw

    Naituw/IPAPatch

    5,211Auf GitHub ansehen↗

    IPAPatch is an iOS application patching and binary instrumentation tool. It is designed to inject dynamic libraries and custom frameworks into decrypted application packages to modify runtime behavior without requiring a jailbroken device. The tool functions as an external debugger interface, preparing applications to allow the setting of breakpoints and the inspection of objects in real time. It enables the integration of third-party service frameworks into existing applications to add new capabilities or specialized inspection tools. The project covers binary modification, including the pa

    Objective-Chackinghacking-toolios
    Auf GitHub ansehen↗5,211
  • theos/theosAvatar von theos

    theos/theos

    4,867Auf GitHub ansehen↗

    Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software for mobile operating systems. It functions as a system tweak kit and runtime hooking framework, allowing developers to create modifications that alter the internal behavior of mobile OS environments. The project distinguishes itself by providing specialized preprocessor syntax that generates low-level API calls, removing the boilerplate code typically required for function and method hooking. It enables dynamic runtime method swizzling and class extensions, allowing developers

    Makefilebuild-systemioslinux
    Auf GitHub ansehen↗4,867
  • johnno1962/injectioniiiAvatar von johnno1962

    johnno1962/InjectionIII

    4,619Auf GitHub ansehen↗

    InjectionIII is a suite of development utilities designed for runtime code reloading, expression evaluation, and automated code injection. It provides a system for recompiling modified source files and patching function pointers in a live process to update application behavior without requiring a full restart. The project utilizes Xcode build script extensions and a live code injector to deliver Swift and Objective-C changes to desktop applications and physical hardware. It features a runtime evaluator that executes string-based Swift expressions to inspect state and retrieve values from a ru

    Objective-Cevalhot-reloadinjection
    Auf GitHub ansehen↗4,619
  • j-hc/revanced-magisk-moduleAvatar von j-hc

    j-hc/revanced-magisk-module

    6,883Auf GitHub ansehen↗

    This project is an Android application patching tool and Magisk system module generator. It is designed to apply custom modifications to application packages and generate modules that install these patched binaries into the system partition of rooted Android devices. The tool incorporates a root-based application installer that utilizes specialized mounting methods, such as Zygisk application mounting, to bypass root detection warnings and mount errors. It further distinguishes itself by automating the retrieval of application binaries from external mirrors based on specific device architectu

    Shellextendedmagiskmodule
    Auf GitHub ansehen↗6,883
Alle 30 Alternativen zu MonkeyDev anzeigen→

Häufig gestellte Fragen

Was macht alonemonkey/monkeydev?

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.

Was sind die Hauptfunktionen von alonemonkey/monkeydev?

Die Hauptfunktionen von alonemonkey/monkeydev sind: iOS Binary Patching Tools, iOS App Modifications, Tweak Development, Non-Jailbroken App Patching, Library Injection, Library Function Hooking, Tweak Compilation Toolchains, Binary Patching Utilities.

Welche Open-Source-Alternativen gibt es zu alonemonkey/monkeydev?

Open-Source-Alternativen zu alonemonkey/monkeydev sind unter anderem: naituw/ipapatch — IPAPatch is an iOS application patching and binary instrumentation tool. It is designed to inject dynamic libraries… theos/theos — Theos is a cross-platform mobile development toolchain and build system designed for compiling and packaging software… johnno1962/injectioniii — InjectionIII is a suite of development utilities designed for runtime code reloading, expression evaluation, and… j-hc/revanced-magisk-module — This project is an Android application patching tool and Magisk system module generator. It is designed to apply… facebookarchive/tweaks — Tweaks is a runtime utility interface for modifying application variables, executing debug routines, and fine-tuning… pwn20wndstuff/undecimus — Undecimus is an iOS jailbreak tool and firmware exploit utility designed to remove software restrictions and elevate…