objc-runtime
There are 36 repositories under objc-runtime topic.
bang590/JSPatch
JSPatch bridge Objective-C and Javascript using the Objective-C runtime. You can call any Objective-C class and method in JavaScript by just including a small engine. JSPatch is generally used to hotfix iOS App.
progrium/darwinkit
Native Mac APIs for Go. Previously known as MacDriver
RetVal/objc-runtime
A debuggable objc runtime
SilverFruity/OCRunner
Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
showxu/objc4
A latest buildable and debuggable Objective-C runtime (objc4-818.2) project.
mulle-objc/mulle-objc-runtime
⏩ A fast, portable Objective-C runtime written 100% in C11
lukaskollmer/objc
🔮 NodeJS ↔ Objective-C bridge (experimental)
leptos-null/ClassDumpRuntime
Library to parse Objective-C classes at runtime
jonpalmisc/objc-kb
Notes on the Objective-C ABI and related topics
lukaskollmer/RuntimeKit
🏎 Swift library for accessing the Objective-C runtime
gopep9/LuaPatch
Lua版的JSPatch
T-Pham/ViewDidAppearFirstTime
🙈 Adds viewWillAppearFirstTime(_:) and viewDidAppearFirstTime(_:) to UIViewController
leptos-null/HeaderViewer
App to view Obj-C generated headers at runtime
leptos-null/classdumpctl
Command line tool to dump Objective-C headers
internetWei/ObjCRuntimes
可直接编译调试的 ObjC Runtime 源码,覆盖大部分 Mac 版本
sunimp/objc4-750
A build passing objective-c runtime project (objc4-750)
Platin21/odin-objc
A objc interface for odin.
CaptureContext/combine-interception
Package extending Apple' `Combine` framework for interception of objc selectors.
showxu/Inspector
🎛 A simple Object-Oriented objc runtime wrapper for Swift.
gilzoide/objectivec-gdextension
Experimental GDExtension for calling Object-C methods at runtime in Godot 4.1+
xueqooy/Association
A swift library designed to dynamically associate values with objects at runtime
CaptureContext/combine-extensions
Extensions for Apple Combine framework
bugaevc/objc-class-tree
Print a tree of Objective-C classes
structuredpath/InterposeKit
A modern Swift library for hooking Objective-C methods.
thecatalinstan/objc-class-enum
Nicer enums for objective-c with class properties
CaptureContext/combine-cocoa
Cocoa extensions for Apple Combine framework.
djthorpe/objc
Objective C experiments on embedded systems
itenfay/DYFRuntimeProvider
Wraps the runtime, and can quickly use for the transformation of the dictionary and model, archiving and unarchiving, adding a method, exchanging two methods, replacing a method, and getting all the variable names, property names and method names of a class.
MatrixEditor/umbrellaPY
Objective-C and Swift runtime metadata parser in Python3.
pinarol/ServiceProxy
Do not implement REST API calls, declare the method signatures and they'll just work.
Yongle-Fu/objc-runtime
objc-runtime
monkiyang/objc-runtime
compile and debug objc runtime
CaptureContext/swift-interception
Package for interception of objc selectors in Swift.
DaidoujiChen/DaiSlicer
DaiSlicer
derekli66/BabyModel
An easy model to have abilities to monitor property changes.
HaloWang/WCRetainCycleChecker
Check retain-cycle automatically when developing iOS app