An open API service providing repository metadata for many open source software ecosystems.

Topic: "objc-runtime"

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.

Language: Objective-C - Size: 7.52 MB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 11,369 - Forks: 2,237

progrium/darwinkit

Native Mac APIs for Go. Previously known as MacDriver

Language: Go - Size: 8.59 MB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 5,250 - Forks: 165

RetVal/objc-runtime

A debuggable objc runtime

Language: Objective-C - Size: 2.15 MB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 1,820 - Forks: 517

SilverFruity/OCRunner

Execute Objective-C code as script. AST Interpreter. iOS hotfix SDK.

Language: Objective-C - Size: 4.67 MB - Last synced at: 18 days ago - Pushed at: 4 months ago - Stars: 679 - Forks: 150

showxu/objc4

A latest buildable and debuggable Objective-C runtime (objc4-818.2) project.

Language: Objective-C++ - Size: 1.22 MB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 541 - Forks: 92

mulle-objc/mulle-objc-runtime

⏩ A fast, portable Objective-C runtime written 100% in C11

Language: C - Size: 3.58 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 114 - Forks: 8

lukaskollmer/objc

🔮 NodeJS ↔ Objective-C bridge (experimental)

Language: JavaScript - Size: 1.53 MB - Last synced at: 17 days ago - Pushed at: over 1 year ago - Stars: 102 - Forks: 20

leptos-null/ClassDumpRuntime

Library to parse Objective-C classes at runtime

Language: Objective-C - Size: 146 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 57 - Forks: 6

jonpalmisc/objc-kb 📦

Notes on the Objective-C ABI and related topics

Size: 23.4 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 45 - Forks: 0

lukaskollmer/RuntimeKit 📦

🏎 Swift library for accessing the Objective-C runtime

Language: Swift - Size: 89.8 KB - Last synced at: 14 days ago - Pushed at: over 7 years ago - Stars: 34 - Forks: 3

ishepherdMiner/objc4-709

objc4-709 可调试

Language: Objective-C++ - Size: 586 KB - Last synced at: 2 months ago - Pushed at: almost 7 years ago - Stars: 31 - Forks: 6

gopep9/LuaPatch

Lua版的JSPatch

Language: C - Size: 974 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 21 - Forks: 6

T-Pham/ViewDidAppearFirstTime

🙈 Adds viewWillAppearFirstTime(_:) and viewDidAppearFirstTime(_:) to UIViewController

Language: Swift - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 15 - Forks: 2

leptos-null/classdumpctl

Command line tool to dump Objective-C headers

Language: Objective-C - Size: 25.4 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 10 - Forks: 0

sunimp/objc4-750

A build passing objective-c runtime project (objc4-750)

Language: Objective-C++ - Size: 643 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 3

Platin21/odin-objc

A objc interface for odin.

Language: Odin - Size: 251 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

internetWei/ObjCRuntimes

可直接编译调试的 ObjC Runtime 源码,覆盖大部分 Mac 版本

Size: 1.74 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 6 - Forks: 1

showxu/Inspector

🎛 A simple Object-Oriented objc runtime wrapper for Swift.

Language: Swift - Size: 340 KB - Last synced at: 3 days ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

xueqooy/Association

A swift library designed to dynamically associate values with objects at runtime

Language: Swift - Size: 54.7 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

CaptureContext/combine-interception

Package extending Apple' `Combine` framework for interception of objc selectors.

Language: Swift - Size: 45.9 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

gilzoide/objectivec-gdextension

Experimental GDExtension for calling Object-C methods at runtime in Godot 4.1+

Language: Objective-C++ - Size: 194 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

CaptureContext/combine-extensions Fork of MakeupStudio/combine-extensions

Extensions for Apple Combine framework

Language: Swift - Size: 64.5 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

leptos-null/HeaderViewer

App to view Obj-C generated headers at runtime

Language: Swift - Size: 1.78 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

thecatalinstan/objc-class-enum

Nicer enums for objective-c with class properties

Language: C - Size: 47.9 KB - Last synced at: 2 days ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

bugaevc/objc-class-tree

Print a tree of Objective-C classes

Language: Objective-C - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

structuredpath/InterposeKit

A modern Swift library for hooking Objective-C methods.

Language: Swift - Size: 722 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

pinarol/ServiceProxy

Do not implement REST API calls, declare the method signatures and they'll just work.

Language: Objective-C - Size: 46.9 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

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.

Language: Objective-C - Size: 163 KB - Last synced at: 5 days ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

CaptureContext/combine-cocoa Fork of MakeupStudio/combine-cocoa

Cocoa extensions for Apple Combine framework.

Language: Swift - Size: 69.3 KB - Last synced at: 8 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

MatrixEditor/umbrellaPY

Objective-C and Swift runtime metadata parser in Python3.

Language: Python - Size: 423 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

theredspecial0/RSAutoreleasePool

Experimental implementation of NSAutoreleasePool

Language: Objective-C - Size: 175 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

CaptureContext/swift-interception

Package for interception of objc selectors in Swift.

Language: Swift - Size: 62.5 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ericliuhusky/objc4

swift模拟objc Runtime实现原理

Language: Swift - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Yongle-Fu/objc-runtime

objc-runtime

Language: Objective-C++ - Size: 493 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

HaloWang/WCRetainCycleChecker 📦

Check retain-cycle automatically when developing iOS app

Language: Objective-C - Size: 16.6 KB - Last synced at: 3 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

derekli66/BabyModel

An easy model to have abilities to monitor property changes.

Language: Objective-C - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 1

monkiyang/objc-runtime

compile and debug objc runtime

Language: C - Size: 29.4 MB - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

DaidoujiChen/DaiSlicer

DaiSlicer

Language: Objective-C - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 9 years ago - Stars: 0 - Forks: 0