Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: class-dump/README

Issue 7793008: Add the 3.3.3 sources for class-dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « class-dump/LICENSE ('k') | class-dump/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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
OLDNEW
« no previous file with comments | « class-dump/LICENSE ('k') | class-dump/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698