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

Latest commit

 

History

7 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

仓库 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

关于

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

Topics

Resources

Stars

28 stars

关注者

1 watching

复刻s

发布

贡献者

Languages