среда, 9 сентября 2015 г.

iertutil.dll unnamed exports

Perl script to make such files (must be run after applying appropriate .pdb):
#!perl -w
use strict;
use warnings;
use IDA;

my $with_addr = 0;

my $exp_cnt = GetEntryPointQty();
my $dparm = GetLongPrm(INF_SHORT_DN);
my($fh, $name, $mang, $i, $ord, $addr);
if ( $exp_cnt )
{
  open($fh, '>', "exp") or die("Cannot open file exp, error $!\n");
  for ( $i = 0; $i < $exp_cnt; $i++ )
  {
    $ord = GetEntryOrdinal($i);
    $name = GetEntryName($ord);
    $addr = GetEntryPoint($ord);
    next if ( $addr == BADADDR );
    next if ( $name !~ /_\d+$/i );
    $mang = GetTrueNameEx(BADADDR, $addr);
    $name = Demangle($mang, $dparm);
    $name =~ s/\(.*\)//g;
    if ( $name ne '' )
    {
      if ( $with_addr )
      {
        printf($fh "%d %X %s ; %s\n", $ord, $addr, $name, $mang);
      } else {
        printf($fh "%d %s ; %s\n", $ord, $name, $mang);
      }
    } else {
      if ( $with_addr )
      {
        printf($fh "%d %X %s\n", $ord, $addr, $mang);
      } else {
        printf($fh "%d %s\n", $ord, $mang);
      }
    }
  }
  close $fh;
}
 
