DbgUnLoadImageSymbolsUnicode
UINT64 __stdcall DbgUnLoadImageSymbolsUnicode(_UNICODE_STRING *UnicodeFileName, VOID *ImageBase, UINT64 ProcessId){
_STRING AnsiFileName;
VOID *v7;
UINT64 v8;
int v9;
int v10;
AnsiFileName = 0i64;
if( !(unsigned int)DbgUnicodeStringToAnsiString(&AnsiFileName, UnicodeFileName) )
return 0i64;
v9 = 0;
v10 = 0;
v7 = ImageBase;
v8 = ProcessId;
DebugService2();
ExFreePoolWithTag(AnsiFileName.Buffer, 0);
return 1i64;
}Referenced by:
MiHandleBootImage
MiSegmentDelete
MiSwitchBaseAddress