- 2c82b4f Use 10 (not 6) bits in source version fields B-E. by Steve Nygard · 7 years ago master
- 0405b68 Fix build tool version output. by Steve Nygard · 7 years ago
- 45b7e01 The _Atomic types don't need (). by Steve Nygard · 7 years ago
- af6c3b7 Remove Frameworks group. This does not exist in new projects. by Steve Nygard · 7 years ago
- 910eabf Remove the STRIP_INSTALLED_PRODUCT = NO that got added to all target from previous merge. by Steve Nygard · 7 years ago
- d1fec2c Merge pull request #58 from apjanke/remove-openssl-reference by Steve Nygard · 7 years ago
- 1f15e74 Merge remote-tracking branch 'sdefresne/master' by Steve Nygard · 7 years ago
- 58d6825 Add a few notes. by Steve Nygard · 7 years ago
- c79ed7e Create a placeholder type if the type is missing. by Steve Nygard · 7 years ago
- c348a45 Change error message to distinguish between blank types and other parsing errors. by Steve Nygard · 7 years ago
- 26f6c00 Exclude app from tests. by Steve Nygard · 7 years ago
- 8d8ebfe Add placeholder for types that start with A, for _Atomic() types. by Steve Nygard · 7 years ago
- b5f8a45 Do comparisons against version 3.5. by Steve Nygard · 7 years ago
- 7e8a9f6 Add more platform descriptions. by Steve Nygard · 7 years ago
- 1e821e3 Add Dock and Finder to command line args for testing. by Steve Nygard · 7 years ago
- 4fa5177 Replace CommonCrypto Blowfish decryption with a simple C implementation. by Steve Nygard · 7 years ago
- 63b4c27 Add a third-party Blowfish implementation. by Steve Nygard · 7 years ago
- 0970c72 Update copyrights. by Steve Nygard · 7 years ago
- 272d65e Recognize the Build Version load command. by Steve Nygard · 7 years ago
- beda6d1 Apply Xcode 10 recommended settings. by Steve Nygard · 7 years ago
- d82a2ea Apply Xcode 9 beta recommended settings. by Steve Nygard · 9 years ago
- f18d9bf Don't link against libcrypto. by Steve Nygard · 9 years ago
- 48c261b Fix READ heap-buffer-overflow errors reported by ASan. by Sylvain Defresne · 10 years ago
- 7acf1f0 Recognize the low bit of the data pointer as marking a Swift class. by Steve Nygard · 10 years ago
- 69293a7 Remove framework reference to OpenSSL's libcrypto by Andrew Janke · 10 years ago
- 978d177 Validate project settings with Xcode 6.4. by Steve Nygard · 10 years ago
- 2707d03 Switch from OpenSSL to CommonCrypto for decryption. by Steve Nygard · 10 years ago
- 9a805ca Merge branch 'master' of https://github.com/emonti/class-dump into emonti-master by Steve Nygard · 10 years ago
- e128b63 support new __DATA_CONST segment in ios 9 binaries by Eric Monti · 11 years ago
- 2daa882 Replace opendiff with ksdiff. by Steve Nygard · 11 years ago
- 69d1f19 Update copyrights for 2015. by Steve Nygard · 11 years ago
- cce181f Merge pull request #47 from OleksiyA/seg-fault-fix by Steve Nygard · 11 years ago
- 1dc1220 Corrected set-fault when self.name is nil and componentsJoinedByString failing to join such nil components. by Oleksiy Ivanov · 11 years ago
- 71b7518 Merge pull request #42 from 0xced/fix-section-offset by Steve Nygard · 12 years ago
- 055f8b8 Fix invalid section offsets by Cédric Luthi · 12 years ago
- 3ef4b07 Merge pull request #41 from 0xced/sdk-10.9 by Steve Nygard · 12 years ago
- e978382 Use the encryption info for 64-bits goodies available in the 10.9 SDK by Cédric Luthi · 12 years ago
- d19f77e Merge CDLCSegment32 and CDLCSegment64 into CDLCSegment by Cédric Luthi · 12 years ago
- dbc8e49 Simplify reading of section name and segment name by Cédric Luthi · 12 years ago
- 5082090 Merge CDSection32 and CDSection64 into CDSection by Cédric Luthi · 12 years ago
- 606ad2c Merge branch '0xced-optimizations' by Steve Nygard · 12 years ago
- 8578147 Merge branch 'optimizations' of git://github.com/0xced/class-dump into 0xced-optimizations by Steve Nygard · 12 years ago
- e79d0ad Don't need to initialize str to nil. by Steve Nygard · 12 years ago
- c99d07c Merge pull request #38 from rodionovd/patch-1 by Steve Nygard · 12 years ago
- 2f4b6c1 Fix warning: Don't try to link static library with libcrypto. by Steve Nygard · 12 years ago
- de6c6a8 Remove -Wno-readonly-setter-attrs, which is no longer recognized. by Steve Nygard · 12 years ago
- f16b219 Validate project settings with Xcode 5.1dp5. by Steve Nygard · 12 years ago
- 5dae84a Update copyrights for 2014. by Steve Nygard · 12 years ago
- a0a8284 Update bits of code style. by Steve Nygard · 12 years ago
- c3aed96 Add space between class name and protocols, to match earlier versions. by Steve Nygard · 12 years ago
- 5038762 Merge pull request #39 from aricha/master by Steve Nygard · 12 years ago
- ef5465f -For external classes, use the class name as a fallback if the symbol can’t be found (for some strange reason) by Andrew Richardson · 12 years ago
- 5f1e0e3 -Added CDOCClassReference to wrap any of a CDOCClass, CDSymbol, or NSString (class name) and use that to infer the class name and whether or not the class is external by Andrew Richardson · 12 years ago
- 1e70fe5 Remove all extensions when parsing a framework name from its path by Andrew Richardson · 12 years ago
- ddc7ec6 Renamed CDOCClass’s superClass property to superClassRef, for consistency with CDOCCategory, and to avoid confusion with -superclass (all lowercase) by Andrew Richardson · 12 years ago
- bc7d56f -Replaced CDOCCategory’s className property with classRef, which can handle a CDOCClass, CDSymbol, or NSString, and infer the class name based on that by Andrew Richardson · 12 years ago
- af5d37b -Fixed a check for id types in protocol type string by Andrew Richardson · 12 years ago
- a31314f Forward-declare protocols instead of importing them when possible by Andrew Richardson · 12 years ago
- 397cb45 -Correctly handle object types with both a class name and a protocol (ie. NSObject<NSCopying> *) referenced in methods and ivars by Andrew Richardson · 12 years ago
- 7cd199d Use current framework for protocol imports (since they’re currently all declared in the dump for that framework, rather than attempting to infer their real source framework) by Andrew Richardson · 12 years ago
- 60aa500 -Append “-Protocol” to protocol imports to match the behaviour of class-dump’s exporting of protocol headers by Andrew Richardson · 12 years ago
- a50af90 Correctly resolve imports for external classes: by Andrew Richardson · 12 years ago
- 3ac813a Optimization: access ivars directly in CDTypeLexer by Cédric Luthi · 12 years ago
- ddea594 Optimization: access ivars directly in CDType by Cédric Luthi · 12 years ago
- 68a6e41 Return cached class when available by Cédric Luthi · 12 years ago
- f7c1da8 Optimization: delete -[CDType init] method that does nothing useful by Cédric Luthi · 12 years ago
- 50159e5 Optimization: access ivars directly in CDMachOFileDataCursor by Cédric Luthi · 12 years ago
- 50738a0 Optimization: access ivars directly in CDDataCursor by Cédric Luthi · 12 years ago
- 5d96c95 Avoid costly autorelease pool drain by Cédric Luthi · 12 years ago
- f12b727 Update usage info according to a new `--sdk-ios`/`--sdk-mac` behaviour by rodionovd · 12 years ago
- b67d6ee Choose custom root SDK path depending on an Xcode location by rodionovd · 12 years ago
- f7c4e0a Merge pull request #27 from 0xced/feature/NSUUID by Steve Nygard · 12 years ago
- e006f98 Implement -[CDLCUUID extraDescription] for easier debugging by Cédric Luthi · 12 years ago
- 5f49c38 Do not hardcode the uuid length by Cédric Luthi · 12 years ago
- 8589b96 Use NSUUID instead of CFUUIDRef by Cédric Luthi · 12 years ago
- 5369b24 Update version. by Steve Nygard · 12 years ago 3.5
- 2418858 Update release date. by Steve Nygard · 12 years ago
- 5c9dae2 Convert to XCTest. by Steve Nygard · 12 years ago
- 7763d75 Fix some spelling. Add note about 10.8 minimum deployment target. by Steve Nygard · 12 years ago
- e6ef651 Update version to 3.5. by Steve Nygard · 12 years ago
- 034a53d Update deployment target to 10.8. by Steve Nygard · 12 years ago
- 4b5513b Use version 3.4 as previous class-dump version, for comparison. by Steve Nygard · 12 years ago
- 490b1f7 Update copyrights for 2013. by Steve Nygard · 12 years ago
- 3e144aa Change project architecture to 64-bit Intel so this works with both Xcode 4.6.2 and Xcode 5. by Steve Nygard · 12 years ago
- 59aa1ea Fix three static analyzer warnings. by Steve Nygard · 12 years ago
- 51f2747 Disable the unused functions warning. by Steve Nygard · 12 years ago
- 52cc8d5 Upgrade project settings with Xcode 5. by Steve Nygard · 12 years ago
- 6d6dd22 Align values. by Steve Nygard · 12 years ago
- 33bd765 Add missing semicolon. by Steve Nygard · 12 years ago
- 3d8c23d Merge pull request #36 from 0xced/changelog by Steve Nygard · 12 years ago
- 496d41d Add release notes for the next version by Cédric Luthi · 12 years ago
- 0be9ccb Add CHANGELOG.md file by Cédric Luthi · 12 years ago
- defb9a9 Merge pull request #35 from 0xced/arm64 by Steve Nygard · 12 years ago
- 49b0f99 Merge branch 'function-starts' of git://github.com/0xced/class-dump into 0xced-function-starts by Steve Nygard · 12 years ago
- b6fa0ec Merge pull request #31 from 0xced/better-error-message by Steve Nygard · 12 years ago
- 9bf7037 Merge pull request #32 from 0xced/blocks-function-pointers by Steve Nygard · 12 years ago
- c224e2f Merge pull request #30 from 0xced/extended-method-types by Steve Nygard · 12 years ago
- 2cc18bf Merge pull request #34 from 0xced/entsize by Steve Nygard · 12 years ago
- a49b034 Merge pull request #33 from 0xced/fix-warnings by Steve Nygard · 12 years ago
- 9fd3de5 Add arm64 in class-dump and deprotect usage by Cédric Luthi · 12 years ago