flexih / SnakeKit

A C++ library for parsing ObjC Metadata of Mach-O files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A C++ library for parsing ObjC Metadata of Mach-O files.

License:MIT License


Languages

Language:C++ 95.8%Language:C 4.2%