Skip to content

Commit d4eab87

Browse files
committed
Add note aboud ObjCDump
1 parent 5a6996c commit d4eab87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ A Swift library for parsing mach-o files to obtain Objecteve-C information.
66
> [!NOTE]
77
> This library is developed as an extension of [MachOKit](https://github.com/p-x9/MachOKit) for Objective-C
88
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).
14+
915
<!-- # Badges -->
1016

1117
[![Github issues](https://img.shields.io/github/issues/p-x9/MachOObjCSection)](https://github.com/p-x9/MachOObjCSection/issues)

0 commit comments

Comments
 (0)