blob: ae2320477de49595b16eb7a6f08cb9bc841eb3ce [file] [log] [blame]
// -*- mode: ObjC -*-
// 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-2012 Steve Nygard.
#import "CDLoadCommand.h"
@interface CDLCEncryptionInfo : CDLoadCommand
@property (nonatomic, readonly) uint32_t cryptoff;
@property (nonatomic, readonly) uint32_t cryptsize;
@property (nonatomic, readonly) uint32_t cryptid;
@property (nonatomic, readonly) BOOL isEncrypted;
@end