Skip to content

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

License

Notifications You must be signed in to change notification settings

flexih/SnakeKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published