OLD | NEW |
| (Empty) |
1 class-dump is a command-line utility for examining the Objective-C | |
2 segment of Mach-O files. It generates declarations for the classes, | |
3 categories and protocols. This is the same information provided by | |
4 using 'otool -ov', but presented as normal Objective-C declarations. | |
5 | |
6 The latest version and information is available at: | |
7 | |
8 <http://www.codethecode.com/projects/class-dump> | |
9 | |
10 ----- | |
11 | |
12 This file is part of class-dump, a utility for examining the | |
13 Objective-C segment of Mach-O files. | |
14 Copyright (C) 1997-1998, 2000-2001, 2004-2010 Steve Nygard. | |
15 | |
16 This program is free software; you can redistribute it and/or modify | |
17 it under the terms of the GNU General Public License as published by | |
18 the Free Software Foundation; either version 2 of the License, or | |
19 (at your option) any later version. | |
20 | |
21 This program is distributed in the hope that it will be useful, | |
22 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
24 GNU General Public License for more details. | |
25 | |
26 You should have received a copy of the GNU General Public License | |
27 along with this program; if not, write to the Free Software | |
28 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | |
29 | |
30 You may contact the author by: | |
31 e-mail: class-dump at codethecode.com | |
OLD | NEW |