awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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·2 vues

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.

Historique des stars

Graphique de l'historique des stars pour alonemonkey/monkeydevGraphique de l'historique des stars pour alonemonkey/monkeydev

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à MonkeyDev

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec MonkeyDev.
  • naituw/ipapatchAvatar de Naituw

    Naituw/IPAPatch

    5,211Voir sur GitHub↗

    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
    Voir sur GitHub↗5,211
  • theos/theosAvatar de theos

    theos/theos

    4,867Voir sur GitHub↗

    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
    Voir sur GitHub↗4,867
  • johnno1962/injectioniiiAvatar de johnno1962

    johnno1962/InjectionIII

    4,619Voir sur GitHub↗

    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
    Voir sur GitHub↗4,619
  • j-hc/revanced-magisk-moduleAvatar de j-hc

    j-hc/revanced-magisk-module

    6,883Voir sur GitHub↗

    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
    Voir sur GitHub↗6,883
Voir les 30 alternatives à MonkeyDev→

Questions fréquentes

Que fait 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.

Quelles sont les fonctionnalités principales de alonemonkey/monkeydev ?

Les fonctionnalités principales de alonemonkey/monkeydev sont : iOS Binary Patching Tools, iOS App Modifications, Tweak Development, Non-Jailbroken App Patching, Library Injection, Library Function Hooking, Tweak Compilation Toolchains, Binary Patching Utilities.

Quelles sont les alternatives open-source à alonemonkey/monkeydev ?

Les alternatives open-source à alonemonkey/monkeydev incluent : 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…