Searched refs:exe_with_driver (Results 1 – 1 of 1) sorted by relevance
162 HMODULE exe_with_driver = NULL; in win32_kldbg_unpack_driver() local174 …exe_with_driver = LoadLibraryEx(TEXT("windbg.exe"), NULL, LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE | LOA… in win32_kldbg_unpack_driver()175 if (!exe_with_driver) in win32_kldbg_unpack_driver()178 …exe_with_driver = LoadLibraryEx(TEXT("kd.exe"), NULL, LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE | LOAD_LI… in win32_kldbg_unpack_driver()180 if (!exe_with_driver) in win32_kldbg_unpack_driver()192 …driver_resource_info = FindResource(exe_with_driver, MAKEINTRESOURCE(0x7777), MAKEINTRESOURCE(0x44… in win32_kldbg_unpack_driver()199 driver_resource = LoadResource(exe_with_driver, driver_resource_info); in win32_kldbg_unpack_driver()206 driver_size = SizeofResource(exe_with_driver, driver_resource_info); in win32_kldbg_unpack_driver()266 if (exe_with_driver) in win32_kldbg_unpack_driver()267 FreeLibrary(exe_with_driver); in win32_kldbg_unpack_driver()