A C++ library for parsing ObjC Metadata of Mach-O files, used in Snake.
ObjC Metadata
- Classes ✔
- Protocols ✔
- Methods ✔
- Categories ✔
- Binding Info ✔
- ObjC-Specific Sections
__objc_selrefs✔__objc_superrefs✔__objc_classrefs✔__objc_classlist✔__objc_catlist✔__objc_protolist✔
Just drag Source files to your project. See more Snake.
Read Mach-O file directly, no denpends on third tool such as otool.
MIT