LC_BUILD_VERSION etc for XCode 13+
https://github.com/upx/upx/issues/578 modified: p_mach.cpp modified: p_mach_enum.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
2721ef0636
commit
4ae75375e0
@@ -108,6 +108,11 @@
|
||||
LC_VERSION_MIN_TVOS= 0x2F,
|
||||
LC_VERSION_MIN_WATCHOS= 0x30,
|
||||
LC_NOTE = 0x31,
|
||||
LC_BUILD_VERSION = 0x32, // minimum; size 6*4 + N*2*4
|
||||
LC_DYLD_EXPORTS_TRIE = (0x33|LC_REQ_DYLD), // size 4*4
|
||||
LC_DYLD_CHAINED_FIXUPS = (0x34|LC_REQ_DYLD), // size 4*4
|
||||
LC_FILESET_ENTRY = (0x35|LC_REQ_DYLD), // size 6*4
|
||||
|
||||
};
|
||||
|
||||
enum { // maxprot
|
||||
|
||||
Reference in New Issue
Block a user