diff options
author | Jay Freeman <saurik@saurik.com> | 2008-04-23 21:17:57 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-04-23 21:17:57 +0000 |
commit | 87e3eac9717b4171448a8756cf0c7e3f4a5a1493 (patch) | |
tree | b7dbf3cb90ab9f02ef808a517d500e516341af9e /data/class-dump/_metadata | |
parent | 5e10ca0d3e3cc8217373cb8ad1ecefc3512afe94 (diff) |
Added class-dump reverse engineering tool.
git-svn-id: http://svn.telesphoreo.org/trunk@231 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/class-dump/_metadata')
-rw-r--r-- | data/class-dump/_metadata/description | 1 | ||||
-rw-r--r-- | data/class-dump/_metadata/license | 20 | ||||
l--------- | data/class-dump/_metadata/maintainer | 1 | ||||
-rw-r--r-- | data/class-dump/_metadata/name | 1 | ||||
-rw-r--r-- | data/class-dump/_metadata/priority | 1 | ||||
-rw-r--r-- | data/class-dump/_metadata/section | 1 | ||||
-rw-r--r-- | data/class-dump/_metadata/version | 1 |
7 files changed, 26 insertions, 0 deletions
diff --git a/data/class-dump/_metadata/description b/data/class-dump/_metadata/description new file mode 100644 index 000000000..7a1c7c64d --- /dev/null +++ b/data/class-dump/_metadata/description @@ -0,0 +1 @@ +reverse engineer Objective-C headers diff --git a/data/class-dump/_metadata/license b/data/class-dump/_metadata/license new file mode 100644 index 000000000..8d02a0210 --- /dev/null +++ b/data/class-dump/_metadata/license @@ -0,0 +1,20 @@ +This file is part of class-dump, a utility for examining the +Objective-C segment of Mach-O files. +Copyright (C) 1997-1998, 2000-2001, 2004-2007 Steve Nygard + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +You may contact the author by: + e-mail: class-dump at codethecode.com diff --git a/data/class-dump/_metadata/maintainer b/data/class-dump/_metadata/maintainer new file mode 120000 index 000000000..0fa66e077 --- /dev/null +++ b/data/class-dump/_metadata/maintainer @@ -0,0 +1 @@ +../../../people/saurik
\ No newline at end of file diff --git a/data/class-dump/_metadata/name b/data/class-dump/_metadata/name new file mode 100644 index 000000000..ef33e525e --- /dev/null +++ b/data/class-dump/_metadata/name @@ -0,0 +1 @@ +Class Dump diff --git a/data/class-dump/_metadata/priority b/data/class-dump/_metadata/priority new file mode 100644 index 000000000..134d9bc32 --- /dev/null +++ b/data/class-dump/_metadata/priority @@ -0,0 +1 @@ +optional diff --git a/data/class-dump/_metadata/section b/data/class-dump/_metadata/section new file mode 100644 index 000000000..e0eb96881 --- /dev/null +++ b/data/class-dump/_metadata/section @@ -0,0 +1 @@ +Development diff --git a/data/class-dump/_metadata/version b/data/class-dump/_metadata/version new file mode 100644 index 000000000..ef538c281 --- /dev/null +++ b/data/class-dump/_metadata/version @@ -0,0 +1 @@ +3.1.2 |