Files
lief-project-LIEF/include/LIEF/MachO/FunctionVariants/PerProcess.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

9 lines
295 B
Modula-2

#ifndef FUNCTION_VARIANT_FLAG
#error "FUNCTION_VARIANT_FLAG must be defined"
#endif
FUNCTION_VARIANT_FLAG(PER_PROCESS_DEFAULT , 0 , "default" )
FUNCTION_VARIANT_FLAG(PER_PROCESS_TRANSLATED , 1 , "translated" )
FUNCTION_VARIANT_FLAG(PER_PROCESS_NO_OVERREAD , 3 , "no_overread" )