Skip to content

Releases: nkhmelni/rsym

Release list

v1.1.0

Choose a tag to compare

@nkhmelni nkhmelni released this 25 Feb 11:45

Add ObjC method IMP resolution (-[Class sel], +[Class sel]) for both shared cache and non-cache images, including stripped binaries. Supports Swift as well.

  • Metadata walk via class_ro_t.baseMethods with sel_base selector resolution
  • Classlist scan fallback for stripped executables and hidden-visibility classes
  • Chained fixup decode for non-cache ObjC pointer chains
  • Handles realized/unrealized classes, list-of-lists (category preattachment)
  • Fix re-export ordinal counting (LC_LOAD_UPWARD_DYLIB)
  • Universal binary (arm64 + x86_64), macOS 10.15+