Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 595 Bytes

SnakeKit

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

How To Use

Just drag Source files to your project. See more Snake.

Detail

Read Mach-O file directly, no denpends on third tool such as otool.

License

MIT