mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
5fb4f0cfa0
Note that this support is partially incomplete especially for writing back Mach-O binaries.
10 lines
399 B
Modula-2
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" )
|