3 repository-uri
Utilities for injecting libraries and restoring symbols in iOS binaries to enable debugging without jailbreak.
Distinguishing note: The shortlist focuses on backups, provisioning, or simple compatibility patches, not binary-level injection tools.
Explore 3 awesome GitHub repositories matching mobile development · iOS Binary Patching Tools. Refine with filters or upvote what's useful.
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
Provides a comprehensive toolset for injecting dynamic libraries and restoring symbols in iOS binaries.
IPAPatch este un instrument de patching și instrumentare binară pentru aplicații iOS. Este conceput pentru a injecta biblioteci dinamice și framework-uri personalizate în pachetele de aplicații decriptate pentru a modifica comportamentul la runtime fără a necesita un dispozitiv jailbroken. Instrumentul funcționează ca o interfață de debugger extern, pregătind aplicațiile pentru a permite setarea de breakpoint-uri și inspectarea obiectelor în timp real. Permite integrarea framework-urilor de servicii terțe în aplicațiile existente pentru a adăuga noi capabilități sau instrumente de inspecție specializate. Proiectul acoperă modificarea binară, incluzând patching-ul comenzilor de încărcare a executabilelor și modificarea manifestelor de drepturi (entitlements). De asemenea, gestionează aplicarea identităților de semnare personalizate pentru a satisface verificările de securitate ale sistemului după modificare.
A utility for injecting libraries and frameworks into decrypted iOS application packages.
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
Provides a utility for bypassing sandbox restrictions and swizzling method implementations on physical iOS hardware.