LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
PerProcess.def
Go to the documentation of this file.
1#ifndef FUNCTION_VARIANT_FLAG
2#error "FUNCTION_VARIANT_FLAG must be defined"
3#endif
4
5FUNCTION_VARIANT_FLAG(PER_PROCESS_DEFAULT , 0 , "default" )
6
7FUNCTION_VARIANT_FLAG(PER_PROCESS_TRANSLATED , 1 , "translated" )
8FUNCTION_VARIANT_FLAG(PER_PROCESS_NO_OVERREAD , 3 , "no_overread" )