Searched refs:SUP_DPRINTF (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/HostDrivers/Support/win/ |
H A D | SUPR3HardenedMain-win.cpp | 644 SUP_DPRINTF(("supR3HardenedWinVerifyCacheInsert: %ls\n", pUniStr->Buffer)); 805 SUP_DPRINTF(("supR3HardenedWinVerifyCacheScheduleImports: '%s' cached for system32\n", uBuf.szName)); 812 SUP_DPRINTF(("supR3HardenedWinVerifyCacheScheduleImports: '%s' cached for appdir\n", uBuf.szName)); 817 SUP_DPRINTF(("supR3HardenedWinVerifyCacheScheduleImports: '%s' cached for dll dir\n", uBuf.szName)); 826 SUP_DPRINTF(("supR3HardenedWinVerifyCacheScheduleImports: Import todo: #%u '%s'.\n", i, uBuf.szName)); 856 SUP_DPRINTF(("RTLDRPROP_IMPORT_MODULE failed with rc=%Rrc i=%#x on '%ls'\n", rc, i, pwszName)); 860 SUP_DPRINTF(("'%ls' has no imports\n", pwszName)); 863 SUP_DPRINTF(("RTLDRPROP_IMPORT_COUNT failed with rc=%Rrc on '%ls'\n", rc, pwszName)); 900 SUP_DPRINTF(("supR3HardenedWinVerifyCacheProcessImportTodos: Processing '%s'...\n", pCur->szName)); 971 SUP_DPRINTF(("supR3HardenedWinVerifyCacheProcessImportTodo [all...] |
H A D | SUPR3HardenedNoCrt-win.cpp | 143 SUP_DPRINTF(("supR3HardenedEarlyCompact: Removed heap %#u (%#p LB %#zx)\n", iHeap, pvMem, cbMem)); 165 SUP_DPRINTF(("Early heap: %p LB %#zx - alloc\n", pv, cb)); 185 SUP_DPRINTF(("New simple heap: #%u %p LB %#zx (for %zu allocation)\n", iHeap, pvBlock, cbBlock, cb)); 208 SUP_DPRINTF(("Early heap: %p LB %#zx - alloc\n", pv, cb)); 345 SUP_DPRINTF(("Early heap: %p LB %#zx, was %p - realloc\n", pvNew, cbNew, pvOld)); 368 SUP_DPRINTF(("Early heap: %p LB %#zx, was %p %LB %#zx - realloc\n", pv, cbNew, pvOld, cbOld)); 395 SUP_DPRINTF(("Early heap: %p - free\n", pv));
|
H A D | SUPHardenedVerifyImage-win.cpp | 459 SUP_DPRINTF(("NtQuerySecurityObject failed with rcNt=%#x on '%ls'\n", rcNt, pwszName)); 491 SUP_DPRINTF(("%ls: Owner is administrators group.\n", pwszName)); 495 SUP_DPRINTF(("%ls: Owner is not trusted installer (%.*Rhxs)\n", 1122 SUP_DPRINTF(("%ls: Relaxing the TrustedInstaller requirement for this DLL (it's in system32).\n", pwszName)); 1126 SUP_DPRINTF(("%ls: Relaxing the TrustedInstaller requirement for this DLL (it's in WinSxS).\n", pwszName)); 1255 SUP_DPRINTF(("supHardenedWinVerifyImageByHandle: -> %d (%ls)%s\n", 1598 SUP_DPRINTF(("%s:%*s %ls\n", s_aPaths[i].pszLogName, 9 - strlen(s_aPaths[i].pszLogName), "", 1603 SUP_DPRINTF(("%s: NtQueryObject returned empty string\n", s_aPaths[i].pszLogName)); 1608 SUP_DPRINTF(("%s: NtQueryObject failed: %#x\n", s_aPaths[i].pszLogName, rcNt)); 1612 SUP_DPRINTF((" [all...] |
H A D | SUPHardenedVerifyProcess-win.cpp | 435 SUP_DPRINTF(("%s: Differences in section #%u (%s) between file and memory:\n", pImage->pszName, iSh + 1, pachSectNm)); 440 SUP_DPRINTF((" %p / %#09x: %02x != %02x\n", 447 SUP_DPRINTF((" %p / %#09x: %02x != %02x\n", 460 SUP_DPRINTF((" Restored %#x bytes of original file content at %p\n", cbThis, pvRestoreAddr)); 606 /*SUP_DPRINTF(("supHardNtVpGetImport: %s / %#x / %s.\n", pszModule, uSymbol, pszSymbol));*/ 661 SUP_DPRINTF(("supHardNtVpGetImport: Failed to find symbol '%s' in '%s' (forwarded from %s / %s): %Rrc\n", 667 SUP_DPRINTF(("supHardNtVpGetImport: Failed to find forwarder module '%s' (%#x / %s; originally %s / %#x / %s): %Rrc\n", 671 SUP_DPRINTF(("supHardNtVpGetImport: RTLdrQueryForwarderInfo failed on symbol %#x/'%s' in '%s': %Rrc\n", 675 SUP_DPRINTF(("supHardNtVpGetImport: Failed to find symbol %#x / '%s' in '%s': %Rrc\n", 1415 SUP_DPRINTF(("supHardNtVpScanVirtualMemor [all...] |
H A D | SUPR3HardenedMainImports-win.cpp | 784 SUP_DPRINTF(("supR3HardenedWinGetRealDllSymbol: Error getting %s in %s -> %Rrc\n", pszProcedure, pszDll, rc)); 787 SUP_DPRINTF(("supR3HardenedWinGetRealDllSymbol: supHardNtLdrCacheEntryAllocBits failed on %s: %Rrc\n", 791 SUP_DPRINTF(("supR3HardenedWinGetRealDllSymbol: supHardNtLdrCacheOpen failed on %s: %Rrc\n",
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPLibInternal.h | 139 # define SUP_DPRINTF(a) do { supR3HardenedStaticLog a; suplibHardenedPrintF a; } while (0) macro 141 # define SUP_DPRINTF(a) do { supR3HardenedStaticLog a; } while (0) macro 145 # define SUP_DPRINTF(a) RTLogPrintf a macro 147 # define SUP_DPRINTF(a) do { } while (0) macro
|
H A D | SUPR3HardenedMain.cpp | 1007 SUP_DPRINTF(("Log file opened: " VBOX_VERSION_STRING "r%u g_hStartupLog=%p g_uNtVerCombined=%#x\n", 1830 SUP_DPRINTF(("SUPR3HardenedMain: pszProgName=%s fFlags=%#x\n", pszProgName, fFlags)); 1881 SUP_DPRINTF(("SUPR3HardenedMain: Respawn #1\n")); 1922 SUP_DPRINTF(("SUPR3HardenedMain: Respawn #2\n")); 1925 SUP_DPRINTF(("SUPR3HardenedMain: Final process, opening VBoxDrv...\n")); 1962 SUP_DPRINTF(("SUPR3HardenedMain: Load Runtime...\n")); 1970 SUP_DPRINTF(("SUPR3HardenedMain: Load TrustedMain...\n")); 1974 SUP_DPRINTF(("SUPR3HardenedMain: Calling TrustedMain (%p)...\n", pfnTrustedMain));
|
H A D | SUPDrvInternal.h | 180 # define SUP_DPRINTF(a) SUPR0Printf a macro 182 # define SUP_DPRINTF(a) do { } while (0)
|
Completed in 75 milliseconds