Changeset 70137 in vbox for trunk/src/VBox/HostDrivers/Support/win
- Timestamp:
- Dec 14, 2017 8:10:06 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainImports-win.cpp
r69500 r70137 108 108 * This contains both static (like name & imports) and runtime information (like 109 109 * load and export table locations). 110 * 111 * @sa RTDBGNTKRNLMODINFO 110 112 */ 111 113 typedef struct SUPHNTIMPDLL … … 290 292 291 293 294 /** @sa rtR0DbgKrnlNtParseModule */ 292 295 static void supR3HardenedParseModule(PSUPHNTIMPDLL pDll) 293 296 { … … 374 377 375 378 379 /** @sa rtR0DbgKrnlInfoLookupSymbol */ 376 380 static const char *supR3HardenedResolveImport(PSUPHNTIMPDLL pDll, PCSUPHNTIMPFUNC pImport, bool fReportErrors) 377 381 {
Note:
See TracChangeset
for help on using the changeset viewer.