Skip to content

3.3.4

Compare
Choose a tag to compare
@nygard nygard released this 04 Oct 22:37
· 326 commits to master since this release
  • Fixed assertion failure on many frameworks in Lion.
  • Replaced SDK aliases with new command line options, --sdk-ios and --sdk-mac. Now you can use --sdk-ios 5.0
  • Handle another type: @encode(long double) = D
  • Handle _Complex. This finally fixes the parse error with Grapher.app
  • Added support for minimum Mac OS X and iOS versions (LC_VERSION_MIN_MACOSX, LC_VERSION_MIN_IPHONEOS).
  • Show LC_DYLD_ENVIRONMENT information.
  • Updated deployment target to 10.6
  • Fixed logs about some unknown load commands.
    • LC_LOAD_UPWARD_DYLIB - treat this just like LC_LOAD_DYLIB
    • LC_FUNCTION_STARTS - we don’t do anything with this command, just stopped the warning
  • I’ve switched to git, and moved the repository to github. The latest source is now available at the class-dump git repository at github.