From 8a68d9cded6c5e3a5d9437a307b6a202db881f24 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 15 Jun 2010 09:22:59 -0700 Subject: [PATCH] more MACH_SEGMENT_ENUM; no code yet --- src/p_mach_enum.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/p_mach_enum.h b/src/p_mach_enum.h index b536f0c3..dff0c301 100644 --- a/src/p_mach_enum.h +++ b/src/p_mach_enum.h @@ -79,6 +79,9 @@ LC_CODE_SIGNATURE = 0x1d, LC_SEGMENT_SPLIT_INFO = 0x1e, LC_REEXPORT_DYLIB = 0x1f, + LC_LAZY_LOAD_DYLIB= 0X20, + LC_ENCRYPTION_INFO= 0X21, + LC_DYLD_INFO = 0X22, // compressed dyld information (10.6.x) LC_REQ_DYLD = 0x80000000 // OR'ed ==> must not ignore }; enum { // maxprot