You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ A Swift library for parsing mach-o files to obtain Objecteve-C information.
6
6
> [!NOTE]
7
7
> This library is developed as an extension of [MachOKit](https://github.com/p-x9/MachOKit) for Objective-C
8
8
9
+
> [!NOTE]
10
+
> To retrieve ObjC information from a mach-o image in memory using ObjC rumtime, the library [ObjCDump](https://github.com/p-x9/swift-objc-dump) can be used.
11
+
>
12
+
> On the other hand, more detailed information can be obtained using this library.
13
+
> (Especially for category, it is not possible to get it with objc runtime).
0 commit comments