Exemplo n.º 1
0
 internal LoadConfiguration(PEParser pefile, ref IMAGE_LOAD_CONFIG_DIRECTORY64 config64)
 {
     _config64 = config64;
     _pefile   = pefile;
 }
Exemplo n.º 2
0
 internal LoadConfiguration(PEParser pefile, ref IMAGE_LOAD_CONFIG_DIRECTORY32 config32)
 {
     _config32 = config32;
     _is32bit  = true;
     _pefile   = pefile;
 }