Files
lief-project-LIEF/include/LIEF/MachO/FunctionVariants/SystemWide.def
T
Romain Thomas 5fb4f0cfa0 Add support for LC_FUNCTION_VARIANTS/LC_FUNCTION_VARIANT_FIXUPS
Note that this support is partially incomplete especially for writing
back Mach-O binaries.
2025-07-26 13:03:39 +02:00

10 lines
399 B
Modula-2

#ifndef FUNCTION_VARIANT_FLAG
#error "FUNCTION_VARIANT_FLAG must be defined"
#endif
FUNCTION_VARIANT_FLAG(SYSTEM_WIDE_DEFAULT , 0 , "default" )
FUNCTION_VARIANT_FLAG(SYSTEM_WIDE_INTERNAL_INSTALL , 1 , "internalInstall" )
FUNCTION_VARIANT_FLAG(SYSTEM_WIDE_CUSTOMER_INSTALL , 2 , "customerInstall" )
FUNCTION_VARIANT_FLAG(SYSTEM_WIDE_LOCKDOWN , 3 , "lockdown" )