mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
more MACH_SEGMENT_ENUM; no code yet
This commit is contained in:
parent
b031f7e902
commit
8a68d9cded
|
@ -79,6 +79,9 @@
|
||||||
LC_CODE_SIGNATURE = 0x1d,
|
LC_CODE_SIGNATURE = 0x1d,
|
||||||
LC_SEGMENT_SPLIT_INFO = 0x1e,
|
LC_SEGMENT_SPLIT_INFO = 0x1e,
|
||||||
LC_REEXPORT_DYLIB = 0x1f,
|
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
|
LC_REQ_DYLD = 0x80000000 // OR'ed ==> must not ignore
|
||||||
};
|
};
|
||||||
enum { // maxprot
|
enum { // maxprot
|
||||||
|
|
Loading…
Reference in New Issue
Block a user