There are 3 repositories under objc-runtime topic.
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.
Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.
⏩ A fast, portable Objective-C runtime written 100% in C11
Library to parse Objective-C classes at runtime
Notes on the Objective-C ABI and related topics
🙈 Adds viewWillAppearFirstTime(_:) and viewDidAppearFirstTime(_:) to UIViewController
Package extending Apple' `Combine` framework for interception of objc selectors.
Experimental GDExtension for calling Object-C methods at runtime in Godot 4.1+
A swift library designed to dynamically associate values with objects at runtime
Extensions for Apple Combine framework
A modern Swift library for hooking Objective-C methods.
Nicer enums for objective-c with class properties
Cocoa extensions for Apple Combine framework.
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.
Objective-C and Swift runtime metadata parser in Python3.
Do not implement REST API calls, declare the method signatures and they'll just work.
Package for interception of objc selectors in Swift.
Check retain-cycle automatically when developing iOS app