3 个仓库
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 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
A utility for injecting libraries and frameworks into decrypted iOS application packages.
InjectionIII 是一套开发工具,专为运行时代码重载、表达式求值和自动化代码注入而设计。它提供了一个系统,用于在活动进程中重新编译修改后的源文件并修补函数指针,从而在无需完全重启的情况下更新应用行为。 该项目利用 Xcode 构建脚本扩展和实时代码注入器,将 Swift 和 Objective-C 的更改交付到桌面应用和物理硬件。它具有一个运行时求值器,可执行基于字符串的 Swift 表达式,以检查状态并从正在运行的应用中检索值。 其功能涵盖 SwiftUI 视图、Storyboard 场景和 Reducer 逻辑的热重载,以及用于单元测试迭代的工具。该套件还包括用于实时应用调试和方法调用跟踪的诊断工具,以及用于显示镜像和触摸输入模拟的远程设备控制功能。
Provides a utility for bypassing sandbox restrictions and swizzling method implementations on physical iOS hardware.