OLD | NEW |
(Empty) | |
| 1 Name: Apple cctools |
| 2 Short Name: cctools |
| 3 URL: https://opensource.apple.com/source/cctools/ |
| 4 URL: https://opensource.apple.com/tarballs/cctools/ |
| 5 Version: 855 (from Xcode 5.1) |
| 6 License: APSL 2.0 |
| 7 License File: cctools/APPLE_LICENSE |
| 8 Security Critical: no |
| 9 |
| 10 Description: |
| 11 cctools contains portions of Appleās compiler toolchain, including common tools |
| 12 like ar, as, nm, strings, and strip, and platform-specific tools like lipo and |
| 13 otool. It also contains support libraries such as libmacho, which contains |
| 14 interfaces for dealing with Mach-O images. |
| 15 |
| 16 libmacho is available on Mac OS X as a runtime library that is part of |
| 17 libSystem, but versions of libmacho included in operating system versions prior |
| 18 to Mac OS X 10.7 did not include the getsectiondata() and getsegmentdata() |
| 19 functions. This library is present here to provide implementations of these |
| 20 functions for systems that do not have them. |
| 21 |
| 22 Local Modifications: |
| 23 - Only cctools/APPLE_LICENSE, cctools/libmacho/getsecbyname.c, and |
| 24 cctools/include/mach-o/getsect.h are included. |
OLD | NEW |