discovered 03 Aug 2026
MachOObjCSection
→ View on GitHubMachOObjCSection is a Swift library designed for parsing Mach-O files to extract detailed Objective-C metadata, including class, protocol, and category information. It extends the functionalities of MachOKit and provides comprehensive access to read-only data for classes, protocols, and categories, which are not accessible via the Objective-C runtime. Notable features include support for both 32-bit and 64-bit architectures, and compatibility with the ObjCDump library for seamless integration with existing Objective-C models.