1 个仓库
Modifying memory addresses in function tables to redirect execution to new implementations.
Distinct from Native Function Pointer Invocations: None of the candidates cover the act of patching pointers for runtime redirection; they focus on aliasing, callbacks, or lazy loading.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Function Pointer Patching. Refine with filters or upvote what's useful.
InjectionIII 是一套开发工具,专为运行时代码重载、表达式求值和自动化代码注入而设计。它提供了一个系统,用于在活动进程中重新编译修改后的源文件并修补函数指针,从而在无需完全重启的情况下更新应用行为。 该项目利用 Xcode 构建脚本扩展和实时代码注入器,将 Swift 和 Objective-C 的更改交付到桌面应用和物理硬件。它具有一个运行时求值器,可执行基于字符串的 Swift 表达式,以检查状态并从正在运行的应用中检索值。 其功能涵盖 SwiftUI 视图、Storyboard 场景和 Reducer 逻辑的热重载,以及用于单元测试迭代的工具。该套件还包括用于实时应用调试和方法调用跟踪的诊断工具,以及用于显示镜像和触摸输入模拟的远程设备控制功能。
Redirects application calls to new implementations by updating class tables and function pointers in memory.