16 IECompatLogEvent ; _IECompatLogEvent@28
17 IECompatLoggingEnabledInternal ; ?IECompatLoggingEnabledInternal@@YGHXZ
18 IECompatLogLMZL1 ; ?IECompatLogLMZL1@@YGXPBGK@Z
19 IECompatLogLMZL2 ; ?IECompatLogLMZL2@@YGXPAUIUri@@K@Z
20 IECompatLogZoneElevation1 ; ?IECompatLogZoneElevation1@@YGXPBGK0K@Z
21 IECompatLogZoneElevation2 ; ?IECompatLogZoneElevation2@@YGXPAUIUri@@KPBGK@Z
24 IECompatLogFileDownload ; ?IECompatLogFileDownload@@YGXPBG@Z
25 IECompatLogURICreationFailure ; ?IECompatLogURICreationFailure@@YGXPBGJ@Z
26 HTMLEncodeString ; ?HTMLEncodeString@@YGJPBGPAPAG@Z
28 IEGetSignatureInfo ; _IEGetSignatureInfo@12
29 IsUserAdmin ; ?IsUserAdmin@@YGHXZ
30 IEStubIsLuaEnabled ; ?IEStubIsLuaEnabled@@YGHXZ
31 LaunchIEInProtectedMode ; ?LaunchIEInProtectedMode@@YGHPBGPAK@Z
32 IsProtectedModeProcess ; ?IsProtectedModeProcess@@YGJXZ
33 CreateProtectedModeRegistry ; ?CreateProtectedModeRegistry@@YGJXZ
34 IsProtectedModeCOMCaller ; ?IsProtectedModeCOMCaller@@YGJPAH@Z
35 GetProcessIntegrityLevel ; ?GetProcessIntegrityLevel@@YGJPAXPAK@Z
36 IECheckIntegrityFile ; ?IECheckIntegrityFile@@YGJPBG0@Z
37 SetHandleAccess ; ?SetHandleAccess@@YGJPAXW4_SE_OBJECT_TYPE@@KKKPA_N@Z
38 SetRegistryKeyExplicit ; ?SetRegistryKeyExplicit@@YGJPAUHKEY__@@PBG@Z
39 SetRegistryKeyIntegrityLevel ; ?SetRegistryKeyIntegrityLevel@@YGJPAUHKEY__@@PAX@Z
40 RegGetDwordValue ; ?RegGetDwordValue@@YGKPAUHKEY__@@PBG1K@Z
41 Shim_CoGetClassObject ; ?Shim_CoGetClassObject@@YGJABU_GUID@@KPAU_COSERVERINFO@@0PAPAX@Z
42 IsProtectedModeEnabled ; ?IsProtectedModeEnabled@@YGHXZ
43 IsProtectedModeEnabledForIE ; ?IsProtectedModeEnabledForIE@@YGHXZ
44 IsElevatedProcess ; ?IsElevatedProcess@@YGHXZ
45 IEIsLowIntegrityFile ; ?IEIsLowIntegrityFile@@YGJPBG@Z
46 IERunsAsDifferentUser ; ?IERunsAsDifferentUser@@YGHXZ
48 GetProcessSid ; ?GetProcessSid@@YGKKPAPAX@Z
49 GetUserSid ; ?GetUserSid@@YGKPAXPAPAX@Z
50 SetKernelHandleToLowIL ; ?SetKernelHandleToLowIL@@YGJPAX@Z
51 Shim_CoCreateInstance ; ?Shim_CoCreateInstance@@YGJABU_GUID@@PAUIUnknown@@K0PAPAX@Z
52 SetRegistryKeyIntegrityLevel ; ?SetRegistryKeyIntegrityLevel@@YGJPAUHKEY__@@PAX@Z
53 SetRegistryKeyIntegrityLevel ; ?SetRegistryKeyIntegrityLevel@@YGJPAUHKEY__@@PAX@Z
54 IsMICLowProcess ; ?IsMICLowProcess@@YGJPAX@Z
55 GetLowIntegrityToken ; ?GetLowIntegrityToken@@YGJPAPAX@Z
56 IsBrowserProcess ; ?IsBrowserProcess@@YGHXZ
57 GetCurrentUserSid ; ?GetCurrentUserSid@@YGKPAPAX@Z
58 CoCreateUserBroker ; ?CoCreateUserBroker@@YGJPAPAUIEUserBroker@@@Z
59 SetUserBroker ; ?SetUserBroker@@YGJK@Z
60 DSA_Clone ; _DSA_Clone@4
61 DSA_Create ; _DSA_Create@8
62 DSA_DeleteAllItems ; _DSA_DeleteAllItems@4
63 DSA_DeleteItem ; _DSA_DeleteItem@8
64 DSA_Destroy ; _DSA_Destroy@4
65 DSA_DestroyCallback ; _DSA_DestroyCallback@12
66 DSA_EnumCallback ; _DSA_EnumCallback@12
67 DSA_GetItem ; _DSA_GetItem@12
68 DSA_GetItemPtr ; _DSA_GetItemPtr@8
69 DSA_GetSize ; _DSA_GetSize@4
70 DSA_InsertItem ; _DSA_InsertItem@12
71 DSA_SetItem ; _DSA_SetItem@12
72 DSA_Sort ; _DSA_Sort@12
73 DPA_Clone ; _DPA_Clone@8
74 DPA_Create ; _DPA_Create@4
75 DPA_CreateEx ; _DPA_CreateEx@8
76 DPA_DeletePtr ; _DPA_DeletePtr@8
77 DPA_DeleteAllPtrs ; _DPA_DeleteAllPtrs@4
78 DPA_Destroy ; _DPA_Destroy@4
79 DPA_DestroyCallback ; _DPA_DestroyCallback@12
80 DPA_EnumCallback ; _DPA_EnumCallback@12
81 DPA_GetPtr ; _DPA_GetPtr@8
82 DPA_GetPtrIndex ; _DPA_GetPtrIndex@8
83 DPA_GetSize ; _DPA_GetSize@4
84 DPA_Grow ; _DPA_Grow@8
85 DPA_InsertPtr ; _DPA_InsertPtr@12
86 DPA_LoadStream ; _DPA_LoadStream@16
87 DPA_Merge ; _DPA_Merge@24
88 DPA_SaveStream ; _DPA_SaveStream@16
89 DPA_Search ; _DPA_Search@24
90 DPA_SetPtr ; _DPA_SetPtr@12
91 DPA_Sort ; _DPA_Sort@12
92 Str_GetPtrA ; _Str_GetPtrA@12
93 Str_GetPtrW ; _Str_GetPtrW@12
94 Str_SetPtrA ; _Str_SetPtrA@8
95 Str_SetPtrW ; _Str_SetPtrW@8
96 CoCreateUserBrokerForThread ; ?CoCreateUserBrokerForThread@@YGJKPAPAUIEUserBroker@@@Z
97 ResetUserBrokerCookie ; ?ResetUserBrokerCookie@@YGJK@Z
98 CoCreateUserBrokerNonFrameAffinity ; ?CoCreateUserBrokerNonFrameAffinity@@YGJPAPAUIEUserBroker@@@Z
99 SetFileHandleILAndReturnReACLStatus ; ?SetFileHandleILAndReturnReACLStatus@@YGJPAX0PA_NK@Z
100 DoWPCLogging ; ?DoWPCLogging@@YGJPBG0H@Z
101 UserBrokerEx ; ?UserBrokerEx@@YGJKPAK@Z
110 IEGlobalCounterGetValue ; _IEGlobalCounterGetValue@4
111 IEGlobalCounterIncrement ; _IEGlobalCounterIncrement@4
112 IEGlobalCounterDecrement ; _IEGlobalCounterDecrement@4
123 TokenIsAppContainerHR ; ?TokenIsAppContainerHR@@YGJPAX@Z
124 ProcessIsAppContainerHR ; ?ProcessIsAppContainerHR@@YGJK@Z
125 GetTokenAppContainerNumber ; ?GetTokenAppContainerNumber@@YGJPAXPAK@Z
126 GetProcessAppContainerNumber ; ?GetProcessAppContainerNumber@@YGJKPAK@Z
127 GetTokenPackageSID ; ?GetTokenPackageSID@@YGJPAXK0@Z
128 GetProcessAppContainerSID ; ?GetProcessAppContainerSID@@YGJKKPAX@Z
129 GetProcessAppContainerSIDStrW ; ?GetProcessAppContainerSIDStrW@@YGJKPAPAG@Z
130 CreateAppContainerProcessW ; ?CreateAppContainerProcessW@@YGJPBG0PAU_SECURITY_ATTRIBUTES@@1HKPAX0PAU_STARTUPINFOW@@PAU_PROCESS_INFORMATION@@2KPAPAX@Z
131 CreateAppContainerProcessStrW ; ?CreateAppContainerProcessStrW@@YGJPBG0PAU_SECURITY_ATTRIBUTES@@1HKPAX0PAU_STARTUPINFOW@@PAU_PROCESS_INFORMATION@@0KPAPBG@Z
132 CreateAppContainerW ; ?CreateAppContainerW@@YGJPBG0KPAPAX1@Z
133 CreateAppContainerStrW ; ?CreateAppContainerStrW@@YGJPBG0KPAPBGKPAG@Z
134 SetWindowsHandleAccess ; ?SetWindowsHandleAccess@@YGJPAXKK@Z
135 SetWindowsHandleIntegrityLevel ; ?SetWindowsHandleIntegrityLevel@@YGJPAXKPBG@Z
136 GetProcessAppContainerNamedObjectPath ; ?GetProcessAppContainerNamedObjectPath@@YGJKPAGK@Z
137 CompareProcessIntegritiesFromProcessIds_RecognizeAppContainers ; ?CompareProcessIntegritiesFromProcessIds_RecognizeAppContainers@@YGJKKPAF@Z
138 OpenOrCreateAppContainerRegKey ; ?OpenOrCreateAppContainerRegKey@@YGJPBGKPAPAUHKEY__@@@Z
139 IEIsImmersiveProcess ; ?IEIsImmersiveProcess@@YGHPAX@Z
140 GetUserPrivateNamespaceName ; _GetUserPrivateNamespaceName@0
141 SetKernelHandleAppContainer ; ?SetKernelHandleAppContainer@@YGJPAXK@Z
142 SetFileHandleAppContainer ; ?SetFileHandleAppContainer@@YGJPAXK@Z
143 SetRegistryKeyAppContainer ; ?SetRegistryKeyAppContainer@@YGJPAUHKEY__@@K@Z
150 IERegResolve ; _IERegResolve@4
151 IERegGetDw ; _IERegGetDw@8
152 IERegGetDwEx ; _IERegGetDwEx@16
153 IERegSetDw ; _IERegSetDw@12
154 IERegGetBufferSizeSz ; _IERegGetBufferSizeSz@4
155 IERegGetTz ; _IERegGetTz@12
156 IERegGetWzEx ; _IERegGetWzEx@20
157 IERegSetTz ; _IERegSetTz@12
158 IERegGetBufferSizeSz ; _IERegGetBufferSizeSz@4
159 IERegGetSz ; _IERegGetSz@12
160 IERegGetSzEx ; _IERegGetSzEx@20
161 IERegSetSz ; _IERegSetSz@12
162 IERegGetBufferSizeSz ; _IERegGetBufferSizeSz@4
163 IERegGetWz ; _IERegGetWz@12
164 IERegGetWzEx ; _IERegGetWzEx@20
165 IERegSetTz ; _IERegSetTz@12
166 IERegGetBool ; _IERegGetBool@8
167 IERegGetBoolEx ; _IERegGetBoolEx@16
168 IERegDeleteValue ; _IERegDeleteValue@8
169 IERegReleaseKeys ; _IERegReleaseKeys@0
170 IERegEnumKeys ; _IERegEnumKeys@16
171 IERegEnumValues ; _IERegEnumValues@20
172 IsPolicyKeyPresentW ; _IsPolicyKeyPresentW@12
173 IsPolicyKeyPresentA ; _IsPolicyKeyPresentA@12
174 IEIsScriptDebuggingEnabled ; _IEIsScriptDebuggingEnabled@0
175 IEEnableScriptDebugging ; _IEEnableScriptDebugging@0
176 IEDisableScriptDebugging ; _IEDisableScriptDebugging@0
177 InitializeScriptDebuggingForModernApps ; _InitializeScriptDebuggingForModernApps@0
200 EDL_InitializeAllowedDomainsList ; ?EDL_InitializeAllowedDomainsList@@YGJABU_GUID@@PBG@Z
201 EDL_AddNewDomain ; ?EDL_AddNewDomain@@YGJABU_GUID@@PBG@Z
202 EDL_GetAllowedDomains ; ?EDL_GetAllowedDomains@@YGJABU_GUID@@PAPAUIEnumString@@@Z
203 EDL_DoesAllowedDomainsListExists ; ?EDL_DoesAllowedDomainsListExists@@YGJABU_GUID@@PAH@Z
204 EDL_IsAllowedDomainsListEmpty ; ?EDL_IsAllowedDomainsListEmpty@@YGJABU_GUID@@PAH@Z
205 EDL_IsDomainAllowed ; ?EDL_IsDomainAllowed@@YGJABU_GUID@@PBGPAH@Z
206 EDL_AllowNoDomains ; ?EDL_AllowNoDomains@@YGJABU_GUID@@@Z
207 EDL_DeleteAllowedDomainsList ; ?EDL_DeleteAllowedDomainsList@@YGJABU_GUID@@@Z
208 EDL_DeleteAllAllowedDomainsLists ; ?EDL_DeleteAllAllowedDomainsLists@@YGJXZ
209 EDL_GetDomainFromUri ; ?EDL_GetDomainFromUri@@YGJPAUIUri@@PAPAG@Z
210 EDL_IsAllowedDomainListEnabled ; ?EDL_IsAllowedDomainListEnabled@@YGHXZ
211 EDL_DeleteAllPrivateBrowsingDomains ; ?EDL_DeleteAllPrivateBrowsingDomains@@YGJXZ
220 ProcessSetRefCountAddress ; ?ProcessSetRefCountAddress@@YGXPAJ@Z
221 ProcessGetRefCountAddress ; ?ProcessGetRefCountAddress@@YGPAJXZ
222 ProcessSetRefCountIUnknown ; ?ProcessSetRefCountIUnknown@@YGXPAUIUnknown@@@Z
223 ProcessRefCountAddRef ; ?ProcessRefCountAddRef@@YGKXZ
224 ProcessRefCountRelease ; ?ProcessRefCountRelease@@YGKXZ
225 ProcessGetInstanceExplorer ; ?ProcessGetInstanceExplorer@@YGJPAPAUIUnknown@@@Z
230 IEGetThreadRef ; ?IEGetThreadRef@@YGJPAPAUIUnknown@@@Z
231 IESetThreadRef ; ?IESetThreadRef@@YGJPAUIUnknown@@@Z
232 IESetThreadRefTLSIndex ; ?IESetThreadRefTLSIndex@@YGXK@Z
280 IEOpStateGetDataEx ; ?IEOpStateGetDataEx@@YGJK_NPA_KPAPAUHKEY__@@@Z
281 IEOpStateGetData ; ?IEOpStateGetData@@YGJK_NPA_K@Z
282 IEOpStateSetData ; ?IEOpStateSetData@@YGJK_K0@Z
300 IAS_Create ; ?IAS_Create@@YGJPBUSImmutableApplicationState@@ABU_GUID@@PBG@Z
301 IAS_Open ; ?IAS_Open@@YGJABU_GUID@@PBG@Z
302 IAS_Close ; ?IAS_Close@@YGXXZ
303 ITS_SetThreadScopedState ; ?ITS_SetThreadScopedState@@YGXPAUSThreadState@@@Z
311 IESetProcessModule ; ?IESetProcessModule@@YG_NXZ
312 IESetTabWindowExports ; ?IESetTabWindowExports@@YGXPBUIE80TabWindowExports@@@Z
314 IESetFrameUtilExports ; ?IESetFrameUtilExports@@YGXPBUIEFrameUtilExports@@@Z
325 LCIEUnifiedFrame ; ?LCIEUnifiedFrame@@YG_NXZ
326 LCIEInSameProcess ; ?LCIEInSameProcess@@YGJKK@Z
327 LCIEIsInSameProcess ; ?LCIEIsInSameProcess@@YGJKK@Z
328 LCIEGetManagerHandleFromProcessId ; ?LCIEGetManagerHandleFromProcessId@@YGJKPAK@Z
329 LCIEGetManagerHandleFromComponentHandle ; ?LCIEGetManagerHandleFromComponentHandle@@YGJKPAK@Z
330 LCIEGetComponentParent ; ?LCIEGetComponentParent@@YGJKPAKPAU_IsoComponent@@PAPAU1@@Z
331 LCIESetComponentApplicationData ; ?LCIESetComponentApplicationData@@YGJKGPAXKW4_IsoComponentDispatchType@@USHAREDMEM_64BITVALUE@@0K@Z
332 LCIEGetComponentAndManagerComponent ; ?LCIEGetComponentAndManagerComponent@@YGJKPAKPAU_IsoComponent@@1@Z
334 LCIESharedMemorySpace_Open ; ?LCIESharedMemorySpace_Open@@YGJPAPAUIsoSpaceObject@@W4_IsoSpaceFlags@@W4_IsoIntegrity@@KKPBG@Z
335 LCIECreateAndInitThreadRef ; ?LCIECreateAndInitThreadRef@@YGJPAUIUnknown@@PAPAUILCIEThreadRef@@@Z
336 LCIESetSerializeCoCreateInstance ; ?LCIESetSerializeCoCreateInstance@@YGP6GJABU_GUID@@PAUIUnknown@@K0PAPAX@ZP6GJ01K02@Z@Z
337 LCIESerializeCoCreateInstance ; ?LCIESerializeCoCreateInstance@@YGJABU_GUID@@PAUIUnknown@@K0PAPAX@Z
338 CSerializableContainer_CreateInstance ; ?CSerializableContainer_CreateInstance@@YGJABU_GUID@@PAPAX@Z
340 LCIESerializable_PackWStr ; ?LCIESerializable_PackWStr@@YGKPBGKPAE@Z
341 LCIESerializable_UnpackWStr ; ?LCIESerializable_UnpackWStr@@YGKPAPAGW4LCIESerializable_UnpackWStr_Enum@@KPBE@Z
342 LCIEMigrateCookieData ; ?LCIEMigrateCookieData@@YGJKPBG000PAU_FILETIME@@KE@Z
343 LCIEReadTargetPICFromBlob ; ?LCIEReadTargetPICFromBlob@@YGHPBEKPAE@Z
345 LCIESerializable_ValidateWStr ; ?LCIESerializable_ValidateWStr@@YG_NKPBEPAK@Z
346 LCIE_FindFrameOrTabComponent ; ?LCIE_FindFrameOrTabComponent@@YGJKPAXPAKPAPAU_IsoComponent@@@Z
347 LCIEGetTypedComponentFromThread ; ?LCIEGetTypedComponentFromThread@@YGJKKPAKPAPAU_IsoComponent@@@Z
350 LCIEIStream_MapEmptyBuffer ; ?LCIEIStream_MapEmptyBuffer@@YGPAUIStream@@PAEK@Z
351 LCIEIStream_MapContent ; ?LCIEIStream_MapContent@@YGPAUIStream@@PAEKPAK@Z
352 LCIEIStream_SizeOnly ; ?LCIEIStream_SizeOnly@@YGPAUIStream@@PAK@Z
353 LCIEMarshalInterfaceIntoBufferEx ; ?LCIEMarshalInterfaceIntoBufferEx@@YGJABU_GUID@@PAUIUnknown@@KKPAEKPAK@Z
354 LCIEMarshalInterfaceIntoBufferOtherProcess ; ?LCIEMarshalInterfaceIntoBufferOtherProcess@@YGJABU_GUID@@PAUIUnknown@@PAEKPAK@Z
355 LCIEMarshalInterfaceIntoBufferSameProcess ; ?LCIEMarshalInterfaceIntoBufferSameProcess@@YGJABU_GUID@@PAUIUnknown@@PAEKPAK@Z
356 LCIEMarshalInterfaceIntoBufferForHandle ; ?LCIEMarshalInterfaceIntoBufferForHandle@@YGJKKABU_GUID@@PAUIUnknown@@PAEKPAK@Z
357 LCIEMarshalInterfaceIntoStreamForHandle ; ?LCIEMarshalInterfaceIntoStreamForHandle@@YGJKKPAUIStream@@ABU_GUID@@PAUIUnknown@@@Z
358 LCIEUnmarshalInterfaceFromBuffer ; ?LCIEUnmarshalInterfaceFromBuffer@@YGJABU_GUID@@PAPAXPAEK@Z
359 LCIEMarshalInterfaceGetIStream ; ?LCIEMarshalInterfaceGetIStream@@YGJPAPAUIStream@@PAEKPAK@Z
364 LCIEPostMessageWithDISPPARAMS ; ?LCIEPostMessageWithDISPPARAMS@@YGJKKIKJPAUtagDISPPARAMS@@H@Z
365 LCIEVariantArrayPack ; ?LCIEVariantArrayPack@@YGKKPAUtagDISPPARAMS@@J@Z
366 LCIEVariantArrayUnpackBuffer ; ?LCIEVariantArrayUnpackBuffer@@YGJK_NPAPAU_LCIE_PackedVariants@@@Z
367 LCIEVariantArrayUnpackVars ; ?LCIEVariantArrayUnpackVars@@YGJHK_NPAUtagVARIANT@@PAU_LCIE_PackedVariants@@@Z
368 LCIEVariantUnpack ; ?LCIEVariantUnpack@@YGPAEHPBEPAPAEPAUtagVARIANT@@@Z
369 LCIEVariantUnpackUntrusted ; ?LCIEVariantUnpackUntrusted@@YGPAEHPBEPAPAEPAUtagVARIANT@@@Z
370 LCIEVariantPack ; ?LCIEVariantPack@@YGPAEKPBEPAPAEPBUtagVARIANT@@@Z
371 LCIEPackSizeOfVariant ; ?LCIEPackSizeOfVariant@@YGJPBUtagVARIANT@@PAK@Z
372 LCIEPostDispatchEvent ; ?LCIEPostDispatchEvent@@YGXKJPAUtagDISPPARAMS@@PAUHWND__@@KI@Z
375 LCIEMakeSecurityProxyMaster ; ?LCIEMakeSecurityProxyMaster@@YGJKABU_GUID@@PAPAUIUnknown@@PAU2@@Z
376 LCIEForceSecurityProxiesFromTabThreadID ; ?LCIEForceSecurityProxiesFromTabThreadID@@YGHKK@Z
377 LCIEForceSecurityProxiesFromHandle ; ?LCIEForceSecurityProxiesFromHandle@@YGHK@Z
378 LCIEForceSecurityProxiesFromFlags ; ?LCIEForceSecurityProxiesFromFlags@@YGHK@Z
379 VerifyUntrusted_DWORD ; ?VerifyUntrusted_DWORD@@YG_NPBEKPAK@Z
380 VerifyUntrusted_IsoMessage_ExactSize ; ?VerifyUntrusted_IsoMessage_ExactSize@@YG_NKK@Z
381 VerifyUntrusted_IsoMessage_MinSize ; ?VerifyUntrusted_IsoMessage_MinSize@@YG_NKKPAK@Z
382 VerifyUntrusted_ISO_HANDLE ; ?VerifyUntrusted_ISO_HANDLE@@YG_NK@Z
384 VerifyUntrusted_String ; ?VerifyUntrusted_String@@YG_NPBEKPAK@Z
385 VerifyUntrusted_HWND ; ?VerifyUntrusted_HWND@@YG_NPAUHWND__@@@Z
386 LCIESendCookieData ; ?LCIESendCookieData@@YGJKPBG000PAU_FILETIME@@K@Z
387 LCIEValidateCookieInBlob ; ?LCIEValidateCookieInBlob@@YGHPBEK@Z
388 LCIEReadCookieFromBlob ; ?LCIEReadCookieFromBlob@@YGHPBEKPAPAG111PAU_FILETIME@@PAKPAE@Z
389 VerifyUntrusted_Pid ; ?VerifyUntrusted_Pid@@YG_NK@Z
390 LCIEChangeComponentSharedFlagBit ; ?LCIEChangeComponentSharedFlagBit@@YGJK_NK@Z
391 LCIEIsComponentSharedFlagValueSet ; ?LCIEIsComponentSharedFlagValueSet@@YGJKK@Z
392 LCIEChangeComponentSharedFlagBit_FromComponentThread ; ?LCIEChangeComponentSharedFlagBit_FromComponentThread@@YGJ_NK@Z
393 LCIEIsComponentSharedFlagValueSet_FromComponentThread ; ?LCIEIsComponentSharedFlagValueSet_FromComponentThread@@YGJK@Z
397 LCIESetCurrentProcessInPrivate ; ?LCIESetCurrentProcessInPrivate@@YGXXZ
398 LCIEIsCurrentProcessInPrivate ; ?LCIEIsCurrentProcessInPrivate@@YG_NXZ
399 IsoPrefixScopeQualifierToName ; ?IsoPrefixScopeQualifierToName@@YGPBGPAKPAGKPBG@Z
400 IsoAllocArtifact ; ?IsoAllocArtifact@@YGJKEKPAKPAPAU_IsoArtifact@@@Z
401 IsoGetArtifactAddress ; ?IsoGetArtifactAddress@@YGJKEPAPAU_IsoArtifact@@PAK@Z
402 IsoGetVariableArtifactContents ; ?IsoGetVariableArtifactContents@@YGJPAU_IsoArtifactVariable@@KKPAPAXPAK@Z
403 IsoLockArtifact ; ?IsoLockArtifact@@YGJKEPAPAU_IsoArtifact@@PAK@Z
404 IsoUnlockArtifact ; ?IsoUnlockArtifact@@YGJK@Z
405 IsoRemoveArtifact ; ?IsoRemoveArtifact@@YGJK@Z
406 IsoGetNextArtifact ; ?IsoGetNextArtifact@@YGJW4_IsoEnumeration@@EPAXPAKPAPAU_IsoArtifact@@2@Z
410 IsoRemoveArtifactsForOwner ; ?IsoRemoveArtifactsForOwner@@YGJK@Z
411 IsoRemoveArtifactsForProcess ; ?IsoRemoveArtifactsForProcess@@YGJK@Z
412 IsoCanWriteToHandle ; ?IsoCanWriteToHandle@@YGHK@Z
413 IsoIsArtifactInstanceTrusted ; ?IsoIsArtifactInstanceTrusted@@YGJK@Z
414 IsoIsArtifactDefinitionTrusted ; ?IsoIsArtifactDefinitionTrusted@@YGJK@Z
415 IsoAllocArtifactAtTrustLevel ; ?IsoAllocArtifactAtTrustLevel@@YGJW4_IsoIntegrity@@KEKPAKPAPAU_IsoArtifact@@@Z
416 IsoAllocArtifactAtHandleLevel ; ?IsoAllocArtifactAtHandleLevel@@YGJKKEKPAKPAPAU_IsoArtifact@@@Z
417 IsoChangeArtifactOwner ; ?IsoChangeArtifactOwner@@YGJKK@Z
420 IsoRegisterProcess ; ?IsoRegisterProcess@@YGJKKPAK@Z
421 IsoCreateProcess ; ?IsoCreateProcess@@YGJKPAU_IsoCreationProcessData@@KPBGPAKPAU_IsoWindowsContainer@@PA_K@Z
422 IsoGetProcessData ; ?IsoGetProcessData@@YGJKPAU_IsoProcess@@@Z
423 IsoGetManagerFromProcess ; ?IsoGetManagerFromProcess@@YGJKPAK@Z
424 IsoGetProcessAndManagerFromPid ; ?IsoGetProcessAndManagerFromPid@@YGJKPAK0@Z
425 IsoGetCurrentProcessHandle ; ?IsoGetCurrentProcessHandle@@YGKXZ
430 IsoGetCurrentThreadHandle ; ?IsoGetCurrentThreadHandle@@YGKXZ
431 IsoRegisterThread ; ?IsoRegisterThread@@YGJKW4_IsoThreadDispatchType@@KKPAK@Z
432 IsoCreateThread ; ?IsoCreateThread@@YGJKPAU_IsoCreationThreadData@@KKKPAK1PAU_IsoWindowsContainer@@@Z
433 IsoGetThreadData ; ?IsoGetThreadData@@YGJKPAU_IsoThread@@@Z
434 IsoGetThreadDataFromTid ; ?IsoGetThreadDataFromTid@@YGJKPAKPAU_IsoThread@@@Z
435 IsoReferenceThread ; ?IsoReferenceThread@@YGKK@Z
436 IsoReleaseThread ; ?IsoReleaseThread@@YGKK@Z
437 IsoInitializeThread ; ?IsoInitializeThread@@YGJXZ
438 IsoUninitializeThread ; ?IsoUninitializeThread@@YGXXZ
440 IsoAllocSharedMemory ; ?IsoAllocSharedMemory@@YGJKPAKKPAPAX@Z
441 IsoAllocSharedMemoryPerFlags ; ?IsoAllocSharedMemoryPerFlags@@YGJKPAKKPAPAX@Z
442 IsoArtifactInstanceIntegrityLevel ; ?IsoArtifactInstanceIntegrityLevel@@YG?AW4_IsoIntegrity@@K@Z
443 IsoGetSharedMemoryAddress ; ?IsoGetSharedMemoryAddress@@YGJKPAPAXPAK@Z
444 IsoLockSharedMemory ; ?IsoLockSharedMemory@@YGJKPAPAXPAK@Z
445 IsoFreeSharedMemory ; ?IsoFreeSharedMemory@@YGJK@Z
450 IsoGetWindowsMessageNumber ; ?IsoGetWindowsMessageNumber@@YGIW4_IsoMsgWmNumbers@@@Z
451 IsoDispatchMessageToArtifacts ; ?IsoDispatchMessageToArtifacts@@YGJPAUtagMSG@@@Z
452 IsoRetrieveAvailableMessages ; ?IsoRetrieveAvailableMessages@@YGJPAUtagMSG@@W4_IsoMsgDispatchCallbackType@@PAX@Z
453 IsoAllocMessageBuffer ; ?IsoAllocMessageBuffer@@YGJKPAKKPAPAU_IsoMessage@@@Z
454 IsoAllocMessageBufferPerFlags ; ?IsoAllocMessageBufferPerFlags@@YGJKPAKKPAPAU_IsoMessage@@@Z
455 IsoGetMessageBufferAddress ; ?IsoGetMessageBufferAddress@@YGJKHPAKPAPAU_IsoMessage@@0@Z
456 IsoArtifactDefinitionIntegrityLevel ; ?IsoArtifactDefinitionIntegrityLevel@@YG?AW4_IsoIntegrity@@K@Z
457 IsoFreeMessageBuffer ; ?IsoFreeMessageBuffer@@YGJK@Z
458 IsoPostMessage ; ?IsoPostMessage@@YGJKKKKK@Z
459 IsoPostMessageUsingDataInBuffer ; ?IsoPostMessageUsingDataInBuffer@@YGJK_N@Z
460 IsoPostMessageWithoutBuffer ; ?IsoPostMessageWithoutBuffer@@YGJKKKK@Z
461 IsoGetVariableArtifactSize ; ?IsoGetVariableArtifactSize@@YG_NKPAK@Z
462 IsoPostMessageUsingVirtualAddress ; ?IsoPostMessageUsingVirtualAddress@@YGJKKKKPAEK@Z
463 IsoGetIntegrity ; ?IsoGetIntegrity@@YG?AW4_IsoIntegrity@@K@Z
464 CIsoScope::ArtifactDefinitionIntegrityLevel ; ?ArtifactDefinitionIntegrityLevel@CIsoScope@@UAE?AW4_IsoIntegrity@@K@Z
465 CIsoScope::ArtifactInstanceIntegrityLevel ; ?ArtifactInstanceIntegrityLevel@CIsoScope@@UAE?AW4_IsoIntegrity@@K@Z
466 IsoPrefixUserQualifierToName ; ?IsoPrefixUserQualifierToName@@YGPBGPAGKPBG@Z
467 IsoInProcessData ; ?IsoInProcessData@@YGPAXPAU_IsoArtifact@@KPAX@Z
470 IsoAddCreationDefinition ; ?IsoAddCreationDefinition@@YGJPAU_IsoCreationDefinition@@@Z
471 IsoGetCreationDefinition ; ?IsoGetCreationDefinition@@YGJKEPAPAU_IsoCreationDefinition@@@Z
472 IsoDuplicateHandle ; ?IsoDuplicateHandle@@YGJKKPAXPAPAX@Z
473 IsoSaveProcessHandle ; ?IsoSaveProcessHandle@@YGJKPAX@Z
474 IsoFreeProcessHandle ; ?IsoFreeProcessHandle@@YGJK@Z
475 IsoGetProcessHandle ; ?IsoGetProcessHandle@@YGJKPAPAX@Z
476 IsoSaveThreadHandle ; ?IsoSaveThreadHandle@@YGJKPAX@Z
477 IsoFreeThreadHandle ; ?IsoFreeThreadHandle@@YGJK@Z
478 IsoGetThreadHandle ; ?IsoGetThreadHandle@@YGJKPAPAX@Z
480 IsoParseProcessCommandLine ; ?IsoParseProcessCommandLine@@YGJPAGPAK1@Z
481 IsoThreadWindowsPumpInit ; ?IsoThreadWindowsPumpInit@@YGJPAU_IsoCreationThreadData@@@Z
482 IsoThreadWindowsPump ; ?IsoThreadWindowsPump@@YGKPAX@Z
500 IsoCreateComponentByCreDat ; ?IsoCreateComponentByCreDat@@YGJKPAU_IsoCreationComponentData@@PBGPAK22PAU_IsoWindowsContainer@@PA_K@Z
501 IsoCreateComponent ; ?IsoCreateComponent@@YGJKKKKKKKPAK00PAU_IsoWindowsContainer@@PA_K@Z
502 IsoRegisterActivityComponent ; ?IsoRegisterActivityComponent@@YGJPAKPAPAU_IsoComponent@@@Z
503 IsoRegisterWinProcComponent ; ?IsoRegisterWinProcComponent@@YGJPAKP6GJPAUHWND__@@IIJ@ZPAPAU_IsoComponent@@@Z
504 IsoRegisterWindowComponent ; ?IsoRegisterWindowComponent@@YGJPAKPAUHWND__@@PAPAU_IsoComponent@@@Z
505 IsoRegisterThreadComponent ; ?IsoRegisterThreadComponent@@YGJPAKPAPAU_IsoComponent@@@Z
506 IsoRegisterManagerComponent ; ?IsoRegisterManagerComponent@@YGJKPAKPAPAU_IsoComponent@@@Z
507 IsoMarkComponentCreationFinished ; ?IsoMarkComponentCreationFinished@@YGJKKPAPAU_IsoComponent@@@Z
508 IsoGetComponentData ; ?IsoGetComponentData@@YGJKPAU_IsoComponent@@@Z
509 IsoGetWindowComponentData ; ?IsoGetWindowComponentData@@YGJPAUHWND__@@PAKPAU_IsoComponent@@@Z
510 IsoGetThreadComponentData ; ?IsoGetThreadComponentData@@YGJKPAKPAU_IsoComponent@@@Z
511 IsoGetTrustSplitComponent ; ?IsoGetTrustSplitComponent@@YGJKKPAPAU_IsoComponent@@PAK0@Z
512 IsoMakeComponentTrustSplit ; ?IsoMakeComponentTrustSplit@@YGJKK@Z
514 IsoCreateScopeArtifactEvent ; ?IsoCreateScopeArtifactEvent@@YGPAXKK@Z
515 IsoSetManagerExitBehavior ; ?IsoSetManagerExitBehavior@@YGJK@Z
516 IsoGetAuthority ; ?IsoGetAuthority@@YGKPAK00@Z
517 IsoGetCurrentProcess ; ?IsoGetCurrentProcess@@YGKPAK00@Z
518 IsoGetAuthorityManager ; ?IsoGetAuthorityManager@@YGKXZ
519 IsoGetCurrentProcessManager ; ?IsoGetCurrentProcessManager@@YGKXZ
520 IsoGetProcessManager ; ?IsoGetProcessManager@@YGJKPAK@Z
521 IsoGetManagerExitBehavior ; ?IsoGetManagerExitBehavior@@YGJPAK@Z
525 IsoSetDefaultScope ; ?IsoSetDefaultScope@@YGJPAUIsoScope@@@Z
526 IsoGetDefaultScope ; ?IsoGetDefaultScope@@YGPAUIsoScope@@XZ
527 IsoReferenceDefaultScope ; ?IsoReferenceDefaultScope@@YGJKPAPAUIsoScope@@@Z
528 IsoReleaseDefaultScope ; ?IsoReleaseDefaultScope@@YGKK@Z
529 IsoGetSetDefaultScopeRefCount ; ?IsoGetSetDefaultScopeRefCount@@YGXKKPAUIsoScope@@PAKPAPAU1@@Z
530 IsoInitDefaultScope ; ?IsoInitDefaultScope@@YGJKPAKK@Z
531 CIESubscriptionManager_CreateInstance ; ?CIESubscriptionManager_CreateInstance@@YGJPAKPAU_CIESubscriptionManager_Event@@KPAU_RTL_CRITICAL_SECTION@@KPAPAUIESubscriptionManager@@@Z
533 IsoGetNewCorrelationNumber ; ?IsoGetNewCorrelationNumber@@YGKXZ
534 IsoCreateThreadAndComponentFromProcessCreationData ; ?IsoCreateThreadAndComponentFromProcessCreationData@@YGJKPAK@Z
535 IsoIsSharedScopeActive ; ?IsoIsSharedScopeActive@@YGJPAK@Z
536 IsoManagerThreadNonzero_WindowsPump ; ?IsoManagerThreadNonzero_WindowsPump@@YGKPAX@Z
537 IsoManagerThreadZero_WindowsPump ; ?IsoManagerThreadZero_WindowsPump@@YGK_N@Z
538 IsoProcessManagerMessages ; ?IsoProcessManagerMessages@@YGJHKPAU_IsoMessage@@@Z
539 IsoSubscriptionManager ; ?IsoSubscriptionManager@@YGPAUIESubscriptionManager@@XZ
540 IsoMakeIsoSpaceObject ; ?IsoMakeIsoSpaceObject@@YGJKPAPAUIsoSpaceObject@@@Z
541 IsoCreateHashTable ; ?IsoCreateHashTable@@YGJPAPAUIsoHashTableObject@@KKKKPAUIsoSpace@@PAXKKW4_IsoSpaceFlags@@PBG@Z
550 MFPlatformBigEndian ; ?MFPlatformBigEndian@@YGHXZ
551 MapSpnServiceClass ; ?MapSpnServiceClass@@YGPBGPAG@Z
552 IECompatLogNavigationRestricted ; ?IECompatLogNavigationRestricted@@YGXPBG00@Z
553 HBITMAP_UserFree64 ; _HBITMAP_UserFree64@8
554 HBITMAP_UserFree64 ; _HBITMAP_UserFree64@8
555 LCIESetCurrentProcessIMPinnedSite ; ?LCIESetCurrentProcessIMPinnedSite@@YGXXZ
556 LCIEIsCurrentProcessIMPinnedSite ; ?LCIEIsCurrentProcessIMPinnedSite@@YG_NXZ
557 IsoGetAppContainer ; ?IsoGetAppContainer@@YGJK_NPAPBGPAGIPAPAPBGPAK@Z
558 IsoCreateAppContainer ; ?IsoCreateAppContainer@@YGJKPAPBGK0@Z
559 IsoGetNextAppContainer ; ?IsoGetNextAppContainer@@YGJW4_IsoEnumeration@@PAXPAK@Z
560 IsoDeleteAppContainer ; ?IsoDeleteAppContainer@@YGJK@Z
561 IsoCreateWindowsProcessInPIC ; ?IsoCreateWindowsProcessInPIC@@YGJPAGKKPAU_IsoWindowsContainer@@@Z
562 IsoGetTokenIsoIntegrity ; ?IsoGetTokenIsoIntegrity@@YGJPAXPAW4_IsoIntegrity@@@Z
563 GetCOMCallerIEIntegrity ; ?GetCOMCallerIEIntegrity@@YGJPAW4_IEIntegrity@@@Z
564 GetCurrentProcessIEIntegrity ; ?GetCurrentProcessIEIntegrity@@YGJPAW4_IEIntegrity@@@Z
565 IEGetCOMCallerIntegrity ; ?IEGetCOMCallerIntegrity@@YGJPAW4_IsoIntegrity@@@Z
566 IsoAddIdleTask ; ?IsoAddIdleTask@@YGJKW4IDLEMANAGER_TASKTYPE@@KKW4IDLETASK_PRIORITY@@PAXPAK@Z
567 IsoAddRunningTask ; ?IsoAddRunningTask@@YGJKW4IDLEMANAGER_TASKTYPE@@KPAK@Z
568 IsoRemoveTask ; ?IsoRemoveTask@@YGJKK@Z
569 IsoStartRunningTask ; ?IsoStartRunningTask@@YGJKW4IDLEMANAGER_TASKTYPE@@KPAX@Z
570 IsoProcessActivityMessage ; ?IsoProcessActivityMessage@@YGJKPAUHWND__@@IIJ@Z
574 IsoSetCreateProcessCallback ; ?IsoSetCreateProcessCallback@@YGJP6GJ_NJPAU_IsoCreationProcessData@@@Z@Z
575 IsoAddDependency ; ?IsoAddDependency@@YGJKKW4_IsoComponentDependencyFlags@@PA_K@Z
576 IsoRemoveDependency ; ?IsoRemoveDependency@@YGJ_K@Z
577 IsoAddEntanglementLock ; ?IsoAddEntanglementLock@@YGJXZ
578 IsoReleaseEntanglementLock ; ?IsoReleaseEntanglementLock@@YGJXZ
579 IsoTryObtainSuspendLock ; ?IsoTryObtainSuspendLock@@YGJKPAW4_IsoEntanglementLockState@@@Z
580 IsoReleaseSuspendLock ; ?IsoReleaseSuspendLock@@YGJK@Z
581 IsoSetBreakawayProcessJobCallback ; ?IsoSetBreakawayProcessJobCallback@@YGJP6GJK@Z@Z
582 IsoSetThreadShutdownCookie ; ?IsoSetThreadShutdownCookie@@YGJ_K@Z
583 IsoRemoveComponentDependenciesWithFlag ; ?IsoRemoveComponentDependenciesWithFlag@@YGJKW4_IsoComponentDependencyFlags@@@Z
584 IsoGetProcessIdIsoIntegrity ; ?IsoGetProcessIdIsoIntegrity@@YGJKPAW4_IsoIntegrity@@@Z
590 LCIE2ChangeComponentSharedFlagBit ; ?LCIE2ChangeComponentSharedFlagBit@@YGJK_NK@Z
591 LCIE2IsComponentSharedFlagValueSet ; ?LCIE2IsComponentSharedFlagValueSet@@YGJKK@Z
592 LCIE2ChangeComponentSharedFlagBit_FromComponentThread ; ?LCIE2ChangeComponentSharedFlagBit_FromComponentThread@@YGJ_NK@Z
593 LCIE2IsComponentSharedFlagValueSet_FromComponentThread ; ?LCIE2IsComponentSharedFlagValueSet_FromComponentThread@@YGJK@Z
594 IsoGetNextVirtualTabID ; ?IsoGetNextVirtualTabID@@YGKXZ
600 IECompatLogXSSFilterPageSanitation ; ?IECompatLogXSSFilterPageSanitation@@YGXPBG0@Z
601 IECompatLogEventMessage ; ?IECompatLogEventMessage@@YGXKPBG0@Z
602 IECompatLogStandardsMode ; ?IECompatLogStandardsMode@@YGXPBG@Z
603 IECompatLogFileUploadNoPath ; ?IECompatLogFileUploadNoPath@@YGXPBG@Z
604 IECompatLogDirectXFilterPrefix ; ?IECompatLogDirectXFilterPrefix@@YGXPBG@Z
605 IECompatLogCodepageDisabled ; ?IECompatLogCodepageDisabled@@YGXPBG@Z
606 IECompatLogAjaxNavigation ; ?IECompatLogAjaxNavigation@@YGXPBG@Z
607 IECompatLogImageDecodeFailure ; ?IECompatLogImageDecodeFailure@@YGXPBGJ@Z
608 IEGetSignatureInfoEx ; _IEGetSignatureInfoEx@24
609 FreeWVTStateData ; ?FreeWVTStateData@@YGXPAX@Z
650 GetValue ; _GetValue@28
651 _GetExtValue
652 GetInHiveValue ; _GetInHiveValue@32
653 _GetInHiveExtValue
654 SetValue ; _SetValue@20
655 _SetExtValue
656 DeleteValue ; _DeleteValue@8
657 _DeleteExtValue
658 IsPolicyEnabledValue ; _IsPolicyEnabledValue@4
659 _IsPolicyEnabledExtValue
660 ExistsInHiveValue ; _ExistsInHiveValue@8
661 _ExistsInHiveExtValue
662 _DeleteExtKey
663 _EnumExtKey
664 _ExistsExtKey
665 _ExistsInHiveExtKey
666 _IsPolicyEnabledExtKey
667 _EnumExtValue
668 _EnumInHiveExtValue
669 _EnumInHiveExtKey
670 GetTimestampValue ; _GetTimestampValue@12
671 _GetTimestampExtValue
672 NeedsUpgradeValue ; _NeedsUpgradeValue@4
673 _NeedsUpgradeExtValue
674 GetIEInstalledTime ; _GetIEInstalledTime@4
675 MarkUpgradedValue ; _MarkUpgradedValue@4
676 _MarkUpgradedExtValue
677 MultiSzToByte ; _MultiSzToByte@16
678 MultiSzFromByte ; _MultiSzFromByte@16
679 EnumKey ; _EnumKey@8
680 ExistsKey ; _ExistsKey@4
681 EnumValue ; _EnumValue@8
682 EnumInHiveKey ; _EnumInHiveKey@12
683 EnumInHiveValue ; _EnumInHiveValue@12
684 ExistsInHiveKey ; _ExistsInHiveKey@8
685 DeleteKey ; _DeleteKey@8
686 IsPolicyEnabledKey ; _IsPolicyEnabledKey@4
687 SettingStore::ClearNegativeKeyCache ; ?ClearNegativeKeyCache@SettingStore@@YGXXZ
688 SuggestHintKey ; _SuggestHintKey@4
689 iertutil_689
700 CoInternetFeatureValueInternal ; _CoInternetFeatureValueInternal@8
701 CoInternetIsFeatureEnabledInternal ; _CoInternetIsFeatureEnabledInternal@4
702 CoInternetIsFeatureEnabledInternalEx ; _CoInternetIsFeatureEnabledInternalEx@8
703 CoInternetQueryFeatureDWORDDeprecated ; _CoInternetQueryFeatureDWORDDeprecated@12
705 FindDomainOrHostFromUri ; _FindDomainOrHostFromUri@24
706 InternetIsSuffixTld ; _InternetIsSuffixTld@8
707 InternetIsSuffixDomain ; _InternetIsSuffixDomain@8

Комментариев нет:

Отправить комментарий