Changeset 2899 for trunk/kLdr/kLdrModPE.c
- Timestamp:
- Dec 24, 2006, 4:20:40 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrModPE.c
r2893 r2899 107 107 108 108 static int kldrModPEDoCreate(PKLDRRDR pRdr, off_t offNewHdr, PKLDRMODPE *ppMod); 109 static void kldrModPEDoLoadConfigConversion(PIMAGE_LOAD_CONFIG_DIRECTORY64 pLoadCfg); 109 /*static void kldrModPEDoLoadConfigConversion(PIMAGE_LOAD_CONFIG_DIRECTORY64 pLoadCfg); */ 110 110 static int kLdrModPEDoOptionalHeaderValidation(PKLDRMODPE pModPE); 111 111 static int kLdrModPEDoSectionHeadersValidation(PKLDRMODPE pModPE); … … 457 457 458 458 459 #if 0 459 460 /** 460 461 * Converts a 32-bit load config directory to a 64 bit one. … … 487 488 /* the remainder matches. */ 488 489 } 490 #endif 489 491 490 492
Note:
See TracChangeset
for help on using the changeset viewer.