요약
이 Microsoft .NET Framework용 보안 업데이트는 .NET Framework(및 .NET Core) 구성 요소가 인증서의 유효성을 완전하게 검사하지 못하는 경우 존재하는 보안 기능 우회 취약성을 해결합니다. 이 취약성에 대해 자세히 알아보려면 Microsoft의 일반적인 취약성 및 노출 CVE-2017-0248을 참조하십시오.
또한 이 업데이트에는 Windows Presentation Framework PackageDigitalSignatureManager 구성 요소의 SHA256 해시 알고리즘 패키지 서명 기능에 대한 보안 강화 픽스도 포함되어 있습니다.
중요
-
Windows RT 8.1, Windows 8.1 및 Windows Server 2012 R2의 모든 이후 보안 및 비보안 업데이트를 사용하려면 업데이트 2919355를 설치해야 합니다. 이후 업데이트를 받을 수 있도록 Windows RT 8.1 기반, Windows 8.1 기반 또는 Windows Server 2012 R2 기반 컴퓨터에 업데이트 2919355를 설치하는 것이 좋습니다.
-
이 업데이트를 설치한 후에 언어 팩을 설치하는 경우 이 업데이트를 다시 설치해야 합니다. 따라서 이 업데이트를 설치하기 전에 언어 팩을 설치하는 것이 좋습니다. 자세한 내용은 Windows에 언어 팩 추가를 참조하십시오.
이 보안 업데이트에 대한 추가 정보
경고
레지스트리 편집기나 다른 방법을 사용하여 레지스트리를 잘못 수정하면 심각한 문제가 발생할 수 있습니다. 이러한 문제를 해결하기 위해 운영 체제를 다시 설치해야 할 수도 있습니다. Microsoft는 레지스트리 편집기를 잘못 사용하여 발생한 문제에 대해 해결을 보증하지 않습니다. 레지스트리 수정에 따른 모든 책임은 사용자에게 있습니다.
-
EKU(확장된 키 사용)는 4.2.1.12 절의 RFC 5280에 설명되어 있습니다. 이 확장은 키 사용 확장에 나와 있는 기본 용도 외에 또는 이를 대신하여 인증된 공개 키를 사용할 수 있는 하나 이상의 용도를 나타냅니다. 예를 들어 서버에 대해 클라이언트를 인증하는 데 사용되는 ’인증서는 클라이언트 인증용으로 구성해야 합니다. 마찬가지로 서버를 인증하는 데 사용되는 ’인증서는 서버 인증용으로 구성해야 합니다. 인증서를 인증에 사용하는 경우 인증자는 클라이언트 인증서를 검사하고 응용 프로그램 정책 확장에서 올바른 용도 개체 식별자를 찾습니다. 예를 들어 클라이언트 인증용 개체 식별자는 1.3.6.1.5.5.7.3.2입니다. 인증서를 클라이언트 인증용으로 사용하는 경우 이 개체 식별자는 인증서의 EKU 확장에 있어야 하며 그렇지 않으면 인증이 실패하게 됩니다. EKU 확장이 없는 인증서는 계속 인증을 올바르게 수행합니다. 올바르게 다시 발급된 인증서에 일시적으로 액세스할 수 없는 경우 연결 기능에 영향이 발생하지 않도록 컴퓨터 작업 전반에 걸쳐 보안 변경 사항을옵트인하거나 옵트아웃하도록 선택할 수 있습니다. 이렇게 하려면 응용 프로그램에서 대상으로 지정하는 .NET Framework 버전에 따라 다음 레지스트리 키 설정을 지정합니다. 방법 1: 레지스트리 키 업데이트(모든 버전에 사용 가능) 참고 이 레지스트리 항목은 DWORD 항목이어야 합니다.
-
32비트 시스템의 32비트 프로세스 및 64비트 시스템의 64비트 프로세스:
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v4.0.30319@RequireCertificateEKUs=0
-
64비트 시스템의 32비트 프로세스:
HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v4.0.30319@RequireCertificateEKUs=0
응용 프로그램별로 옵트아웃할 수도 있습니다. 다음 옵션을 통해 이 변경 내용을 사용하지 않도록 설정하여 응용 프로그램 호환성이 유지되도록 할 수 있습니다.
방법 2: 개별 응용 프로그램에 대해 정책 사용 안 함 참고 이 레지스트리 항목은 DWORD 항목이어야 합니다. 유일하게 유효한 값은 0입니다. 다른 값은 무시됩니다.-
32비트 시스템의 32비트 프로세스 및 64비트 시스템의 64비트 프로세스:
HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework\v4.0.30319@System.Net.ServicePointManager.RequireCertificateEKUs
S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0 C:\MyApp\MyApp.exe=0 -
64비트 시스템의 32비트 프로세스:
HKEY_LOCAL_MACHINE \Software\Wow6432Node\Microsoft\.NETFramework\v4.0.30319@System.Net.ServicePointManager.RequireCertificateEKUs
S:\Prj\console_pg\console_pg45\bin\Release\console_pg45.exe=0 C:\MyApp\MyApp.exe=0
방법 3: 구성 API 사용(.NET Framework 4.6 이상 버전에 사용 가능)
.NET Framework 4.6부터는 코드, 응용 프로그램 구성 또는 레지스트리 변경을 통해 구성을 응용 프로그램 수준에서 변경할 수 있습니다. .NET Framework 4.6에서 스위치 구성 참고 다음 예제에서는 보안 기능을 사용하지 않도록 설정합니다.-
프로그래밍 방법
응용 프로그램이 수행해야 하는 첫 작업은다음 코드 실행입니다. Service Point Manager는 한 번만초기화하기 때문입니다. private const string DisableCachingName = @"TestSwitch.LocalAppContext.DisableCaching"; private const string DontCheckCertificateEKUsName= @"Switch.System.Net.DontCheckCertificateEKUs"; AppContext.SetSwitch(DisableCachingName, true); AppContext.SetSwitch(DontCheckCertificateEKUsName, true); -
응용 프로그램 구성
응용 프로그램 구성을 변경하려면 다음 항목을 추가합니다. <runtime> <AppContextSwitchOverrides value="Switch.System.Net.DontCheckCertificateEKUsName=true"/> </runtime> -
레지스트리 키(컴퓨터 전체):
레지스트리 위치: HKEY_LOCAL_MACHINE\Software\[Wow6432Node\]Microsoft\.NETFramework\AppContext\Switch.System.Net.DontCheckCertificateEKUsName
유형: 문자열
값: "true"
참고 기본적으로 .NET Framework 4.6 이상 버전에서 실행되는 모든 .NET Framework 4.x 응용 프로그램의 경우 Switch.System.Net.DontCheckCertificateEKUsName = True입니다.
-
-
Windows 8.1 및 Windows Server 2012 R2와 관련한 이 보안 업데이트에 대한 자세한 내용은 Microsoft 기술 자료 문서에서 다음 문서를 참조하십시오.
4019114 Windows 8.1 및 Windows Server 2012 R2의 .NET Framework 3.5 서비스 팩 1, 4.5.2, 4.6, 4.6.1 및 4.6.2 업데이트용 보안 및 품질 롤업: 2017년 5월 9일 화요일
업데이트를 구하고 설치하는 방법
방법 1: Windows Update
이 업데이트는 Windows 업데이트를 통해 제공됩니다. 자동 업데이트를 켜면 이 업데이트가 자동으로 다운로드되고 설치됩니다. 자동으로 보안 업데이트를 받는 방법에 대한 자세한 내용은 Windows 업데이트: FAQ를 참조하십시오.
방법 2: WSUS(Windows Software Update Services)
WSUS 서버에서 다음 단계를 수행합니다.
-
시작, 관리 도구, Microsoft Windows Server Update Services 3.0을 차례로 클릭합니다.
-
ComputerName 을 확장한 다음 작업을 클릭합니다.
-
업데이트 가져오기를 클릭합니다.
-
브라우저 창이 열립니다. ActiveX 컨트롤을 설치하라는 메시지가 표시되는 경우 계속하려면 ActiveX 컨트롤을 설치해야 합니다.
-
컨트롤이 설치되면 Microsoft 업데이트 카탈로그 화면이 표시됩니다. 검색 상자에 4019114를 입력하고 검색을 클릭합니다.
-
사용자 환경의 운영 체제, 언어 및 프로세서와 일치하는 .NET Framework 패키지를 찾습니다. 추가를 클릭하여 해당 패키지를 바구니에 추가합니다.
-
필요한 패키지를 모두 선택했으면 바구니 보기를 클릭합니다.
-
가져오기를 클릭하여 패키지를 WSUS 서버로 가져옵니다.
-
패키지를 가져왔으면 닫기를 클릭하여 WSUS로 돌아옵니다.
이제 WSUS를 통해 업데이트를 설치할 수 있습니다.
배포 정보 업데이트
이 보안 업데이트에 대한 배포 정보는 Microsoft 기술 자료의 다음 문서를 참조하십시오.
20170509 보안 업데이트 배포 정보: 2017년 5월 9일 화요일
업데이트 제거 정보
참고 보안 업데이트는 제거하지 않는 것이 좋습니다. 이 업데이트를 제거하려면 제어판의 프로그램 및 기능 항목을 사용하십시오.
업데이트 다시 시작 정보
업데이트 중인 파일이 잠겨 있거나 사용 중인 경우가 아니면 이 업데이트를 적용한 후에 시스템을 다시 시작할 필요가 없습니다.
업데이트 대체 정보
이 업데이트는 이전에 릴리스된 업데이트를 대체하지 않습니다.
파일 정보
패키지 이름 |
패키지 해시 SHA 1 |
패키지 해시 SHA 2 |
---|---|---|
Windows8.1-KB4014512-arm.msu |
88D5A69D8A5457730E76FBEFEBC0CC8EBF6C89D2 |
D9E1AFF8E0CE4364EB7A50A5450DDDF846566076D168FAC94DFEB18B543B71EC |
Windows8.1-KB4014512-x64.msu |
6E89FD5979A5D163774AFADDCFA34FBD89A4B5E1 |
A959F07DF56957E13C4823BDEED126B5DA390BF812025819CABFEDEE84216167 |
Windows8.1-KB4014512-x86.msu |
E0901A067139C1F12C5F45B3BEEDE43C8B6F8255 |
4B48754873B30BD6F7E02E0C3B9491D5219FD0D5D0D2F8600F10195C02BE4714 |
이 핫픽스의 영어(미국) 버전은 다음 표에 나열된 특성을 갖는 파일을 설치합니다. 이 파일의 날짜와 시간은 UTC(협정 세계시)로 나열되며 이러한 파일의 날짜와 시간은 로컬 컴퓨터에서 현재의 DST(일광 절약 시간) 설정이 적용된 상태로 현지 시간으로 표시됩니다. 또한 이러한 날짜와 시간은 파일에 대해 특정 작업을 수행할 경우 변경될 수 있습니다.
모든 x86 기반 시스템
파일 이름 |
파일 버전 |
파일 크기 |
날짜 |
시간 |
---|---|---|---|---|
microsoft.build.tasks.v4.0.dll |
4.0.30319.36366 |
1,191,144 |
20-Oct-2016 |
13:10 |
microsoft.build.dll |
4.0.30319.36366 |
1,448,128 |
20-Oct-2016 |
13:10 |
presentationframework.aero2.dll |
4.0.30319.36366 |
256,912 |
20-Oct-2016 |
13:10 |
presentationframework.aerolite.dll |
4.0.30319.36366 |
177,560 |
20-Oct-2016 |
13:10 |
presentationframework.dll |
4.0.30319.36389 |
6,221,680 |
30-Mar-2017 |
13:15 |
reachframework.dll |
4.0.30319.36366 |
595,280 |
20-Oct-2016 |
13:10 |
smdiagnostics.dll |
4.0.30319.36366 |
73,384 |
20-Oct-2016 |
13:10 |
system.activities.core.presentation.dll |
4.0.30319.36366 |
718,256 |
20-Oct-2016 |
13:10 |
system.activities.presentation.dll |
4.0.30319.36366 |
2,140,576 |
20-Oct-2016 |
13:10 |
system.activities.dll |
4.0.30319.36366 |
1,582,792 |
20-Oct-2016 |
13:10 |
system.addin.dll |
4.0.30319.36366 |
163,504 |
20-Oct-2016 |
13:10 |
system.componentmodel.composition.dll |
4.0.30319.36366 |
312,096 |
20-Oct-2016 |
13:10 |
system.configuration.dll |
4.0.30319.36366 |
402,640 |
20-Oct-2016 |
13:10 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:15 |
system.data.entity.dll |
4.0.30319.36366 |
4,099,272 |
20-Oct-2016 |
13:10 |
system.data.linq.dll |
4.0.30319.36366 |
698,568 |
20-Oct-2016 |
13:10 |
system.data.sqlxml.dll |
4.0.30319.36366 |
752,336 |
20-Oct-2016 |
13:10 |
system.deployment.dll |
4.0.30319.36366 |
853,696 |
20-Oct-2016 |
13:10 |
system.design.dll |
4.0.30319.36366 |
5,056,176 |
20-Oct-2016 |
13:10 |
system.directoryservices.accountmanagement.dll |
4.0.30319.36366 |
297,776 |
06-Apr-2017 |
01:36 |
system.directoryservices.protocols.dll |
4.0.30319.36366 |
203,048 |
20-Oct-2016 |
13:10 |
system.directoryservices.dll |
4.0.30319.36366 |
425,704 |
20-Oct-2016 |
13:10 |
system.drawing.design.dll |
4.0.30319.36366 |
113,880 |
20-Oct-2016 |
13:10 |
system.drawing.dll |
4.0.30319.36366 |
598,704 |
20-Oct-2016 |
13:10 |
system.identitymodel.services.dll |
4.0.30319.36366 |
199,928 |
20-Oct-2016 |
13:10 |
system.identitymodel.dll |
4.0.30319.36366 |
1,093,848 |
20-Oct-2016 |
13:10 |
system.io.compression.dll |
4.0.30319.36366 |
71,904 |
20-Oct-2016 |
13:10 |
system.management.dll |
4.0.30319.36386 |
416,960 |
21-Mar-2017 |
13:11 |
system.messaging.dll |
4.0.30319.36366 |
275,640 |
20-Oct-2016 |
13:10 |
system.net.dll |
4.0.30319.36366 |
259,736 |
20-Oct-2016 |
13:10 |
system.numerics.dll |
4.0.30319.36366 |
86,192 |
20-Oct-2016 |
13:10 |
system.runtime.remoting.dll |
4.0.30319.36366 |
347,880 |
20-Oct-2016 |
13:10 |
system.runtime.serialization.dll |
4.0.30319.36366 |
1,060,096 |
20-Oct-2016 |
13:10 |
system.runtime.windowsruntime.dll |
4.0.30319.36366 |
152,328 |
20-Oct-2016 |
13:10 |
system.runtime.dll |
4.0.30319.36366 |
36,536 |
20-Oct-2016 |
13:10 |
system.security.dll |
4.0.30319.36389 |
296,632 |
30-Mar-2017 |
13:15 |
system.servicemodel.activation.dll |
4.0.30319.36366 |
204,184 |
20-Oct-2016 |
13:10 |
system.servicemodel.channels.dll |
4.0.30319.36366 |
159,632 |
20-Oct-2016 |
13:10 |
system.servicemodel.discovery.dll |
4.0.30319.36366 |
312,728 |
20-Oct-2016 |
13:10 |
system.servicemodel.internals.dll |
4.0.30319.36366 |
254,728 |
20-Oct-2016 |
13:10 |
system.servicemodel.routing.dll |
4.0.30319.36366 |
132,496 |
20-Oct-2016 |
13:10 |
system.servicemodel.washosting.dll |
4.0.30319.36366 |
39,680 |
20-Oct-2016 |
13:10 |
system.servicemodel.web.dll |
4.0.30319.36366 |
332,520 |
20-Oct-2016 |
13:10 |
system.servicemodel.dll |
4.0.30319.36366 |
6,384,336 |
20-Oct-2016 |
13:10 |
system.serviceprocess.dll |
4.0.30319.36366 |
134,872 |
20-Oct-2016 |
13:10 |
system.threading.timer.dll |
4.0.30319.36366 |
29,400 |
20-Oct-2016 |
13:10 |
system.web.applicationservices.dll |
4.0.30319.36366 |
71,440 |
20-Oct-2016 |
13:10 |
system.web.extensions.dll |
4.0.30319.36366 |
1,859,288 |
20-Oct-2016 |
13:10 |
system.web.mobile.dll |
4.0.30319.36366 |
839,880 |
20-Oct-2016 |
13:10 |
system.web.services.dll |
4.0.30319.36366 |
858,312 |
20-Oct-2016 |
13:10 |
system.windows.controls.ribbon.dll |
4.0.30319.36389 |
751,512 |
30-Mar-2017 |
13:15 |
system.windows.forms.dll |
4.0.30319.36366 |
4,859,608 |
20-Oct-2016 |
13:10 |
system.workflow.activities.dll |
4.0.30319.36366 |
1,068,432 |
20-Oct-2016 |
13:10 |
system.workflow.componentmodel.dll |
4.0.30319.36366 |
1,559,968 |
20-Oct-2016 |
13:10 |
system.workflow.runtime.dll |
4.0.30319.36366 |
503,680 |
20-Oct-2016 |
13:10 |
system.xaml.dll |
4.0.30319.36389 |
640,672 |
30-Mar-2017 |
13:15 |
system.xml.dll |
4.0.30319.36366 |
2,703,000 |
20-Oct-2016 |
13:10 |
system.dll |
4.0.30319.36389 |
3,487,872 |
30-Mar-2017 |
13:15 |
windowsbase.dll |
4.0.30319.36389 |
1,241,928 |
30-Mar-2017 |
13:15 |
windowsformsintegration.dll |
4.0.30319.36366 |
102,784 |
20-Oct-2016 |
13:10 |
xamlbuildtask.dll |
4.0.30319.36366 |
133,968 |
20-Oct-2016 |
13:10 |
mscorlib.dll |
4.0.30319.36366 |
5,266,080 |
20-Oct-2016 |
13:10 |
normidna.nlp |
59,342 |
03-Oct-2015 |
06:10 |
|
normnfc.nlp |
47,076 |
03-Oct-2015 |
06:10 |
|
normnfd.nlp |
40,566 |
03-Oct-2015 |
06:10 |
|
normnfkc.nlp |
67,808 |
03-Oct-2015 |
06:10 |
|
normnfkd.nlp |
61,718 |
03-Oct-2015 |
06:10 |
|
aspnet_perf.h |
7,177 |
18-Jun-2013 |
12:28 |
|
aspnet_perf2.ini |
995,542 |
08-Jul-2013 |
18:39 |
|
aspnet_perf2_d.ini |
31 |
18-Jun-2013 |
12:28 |
|
aspnet_state_perf.h |
318 |
18-Jun-2013 |
12:28 |
|
aspnet_state_perf.ini |
42,996 |
18-Jun-2013 |
12:28 |
|
aspnet_state_perf_d.ini |
36 |
18-Jun-2013 |
12:28 |
|
aspnet_counters.dll |
4.0.30319.36366 |
28,352 |
20-Oct-2016 |
13:10 |
aspnet_filter.dll |
4.0.30319.36366 |
34,488 |
20-Oct-2016 |
13:10 |
aspnet_isapi.dll |
4.0.30319.36366 |
24,752 |
20-Oct-2016 |
13:10 |
aspnet_perf.dll |
4.0.30319.36366 |
41,648 |
20-Oct-2016 |
13:10 |
aspnet_rc.dll |
4.0.30319.36366 |
90,280 |
20-Oct-2016 |
13:10 |
aspnet_regiis.exe |
4.0.30319.36366 |
41,136 |
20-Oct-2016 |
13:10 |
aspnet_state.exe |
4.0.30319.36366 |
45,744 |
20-Oct-2016 |
13:10 |
aspnet_state_perf.h |
318 |
03-Oct-2015 |
06:10 |
|
aspnet_state_perf.ini |
42,996 |
03-Oct-2015 |
06:10 |
|
aspnet_wp.exe |
4.0.30319.36366 |
43,176 |
20-Oct-2016 |
13:10 |
blackberry.browser |
2,389 |
03-Oct-2015 |
06:10 |
|
chrome.browser |
2,107 |
03-Oct-2015 |
06:10 |
|
default.browser |
11,568 |
03-Oct-2015 |
06:10 |
|
firefox.browser |
2,336 |
03-Oct-2015 |
06:10 |
|
gateway.browser |
5,630 |
03-Oct-2015 |
06:10 |
|
generic.browser |
5,569 |
03-Oct-2015 |
06:10 |
|
ie.browser |
5,166 |
03-Oct-2015 |
06:10 |
|
iemobile.browser |
4,045 |
03-Oct-2015 |
06:10 |
|
iphone.browser |
1,759 |
03-Oct-2015 |
06:10 |
|
opera.browser |
5,248 |
03-Oct-2015 |
06:10 |
|
safari.browser |
3,560 |
03-Oct-2015 |
06:10 |
|
ucbrowser.browser |
1,725 |
03-Oct-2015 |
06:10 |
|
clr-etw.man |
303,549 |
30-Mar-2017 |
13:15 |
|
clretwrc.dll |
4.0.30319.36366 |
228,008 |
30-Mar-2017 |
13:15 |
clrjit.dll |
4.0.30319.36366 |
509,088 |
20-Oct-2016 |
13:10 |
clr.dll |
4.0.30319.36366 |
6,937,744 |
20-Oct-2016 |
13:10 |
corperfmonext.dll |
4.0.30319.36366 |
127,672 |
20-Oct-2016 |
13:10 |
csc.rsp |
1,329 |
03-Oct-2015 |
06:10 |
|
csc.exe |
4.0.30319.36366 |
1,853,072 |
20-Oct-2016 |
13:10 |
csc.exe.config |
182 |
03-Oct-2015 |
06:10 |
|
culture.dll |
4.0.30319.36366 |
54,432 |
20-Oct-2016 |
13:10 |
locale.nlp |
419,632 |
20-Oct-2016 |
13:10 |
|
dfdll.dll |
4.0.30319.36366 |
141,976 |
20-Oct-2016 |
13:10 |
installpersistsqlstate.sql |
54,647 |
30-Mar-2017 |
13:15 |
|
installsqlstatetemplate.sql |
56,233 |
30-Mar-2017 |
13:15 |
|
installsqlstate.sql |
54,427 |
30-Mar-2017 |
13:15 |
|
microsoft.common.overridetasks |
6,297 |
03-Oct-2015 |
06:10 |
|
microsoft.data.entity.targets |
6,501 |
03-Oct-2015 |
06:10 |
|
microsoft.workflowbuildextensions.targets |
7,537 |
06-Apr-2017 |
01:36 |
|
microsoft.xaml.targets |
19,848 |
03-Oct-2015 |
06:10 |
|
mmcaspext.dll |
4.0.30319.36366 |
107,176 |
20-Oct-2016 |
13:10 |
microsoft.common.targets |
262,547 |
03-Oct-2015 |
06:10 |
|
microsoft.csharp.targets |
23,618 |
03-Oct-2015 |
06:10 |
|
microsoft.netframework.props |
11,957 |
03-Oct-2015 |
06:10 |
|
microsoft.netframework.targets |
8,183 |
03-Oct-2015 |
06:10 |
|
microsoft.visualbasic.targets |
23,329 |
03-Oct-2015 |
06:10 |
|
mscordacwks.dll |
4.0.30319.36366 |
1,284,272 |
20-Oct-2016 |
13:10 |
mscordbi.dll |
4.0.30319.36366 |
1,107,616 |
20-Oct-2016 |
13:10 |
mscoreei.dll |
4.0.30319.36366 |
516,256 |
20-Oct-2016 |
13:10 |
mscorlib.ni.dll |
4.0.30319.36366 |
17,232,048 |
20-Oct-2016 |
13:10 |
mscorrc.dll |
4.0.30319.36366 |
395,936 |
20-Oct-2016 |
13:10 |
mscorsvc.dll |
4.0.30319.36366 |
414,880 |
20-Oct-2016 |
13:10 |
mscorsvw.exe |
4.0.30319.36366 |
103,600 |
20-Oct-2016 |
13:10 |
msvcp120_clr0400.dll |
12.0.52389.36389 |
536,768 |
30-Mar-2017 |
13:15 |
msvcr120_clr0400.dll |
12.0.52389.36389 |
875,712 |
30-Mar-2017 |
13:15 |
ngen.exe |
4.0.30319.36366 |
140,944 |
20-Oct-2016 |
13:10 |
penimc.dll |
4.0.30319.36389 |
81,048 |
30-Mar-2017 |
13:15 |
peverify.dll |
4.0.30319.36366 |
164,008 |
20-Oct-2016 |
13:10 |
presentationhost_v0400.dll |
4.0.30319.36389 |
186,080 |
30-Mar-2017 |
13:15 |
presentationnative_v0400.dll |
4.0.30319.36389 |
790,248 |
30-Mar-2017 |
13:15 |
servicemonikersupport.dll |
4.0.30319.36366 |
28,376 |
20-Oct-2016 |
13:10 |
sos.dll |
4.0.30319.36366 |
762,512 |
20-Oct-2016 |
13:10 |
system.addin.dll |
4.0.30319.36366 |
163,504 |
20-Oct-2016 |
13:10 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:15 |
system.data.entity.dll |
4.0.30319.36366 |
4,099,272 |
20-Oct-2016 |
13:10 |
system.data.linq.dll |
4.0.30319.36366 |
698,568 |
20-Oct-2016 |
13:10 |
system.net.dll |
4.0.30319.36366 |
259,736 |
20-Oct-2016 |
13:10 |
system.web.extensions.dll |
4.0.30319.36366 |
1,859,288 |
20-Oct-2016 |
13:10 |
system.core.ni.dll |
4.0.30319.36366 |
6,998,712 |
20-Oct-2016 |
13:10 |
system.ni.dll |
4.0.30319.36366 |
10,110,632 |
20-Oct-2016 |
13:10 |
vbc.rsp |
1,467 |
03-Oct-2015 |
06:10 |
|
vbc.exe |
12.0.52366.36366 |
2,459,280 |
20-Oct-2016 |
13:10 |
vbc.exe.config |
182 |
03-Oct-2015 |
06:10 |
|
webengine4.dll |
4.0.30319.36366 |
509,608 |
20-Oct-2016 |
13:10 |
webengine.dll |
4.0.30319.36366 |
24,744 |
20-Oct-2016 |
13:10 |
wminet_utils.dll |
4.0.30319.36386 |
126,136 |
21-Mar-2017 |
13:11 |
workflowservicehostperformancecounters.dll |
4.0.30319.36366 |
75,544 |
06-Apr-2017 |
01:36 |
wpfgfx_v0400.dll |
4.0.30319.36389 |
1,648,312 |
30-Mar-2017 |
13:15 |
presentationcore.dll |
4.0.30319.36389 |
3,226,464 |
30-Mar-2017 |
13:15 |
system.data.dll |
4.0.30319.36372 |
3,209,904 |
01-Dec-2016 |
14:11 |
system.printing.dll |
4.0.30319.36366 |
343,384 |
20-Oct-2016 |
13:10 |
system.transactions.dll |
4.0.30319.36366 |
289,488 |
20-Oct-2016 |
13:10 |
system.web.dll |
4.0.30319.36366 |
5,462,696 |
20-Oct-2016 |
13:10 |
모든 x64 기반 시스템
파일 이름 |
파일 버전 |
파일 크기 |
날짜 |
시간 |
---|---|---|---|---|
mscorlib.dll |
4.0.30319.36366 |
5,220,008 |
20-Oct-2016 |
13:13 |
normidna.nlp |
59,342 |
22-Sep-2015 |
13:52 |
|
normnfc.nlp |
47,076 |
22-Sep-2015 |
13:52 |
|
normnfd.nlp |
40,566 |
22-Sep-2015 |
13:52 |
|
normnfkc.nlp |
67,808 |
22-Sep-2015 |
13:52 |
|
normnfkd.nlp |
61,718 |
22-Sep-2015 |
13:52 |
|
aspnet_perf.h |
7,177 |
18-Jun-2013 |
14:46 |
|
aspnet_perf2.ini |
995,542 |
08-Jul-2013 |
18:39 |
|
aspnet_perf2_d.ini |
31 |
18-Jun-2013 |
14:46 |
|
aspnet_state_perf.h |
318 |
18-Jun-2013 |
14:46 |
|
aspnet_state_perf.ini |
42,996 |
18-Jun-2013 |
14:46 |
|
aspnet_state_perf_d.ini |
36 |
18-Jun-2013 |
14:46 |
|
aspnet_counters.dll |
4.0.30319.36366 |
29,888 |
20-Oct-2016 |
13:14 |
aspnet_filter.dll |
4.0.30319.36366 |
37,560 |
20-Oct-2016 |
13:13 |
aspnet_isapi.dll |
4.0.30319.36366 |
25,776 |
20-Oct-2016 |
13:13 |
aspnet_perf.dll |
4.0.30319.36366 |
45,232 |
20-Oct-2016 |
13:13 |
aspnet_rc.dll |
4.0.30319.36366 |
90,280 |
20-Oct-2016 |
13:13 |
aspnet_regiis.exe |
4.0.30319.36366 |
43,704 |
20-Oct-2016 |
13:13 |
aspnet_state.exe |
4.0.30319.36366 |
50,864 |
20-Oct-2016 |
13:13 |
aspnet_state_perf.h |
318 |
22-Sep-2015 |
13:52 |
|
aspnet_state_perf.ini |
42,996 |
22-Sep-2015 |
13:52 |
|
aspnet_wp.exe |
4.0.30319.36366 |
47,784 |
20-Oct-2016 |
13:13 |
blackberry.browser |
2,389 |
22-Sep-2015 |
13:52 |
|
chrome.browser |
2,107 |
22-Sep-2015 |
13:52 |
|
default.browser |
11,568 |
22-Sep-2015 |
13:52 |
|
firefox.browser |
2,336 |
22-Sep-2015 |
13:52 |
|
gateway.browser |
5,630 |
22-Sep-2015 |
13:52 |
|
generic.browser |
5,569 |
22-Sep-2015 |
13:52 |
|
ie.browser |
5,166 |
22-Sep-2015 |
13:52 |
|
iemobile.browser |
4,045 |
22-Sep-2015 |
13:52 |
|
iphone.browser |
1,759 |
22-Sep-2015 |
13:52 |
|
opera.browser |
5,248 |
22-Sep-2015 |
13:52 |
|
safari.browser |
3,560 |
22-Sep-2015 |
13:52 |
|
ucbrowser.browser |
1,725 |
22-Sep-2015 |
13:52 |
|
clr-etw.man |
303,557 |
30-Mar-2017 |
13:15 |
|
clretwrc.dll |
4.0.30319.36366 |
228,008 |
30-Mar-2017 |
13:15 |
clrjit.dll |
4.0.30319.36366 |
1,234,584 |
20-Oct-2016 |
13:13 |
clr.dll |
4.0.30319.36366 |
10,070,160 |
20-Oct-2016 |
13:13 |
corperfmonext.dll |
4.0.30319.36366 |
153,784 |
20-Oct-2016 |
13:13 |
csc.rsp |
1,329 |
22-Sep-2015 |
13:52 |
|
csc.exe |
4.0.30319.36366 |
2,637,456 |
20-Oct-2016 |
13:13 |
csc.exe.config |
182 |
22-Sep-2015 |
13:52 |
|
culture.dll |
4.0.30319.36366 |
63,648 |
20-Oct-2016 |
13:13 |
locale.nlp |
419,632 |
14-Jul-2016 |
13:12 |
|
dfdll.dll |
4.0.30319.36366 |
165,528 |
20-Oct-2016 |
13:13 |
installpersistsqlstate.sql |
54,647 |
30-Mar-2017 |
13:15 |
|
installsqlstatetemplate.sql |
56,233 |
30-Mar-2017 |
13:15 |
|
installsqlstate.sql |
54,427 |
30-Mar-2017 |
13:15 |
|
microsoft.build.tasks.v4.0.dll |
4.0.30319.36366 |
1,191,144 |
20-Oct-2016 |
13:13 |
microsoft.build.dll |
4.0.30319.36366 |
1,448,128 |
20-Oct-2016 |
13:13 |
microsoft.common.overridetasks |
6,297 |
22-Sep-2015 |
13:52 |
|
microsoft.data.entity.targets |
6,501 |
22-Sep-2015 |
13:52 |
|
microsoft.workflowbuildextensions.targets |
7,537 |
06-Apr-2017 |
01:37 |
|
microsoft.xaml.targets |
19,848 |
22-Sep-2015 |
13:52 |
|
mmcaspext.dll |
4.0.30319.36366 |
113,320 |
20-Oct-2016 |
13:13 |
microsoft.common.targets |
262,547 |
22-Sep-2015 |
13:52 |
|
microsoft.csharp.targets |
23,618 |
22-Sep-2015 |
13:52 |
|
microsoft.netframework.props |
11,957 |
22-Sep-2015 |
13:52 |
|
microsoft.netframework.targets |
8,183 |
22-Sep-2015 |
13:52 |
|
microsoft.visualbasic.targets |
23,329 |
22-Sep-2015 |
13:52 |
|
mscordacwks.dll |
4.0.30319.36366 |
1,731,248 |
20-Oct-2016 |
13:13 |
mscordbi.dll |
4.0.30319.36366 |
1,533,600 |
20-Oct-2016 |
13:13 |
mscoreei.dll |
4.0.30319.36366 |
636,064 |
20-Oct-2016 |
13:13 |
mscorlib.ni.dll |
4.0.30319.36366 |
22,685,872 |
20-Oct-2016 |
13:13 |
mscorrc.dll |
4.0.30319.36366 |
395,936 |
20-Oct-2016 |
13:13 |
mscorsvc.dll |
4.0.30319.36366 |
523,424 |
20-Oct-2016 |
13:13 |
mscorsvw.exe |
4.0.30319.36366 |
124,088 |
20-Oct-2016 |
13:13 |
msvcp120_clr0400.dll |
12.0.52389.36389 |
678,592 |
30-Mar-2017 |
13:15 |
msvcr120_clr0400.dll |
12.0.52389.36389 |
869,568 |
30-Mar-2017 |
13:15 |
ngen.exe |
4.0.30319.36366 |
171,152 |
20-Oct-2016 |
13:13 |
penimc.dll |
4.0.30319.36389 |
94,360 |
30-Mar-2017 |
13:15 |
peverify.dll |
4.0.30319.36366 |
225,952 |
20-Oct-2016 |
13:13 |
presentationframework.aero2.dll |
4.0.30319.36366 |
256,912 |
20-Oct-2016 |
13:14 |
presentationframework.aerolite.dll |
4.0.30319.36366 |
177,560 |
20-Oct-2016 |
13:14 |
presentationframework.dll |
4.0.30319.36389 |
6,221,680 |
30-Mar-2017 |
13:15 |
presentationhost_v0400.dll |
4.0.30319.36389 |
232,152 |
30-Mar-2017 |
13:15 |
presentationnative_v0400.dll |
4.0.30319.36389 |
1,077,984 |
30-Mar-2017 |
13:15 |
reachframework.dll |
4.0.30319.36366 |
595,280 |
20-Oct-2016 |
13:14 |
servicemodel.mof |
88,383 |
22-Sep-2015 |
13:52 |
|
servicemodel.mof.uninstall |
896 |
22-Sep-2015 |
13:52 |
|
servicemonikersupport.dll |
4.0.30319.36366 |
28,888 |
20-Oct-2016 |
13:13 |
smdiagnostics.dll |
4.0.30319.36366 |
73,384 |
20-Oct-2016 |
13:13 |
sos.dll |
4.0.30319.36366 |
822,928 |
20-Oct-2016 |
13:13 |
system.activities.core.presentation.dll |
4.0.30319.36366 |
718,256 |
06-Apr-2017 |
01:37 |
system.activities.presentation.dll |
4.0.30319.36366 |
2,140,576 |
20-Oct-2016 |
13:13 |
system.activities.dll |
4.0.30319.36366 |
1,582,792 |
20-Oct-2016 |
13:13 |
system.addin.dll |
4.0.30319.36366 |
163,504 |
20-Oct-2016 |
13:13 |
system.componentmodel.composition.dll |
4.0.30319.36366 |
312,096 |
06-Apr-2017 |
01:37 |
system.configuration.dll |
4.0.30319.36366 |
402,640 |
20-Oct-2016 |
13:13 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:15 |
system.data.entity.dll |
4.0.30319.36366 |
4,099,272 |
20-Oct-2016 |
13:13 |
system.data.linq.dll |
4.0.30319.36366 |
698,568 |
20-Oct-2016 |
13:13 |
system.data.sqlxml.dll |
4.0.30319.36366 |
752,336 |
20-Oct-2016 |
13:13 |
system.deployment.dll |
4.0.30319.36366 |
853,696 |
20-Oct-2016 |
13:13 |
system.design.dll |
4.0.30319.36366 |
5,056,176 |
20-Oct-2016 |
13:13 |
system.directoryservices.accountmanagement.dll |
4.0.30319.36366 |
297,776 |
06-Apr-2017 |
01:37 |
system.directoryservices.protocols.dll |
4.0.30319.36366 |
203,048 |
06-Apr-2017 |
01:37 |
system.directoryservices.dll |
4.0.30319.36366 |
425,704 |
20-Oct-2016 |
13:13 |
system.drawing.design.dll |
4.0.30319.36366 |
113,880 |
20-Oct-2016 |
13:13 |
system.drawing.dll |
4.0.30319.36366 |
598,704 |
20-Oct-2016 |
13:13 |
system.identitymodel.services.dll |
4.0.30319.36366 |
199,928 |
20-Oct-2016 |
13:13 |
system.identitymodel.dll |
4.0.30319.36366 |
1,093,848 |
20-Oct-2016 |
13:13 |
system.io.compression.dll |
4.0.30319.36366 |
71,904 |
20-Oct-2016 |
13:13 |
system.management.dll |
4.0.30319.36386 |
416,960 |
21-Mar-2017 |
13:11 |
system.messaging.dll |
4.0.30319.36366 |
275,640 |
20-Oct-2016 |
13:13 |
system.net.dll |
4.0.30319.36366 |
259,736 |
20-Oct-2016 |
13:13 |
system.numerics.dll |
4.0.30319.36366 |
86,192 |
20-Oct-2016 |
13:13 |
system.runtime.remoting.dll |
4.0.30319.36366 |
347,880 |
20-Oct-2016 |
13:13 |
system.runtime.serialization.dll |
4.0.30319.36366 |
1,060,096 |
20-Oct-2016 |
13:13 |
system.runtime.windowsruntime.dll |
4.0.30319.36366 |
152,328 |
20-Oct-2016 |
13:13 |
system.runtime.dll |
4.0.30319.36366 |
36,536 |
20-Oct-2016 |
13:13 |
system.security.dll |
4.0.30319.36389 |
296,632 |
30-Mar-2017 |
13:15 |
system.servicemodel.activation.dll |
4.0.30319.36366 |
204,184 |
20-Oct-2016 |
13:13 |
system.servicemodel.channels.dll |
4.0.30319.36366 |
159,632 |
20-Oct-2016 |
13:13 |
system.servicemodel.discovery.dll |
4.0.30319.36366 |
312,728 |
20-Oct-2016 |
13:13 |
system.servicemodel.internals.dll |
4.0.30319.36366 |
254,728 |
20-Oct-2016 |
13:13 |
system.servicemodel.routing.dll |
4.0.30319.36366 |
132,496 |
20-Oct-2016 |
13:13 |
system.servicemodel.washosting.dll |
4.0.30319.36366 |
39,680 |
20-Oct-2016 |
13:13 |
system.servicemodel.web.dll |
4.0.30319.36366 |
332,520 |
20-Oct-2016 |
13:13 |
system.servicemodel.dll |
4.0.30319.36366 |
6,384,336 |
20-Oct-2016 |
13:13 |
system.serviceprocess.dll |
4.0.30319.36366 |
134,872 |
20-Oct-2016 |
13:13 |
system.threading.timer.dll |
4.0.30319.36366 |
29,400 |
20-Oct-2016 |
13:13 |
system.web.applicationservices.dll |
4.0.30319.36366 |
71,440 |
20-Oct-2016 |
13:13 |
system.web.extensions.dll |
4.0.30319.36366 |
1,859,288 |
20-Oct-2016 |
13:13 |
system.web.mobile.dll |
4.0.30319.36366 |
839,880 |
20-Oct-2016 |
13:14 |
system.web.services.dll |
4.0.30319.36366 |
858,312 |
20-Oct-2016 |
13:14 |
system.windows.controls.ribbon.dll |
4.0.30319.36389 |
751,512 |
30-Mar-2017 |
13:15 |
system.windows.forms.dll |
4.0.30319.36366 |
4,859,608 |
20-Oct-2016 |
13:14 |
system.workflow.activities.dll |
4.0.30319.36366 |
1,068,432 |
20-Oct-2016 |
13:14 |
system.workflow.componentmodel.dll |
4.0.30319.36366 |
1,559,968 |
20-Oct-2016 |
13:14 |
system.workflow.runtime.dll |
4.0.30319.36366 |
503,680 |
20-Oct-2016 |
13:14 |
system.xaml.dll |
4.0.30319.36389 |
640,672 |
30-Mar-2017 |
13:15 |
system.xml.dll |
4.0.30319.36366 |
2,703,000 |
20-Oct-2016 |
13:14 |
system.dll |
4.0.30319.36389 |
3,487,872 |
30-Mar-2017 |
13:15 |
system.core.ni.dll |
4.0.30319.36366 |
9,866,936 |
20-Oct-2016 |
13:13 |
system.ni.dll |
4.0.30319.36366 |
13,107,368 |
20-Oct-2016 |
13:13 |
vbc.rsp |
1,467 |
22-Sep-2015 |
13:52 |
|
vbc.exe |
12.0.52366.36366 |
3,546,256 |
20-Oct-2016 |
13:14 |
vbc.exe.config |
182 |
22-Sep-2015 |
13:52 |
|
webengine4.dll |
4.0.30319.36366 |
621,224 |
20-Oct-2016 |
13:14 |
webengine.dll |
4.0.30319.36366 |
26,792 |
20-Oct-2016 |
13:14 |
windowsbase.dll |
4.0.30319.36389 |
1,241,928 |
30-Mar-2017 |
13:15 |
windowsformsintegration.dll |
4.0.30319.36366 |
102,784 |
20-Oct-2016 |
13:14 |
wminet_utils.dll |
4.0.30319.36386 |
174,256 |
21-Mar-2017 |
13:11 |
workflowservicehostperformancecounters.dll |
4.0.30319.36366 |
84,768 |
06-Apr-2017 |
01:37 |
wpfgfx_v0400.dll |
4.0.30319.36389 |
2,108,592 |
30-Mar-2017 |
13:15 |
xamlbuildtask.dll |
4.0.30319.36366 |
133,968 |
20-Oct-2016 |
13:14 |
presentationcore.dll |
4.0.30319.36389 |
3,210,944 |
30-Mar-2017 |
13:15 |
system.data.dll |
4.0.30319.36372 |
3,239,088 |
01-Dec-2016 |
14:13 |
system.printing.dll |
4.0.30319.36366 |
342,720 |
20-Oct-2016 |
13:14 |
system.transactions.dll |
4.0.30319.36366 |
292,560 |
20-Oct-2016 |
13:13 |
system.web.dll |
4.0.30319.36366 |
5,456,552 |
20-Oct-2016 |
13:13 |
microsoft.build.tasks.v4.0.dll |
4.0.30319.36366 |
1,191,144 |
20-Oct-2016 |
13:10 |
microsoft.build.dll |
4.0.30319.36366 |
1,448,128 |
20-Oct-2016 |
13:10 |
presentationframework.aero2.dll |
4.0.30319.36366 |
256,912 |
20-Oct-2016 |
13:10 |
presentationframework.aerolite.dll |
4.0.30319.36366 |
177,560 |
20-Oct-2016 |
13:10 |
presentationframework.dll |
4.0.30319.36389 |
6,221,680 |
30-Mar-2017 |
13:15 |
reachframework.dll |
4.0.30319.36366 |
595,280 |
20-Oct-2016 |
13:10 |
smdiagnostics.dll |
4.0.30319.36366 |
73,384 |
20-Oct-2016 |
13:10 |
system.activities.core.presentation.dll |
4.0.30319.36366 |
718,256 |
20-Oct-2016 |
13:10 |
system.activities.presentation.dll |
4.0.30319.36366 |
2,140,576 |
20-Oct-2016 |
13:10 |
system.activities.dll |
4.0.30319.36366 |
1,582,792 |
20-Oct-2016 |
13:10 |
system.addin.dll |
4.0.30319.36366 |
163,504 |
20-Oct-2016 |
13:10 |
system.componentmodel.composition.dll |
4.0.30319.36366 |
312,096 |
20-Oct-2016 |
13:10 |
system.configuration.dll |
4.0.30319.36366 |
402,640 |
20-Oct-2016 |
13:10 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:15 |
system.data.entity.dll |
4.0.30319.36366 |
4,099,272 |
20-Oct-2016 |
13:10 |
system.data.linq.dll |
4.0.30319.36366 |
698,568 |
20-Oct-2016 |
13:10 |
system.data.sqlxml.dll |
4.0.30319.36366 |
752,336 |
20-Oct-2016 |
13:10 |
system.deployment.dll |
4.0.30319.36366 |
853,696 |
20-Oct-2016 |
13:10 |
system.design.dll |
4.0.30319.36366 |
5,056,176 |
20-Oct-2016 |
13:10 |
system.directoryservices.accountmanagement.dll |
4.0.30319.36366 |
297,776 |
06-Apr-2017 |
01:37 |
system.directoryservices.protocols.dll |
4.0.30319.36366 |
203,048 |
20-Oct-2016 |
13:10 |
system.directoryservices.dll |
4.0.30319.36366 |
425,704 |
20-Oct-2016 |
13:10 |
system.drawing.design.dll |
4.0.30319.36366 |
113,880 |
20-Oct-2016 |
13:10 |
system.drawing.dll |
4.0.30319.36366 |
598,704 |
20-Oct-2016 |
13:10 |
system.identitymodel.services.dll |
4.0.30319.36366 |
199,928 |
20-Oct-2016 |
13:10 |
system.identitymodel.dll |
4.0.30319.36366 |
1,093,848 |
20-Oct-2016 |
13:10 |
system.io.compression.dll |
4.0.30319.36366 |
71,904 |
20-Oct-2016 |
13:10 |
system.management.dll |
4.0.30319.36386 |
416,960 |
21-Mar-2017 |
13:11 |
system.messaging.dll |
4.0.30319.36366 |
275,640 |
20-Oct-2016 |
13:10 |
system.net.dll |
4.0.30319.36366 |
259,736 |
20-Oct-2016 |
13:10 |
system.numerics.dll |
4.0.30319.36366 |
86,192 |
20-Oct-2016 |
13:10 |
system.runtime.remoting.dll |
4.0.30319.36366 |
347,880 |
20-Oct-2016 |
13:10 |
system.runtime.serialization.dll |
4.0.30319.36366 |
1,060,096 |
20-Oct-2016 |
13:10 |
system.runtime.windowsruntime.dll |
4.0.30319.36366 |
152,328 |
20-Oct-2016 |
13:10 |
system.runtime.dll |
4.0.30319.36366 |
36,536 |
20-Oct-2016 |
13:10 |
system.security.dll |
4.0.30319.36389 |
296,632 |
30-Mar-2017 |
13:15 |
system.servicemodel.activation.dll |
4.0.30319.36366 |
204,184 |
20-Oct-2016 |
13:10 |
system.servicemodel.channels.dll |
4.0.30319.36366 |
159,632 |
20-Oct-2016 |
13:10 |
system.servicemodel.discovery.dll |
4.0.30319.36366 |
312,728 |
20-Oct-2016 |
13:10 |
system.servicemodel.internals.dll |
4.0.30319.36366 |
254,728 |
20-Oct-2016 |
13:10 |
system.servicemodel.routing.dll |
4.0.30319.36366 |
132,496 |
20-Oct-2016 |
13:10 |
system.servicemodel.washosting.dll |
4.0.30319.36366 |
39,680 |
20-Oct-2016 |
13:10 |
system.servicemodel.web.dll |
4.0.30319.36366 |
332,520 |
20-Oct-2016 |
13:10 |
system.servicemodel.dll |
4.0.30319.36366 |
6,384,336 |
20-Oct-2016 |
13:10 |
system.serviceprocess.dll |
4.0.30319.36366 |
134,872 |
20-Oct-2016 |
13:10 |
system.threading.timer.dll |
4.0.30319.36366 |
29,400 |
20-Oct-2016 |
13:10 |
system.web.applicationservices.dll |
4.0.30319.36366 |
71,440 |
20-Oct-2016 |
13:10 |
system.web.extensions.dll |
4.0.30319.36366 |
1,859,288 |
20-Oct-2016 |
13:10 |
system.web.mobile.dll |
4.0.30319.36366 |
839,880 |
20-Oct-2016 |
13:10 |
system.web.services.dll |
4.0.30319.36366 |
858,312 |
20-Oct-2016 |
13:10 |
system.windows.controls.ribbon.dll |
4.0.30319.36389 |
751,512 |
30-Mar-2017 |
13:15 |
system.windows.forms.dll |
4.0.30319.36366 |
4,859,608 |
20-Oct-2016 |
13:10 |
system.workflow.activities.dll |
4.0.30319.36366 |
1,068,432 |
20-Oct-2016 |
13:10 |
system.workflow.componentmodel.dll |
4.0.30319.36366 |
1,559,968 |
20-Oct-2016 |
13:10 |
system.workflow.runtime.dll |
4.0.30319.36366 |
503,680 |
20-Oct-2016 |
13:10 |
system.xaml.dll |
4.0.30319.36389 |
640,672 |
30-Mar-2017 |
13:15 |
system.xml.dll |
4.0.30319.36366 |
2,703,000 |
20-Oct-2016 |
13:10 |
system.dll |
4.0.30319.36389 |
3,487,872 |
30-Mar-2017 |
13:15 |
windowsbase.dll |
4.0.30319.36389 |
1,241,928 |
30-Mar-2017 |
13:15 |
windowsformsintegration.dll |
4.0.30319.36366 |
102,784 |
20-Oct-2016 |
13:10 |
xamlbuildtask.dll |
4.0.30319.36366 |
133,968 |
20-Oct-2016 |
13:10 |
mscorlib.dll |
4.0.30319.36366 |
5,266,080 |
20-Oct-2016 |
13:10 |
normidna.nlp |
59,342 |
03-Oct-2015 |
06:10 |
|
normnfc.nlp |
47,076 |
03-Oct-2015 |
06:10 |
|
normnfd.nlp |
40,566 |
03-Oct-2015 |
06:10 |
|
normnfkc.nlp |
67,808 |
03-Oct-2015 |
06:10 |
|
normnfkd.nlp |
61,718 |
03-Oct-2015 |
06:10 |
|
aspnet_counters.dll |
4.0.30319.36366 |
28,352 |
20-Oct-2016 |
13:10 |
aspnet_filter.dll |
4.0.30319.36366 |
34,488 |
20-Oct-2016 |
13:10 |
aspnet_isapi.dll |
4.0.30319.36366 |
24,752 |
20-Oct-2016 |
13:10 |
aspnet_perf.dll |
4.0.30319.36366 |
41,648 |
20-Oct-2016 |
13:10 |
aspnet_rc.dll |
4.0.30319.36366 |
90,280 |
20-Oct-2016 |
13:10 |
aspnet_regiis.exe |
4.0.30319.36366 |
41,136 |
20-Oct-2016 |
13:10 |
aspnet_state.exe |
4.0.30319.36366 |
45,744 |
20-Oct-2016 |
13:10 |
aspnet_state_perf.h |
318 |
03-Oct-2015 |
06:10 |
|
aspnet_state_perf.ini |
42,996 |
03-Oct-2015 |
06:10 |
|
aspnet_wp.exe |
4.0.30319.36366 |
43,176 |
20-Oct-2016 |
13:10 |
blackberry.browser |
2,389 |
03-Oct-2015 |
06:10 |
|
chrome.browser |
2,107 |
03-Oct-2015 |
06:10 |
|
default.browser |
11,568 |
03-Oct-2015 |
06:10 |
|
firefox.browser |
2,336 |
03-Oct-2015 |
06:10 |
|
gateway.browser |
5,630 |
03-Oct-2015 |
06:10 |
|
generic.browser |
5,569 |
03-Oct-2015 |
06:10 |
|
ie.browser |
5,166 |
03-Oct-2015 |
06:10 |
|
iemobile.browser |
4,045 |
03-Oct-2015 |
06:10 |
|
iphone.browser |
1,759 |
03-Oct-2015 |
06:10 |
|
opera.browser |
5,248 |
03-Oct-2015 |
06:10 |
|
safari.browser |
3,560 |
03-Oct-2015 |
06:10 |
|
ucbrowser.browser |
1,725 |
03-Oct-2015 |
06:10 |
|
clr-etw.man |
303,549 |
30-Mar-2017 |
13:15 |
|
clretwrc.dll |
4.0.30319.36366 |
228,008 |
30-Mar-2017 |
13:15 |
clrjit.dll |
4.0.30319.36366 |
509,088 |
20-Oct-2016 |
13:10 |
clr.dll |
4.0.30319.36366 |
6,937,744 |
20-Oct-2016 |
13:10 |
corperfmonext.dll |
4.0.30319.36366 |
127,672 |
20-Oct-2016 |
13:10 |
csc.rsp |
1,329 |
03-Oct-2015 |
06:10 |
|
csc.exe |
4.0.30319.36366 |
1,853,072 |
20-Oct-2016 |
13:10 |
csc.exe.config |
182 |
03-Oct-2015 |
06:10 |
|
culture.dll |
4.0.30319.36366 |
54,432 |
20-Oct-2016 |
13:10 |
locale.nlp |
419,632 |
20-Oct-2016 |
13:10 |
|
dfdll.dll |
4.0.30319.36366 |
141,976 |
20-Oct-2016 |
13:10 |
installpersistsqlstate.sql |
54,647 |
30-Mar-2017 |
13:15 |
|
installsqlstatetemplate.sql |
56,233 |
30-Mar-2017 |
13:15 |
|
installsqlstate.sql |
54,427 |
30-Mar-2017 |
13:15 |
|
microsoft.common.overridetasks |
6,297 |
03-Oct-2015 |
06:10 |
|
microsoft.data.entity.targets |
6,501 |
03-Oct-2015 |
06:10 |
|
microsoft.workflowbuildextensions.targets |
7,537 |
06-Apr-2017 |
01:37 |
|
microsoft.xaml.targets |
19,848 |
03-Oct-2015 |
06:10 |
|
mmcaspext.dll |
4.0.30319.36366 |
107,176 |
20-Oct-2016 |
13:10 |
microsoft.common.targets |
262,547 |
03-Oct-2015 |
06:10 |
|
microsoft.csharp.targets |
23,618 |
03-Oct-2015 |
06:10 |
|
microsoft.netframework.props |
11,957 |
03-Oct-2015 |
06:10 |
|
microsoft.netframework.targets |
8,183 |
03-Oct-2015 |
06:10 |
|
microsoft.visualbasic.targets |
23,329 |
03-Oct-2015 |
06:10 |
|
mscordacwks.dll |
4.0.30319.36366 |
1,284,272 |
20-Oct-2016 |
13:10 |
mscordbi.dll |
4.0.30319.36366 |
1,107,616 |
20-Oct-2016 |
13:10 |
mscoreei.dll |
4.0.30319.36366 |
516,256 |
20-Oct-2016 |
13:10 |
mscorlib.ni.dll |
4.0.30319.36366 |
17,232,048 |
20-Oct-2016 |
13:10 |
mscorrc.dll |
4.0.30319.36366 |
395,936 |
20-Oct-2016 |
13:10 |
mscorsvc.dll |
4.0.30319.36366 |
414,880 |
20-Oct-2016 |
13:10 |
mscorsvw.exe |
4.0.30319.36366 |
103,600 |
20-Oct-2016 |
13:10 |
msvcp120_clr0400.dll |
12.0.52389.36389 |
536,768 |
30-Mar-2017 |
13:15 |
msvcr120_clr0400.dll |
12.0.52389.36389 |
875,712 |
30-Mar-2017 |
13:15 |
ngen.exe |
4.0.30319.36366 |
140,944 |
20-Oct-2016 |
13:10 |
penimc.dll |
4.0.30319.36389 |
81,048 |
30-Mar-2017 |
13:15 |
peverify.dll |
4.0.30319.36366 |
164,008 |
20-Oct-2016 |
13:10 |
presentationhost_v0400.dll |
4.0.30319.36389 |
186,080 |
30-Mar-2017 |
13:15 |
presentationnative_v0400.dll |
4.0.30319.36389 |
790,248 |
30-Mar-2017 |
13:15 |
servicemonikersupport.dll |
4.0.30319.36366 |
28,376 |
20-Oct-2016 |
13:10 |
sos.dll |
4.0.30319.36366 |
762,512 |
20-Oct-2016 |
13:10 |
system.addin.dll |
4.0.30319.36366 |
163,504 |
20-Oct-2016 |
13:10 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:15 |
system.data.entity.dll |
4.0.30319.36366 |
4,099,272 |
20-Oct-2016 |
13:10 |
system.data.linq.dll |
4.0.30319.36366 |
698,568 |
20-Oct-2016 |
13:10 |
system.net.dll |
4.0.30319.36366 |
259,736 |
20-Oct-2016 |
13:10 |
system.web.extensions.dll |
4.0.30319.36366 |
1,859,288 |
20-Oct-2016 |
13:10 |
system.core.ni.dll |
4.0.30319.36366 |
6,998,712 |
20-Oct-2016 |
13:10 |
system.ni.dll |
4.0.30319.36366 |
10,110,632 |
20-Oct-2016 |
13:10 |
vbc.rsp |
1,467 |
03-Oct-2015 |
06:10 |
|
vbc.exe |
12.0.52366.36366 |
2,459,280 |
20-Oct-2016 |
13:10 |
vbc.exe.config |
182 |
03-Oct-2015 |
06:10 |
|
webengine4.dll |
4.0.30319.36366 |
509,608 |
20-Oct-2016 |
13:10 |
webengine.dll |
4.0.30319.36366 |
24,744 |
20-Oct-2016 |
13:10 |
wminet_utils.dll |
4.0.30319.36386 |
126,136 |
21-Mar-2017 |
13:11 |
workflowservicehostperformancecounters.dll |
4.0.30319.36366 |
75,544 |
06-Apr-2017 |
01:37 |
wpfgfx_v0400.dll |
4.0.30319.36389 |
1,648,312 |
30-Mar-2017 |
13:15 |
presentationcore.dll |
4.0.30319.36389 |
3,226,464 |
30-Mar-2017 |
13:15 |
system.data.dll |
4.0.30319.36372 |
3,209,904 |
01-Dec-2016 |
14:11 |
system.printing.dll |
4.0.30319.36366 |
343,384 |
20-Oct-2016 |
13:10 |
system.transactions.dll |
4.0.30319.36366 |
289,488 |
20-Oct-2016 |
13:10 |
system.web.dll |
4.0.30319.36366 |
5,462,696 |
20-Oct-2016 |
13:10 |
모든 ARM 기반 시스템
파일 이름 |
파일 버전 |
파일 크기 |
날짜 |
시간 |
---|---|---|---|---|
mscorlib.dll |
4.0.30319.36364 |
5,267,440 |
01-Dec-2016 |
14:13 |
normidna.nlp |
59,342 |
03-Oct-2015 |
18:17 |
|
normnfc.nlp |
47,076 |
03-Oct-2015 |
18:17 |
|
normnfd.nlp |
40,566 |
03-Oct-2015 |
18:17 |
|
normnfkc.nlp |
67,808 |
03-Oct-2015 |
18:17 |
|
normnfkd.nlp |
61,718 |
03-Oct-2015 |
18:17 |
|
clr-etw.man |
303,549 |
30-Mar-2017 |
13:17 |
|
clretwrc.dll |
4.0.30319.36362 |
229,872 |
30-Mar-2017 |
13:17 |
clrjit.dll |
4.0.30319.36364 |
625,640 |
01-Dec-2016 |
14:13 |
clr.dll |
4.0.30319.36364 |
7,098,848 |
01-Dec-2016 |
14:13 |
corperfmonext.dll |
4.0.30319.36362 |
129,536 |
01-Dec-2016 |
14:13 |
csc.rsp |
1,329 |
03-Oct-2015 |
18:17 |
|
csc.exe |
4.0.30319.36362 |
1,828,832 |
01-Dec-2016 |
14:13 |
csc.exe.config |
182 |
03-Oct-2015 |
18:17 |
|
culture.dll |
4.0.30319.36362 |
49,136 |
01-Dec-2016 |
14:13 |
locale.nlp |
419,632 |
01-Dec-2016 |
14:13 |
|
mscordacwks.dll |
4.0.30319.36364 |
1,305,592 |
01-Dec-2016 |
14:13 |
mscordbi.dll |
4.0.30319.36364 |
1,120,240 |
01-Dec-2016 |
14:13 |
mscoreei.dll |
4.0.30319.36362 |
525,808 |
01-Dec-2016 |
14:13 |
mscorlib.ni.dll |
4.0.30319.36364 |
17,564,664 |
01-Dec-2016 |
14:13 |
mscorrc.dll |
4.0.30319.36362 |
397,800 |
01-Dec-2016 |
14:13 |
mscorsvc.dll |
4.0.30319.36362 |
442,864 |
01-Dec-2016 |
14:13 |
mscorsvw.exe |
4.0.30319.36362 |
124,912 |
01-Dec-2016 |
14:13 |
msvcp120_clr0400.dll |
12.0.52389.36389 |
602,128 |
30-Mar-2017 |
13:17 |
msvcr120_clr0400.dll |
12.0.52389.36389 |
634,376 |
30-Mar-2017 |
13:17 |
ngen.exe |
4.0.30319.36362 |
165,856 |
01-Dec-2016 |
14:13 |
sos.dll |
4.0.30319.36364 |
666,584 |
01-Dec-2016 |
14:13 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:17 |
system.net.dll |
4.0.30319.36362 |
259,744 |
01-Dec-2016 |
14:13 |
system.web.extensions.dll |
4.0.30319.36241 |
1,859,240 |
01-Dec-2016 |
14:13 |
system.core.ni.dll |
4.0.30319.36362 |
7,296,008 |
01-Dec-2016 |
14:13 |
system.ni.dll |
4.0.30319.36362 |
10,351,608 |
01-Dec-2016 |
14:13 |
wminet_utils.dll |
4.0.30319.36386 |
110,080 |
21-Mar-2017 |
13:09 |
workflowservicehostperformancecounters.dll |
4.0.30319.36362 |
62,576 |
06-Apr-2017 |
01:38 |
system.data.dll |
4.0.30319.36372 |
3,180,544 |
01-Dec-2016 |
14:13 |
system.transactions.dll |
4.0.30319.36362 |
289,312 |
01-Dec-2016 |
14:13 |
system.web.dll |
4.0.30319.36362 |
5,464,056 |
01-Dec-2016 |
14:13 |
smdiagnostics.dll |
4.0.30319.36362 |
73,392 |
01-Dec-2016 |
14:13 |
system.activities.dll |
4.0.30319.36362 |
1,582,784 |
01-Dec-2016 |
14:13 |
system.componentmodel.composition.dll |
4.0.30319.36362 |
312,104 |
01-Dec-2016 |
14:13 |
system.configuration.dll |
4.0.30319.36362 |
402,648 |
01-Dec-2016 |
14:13 |
system.core.dll |
4.0.30319.36389 |
1,271,968 |
30-Mar-2017 |
13:17 |
system.data.sqlxml.dll |
4.0.30319.36362 |
752,336 |
01-Dec-2016 |
14:13 |
system.deployment.dll |
4.0.30319.36362 |
853,704 |
01-Dec-2016 |
14:13 |
system.design.dll |
4.0.30319.36362 |
5,056,176 |
01-Dec-2016 |
14:13 |
system.directoryservices.protocols.dll |
4.0.30319.36362 |
203,056 |
01-Dec-2016 |
14:13 |
system.directoryservices.dll |
4.0.30319.36362 |
425,712 |
01-Dec-2016 |
14:13 |
system.drawing.design.dll |
4.0.30319.36362 |
113,888 |
01-Dec-2016 |
14:13 |
system.drawing.dll |
4.0.30319.36362 |
598,712 |
01-Dec-2016 |
14:13 |
system.identitymodel.dll |
4.0.30319.36362 |
1,093,840 |
01-Dec-2016 |
14:13 |
system.io.compression.dll |
4.0.30319.36362 |
71,904 |
01-Dec-2016 |
14:13 |
system.management.dll |
4.0.30319.36386 |
416,960 |
21-Mar-2017 |
13:09 |
system.messaging.dll |
4.0.30319.36362 |
276,672 |
01-Dec-2016 |
14:13 |
system.net.dll |
4.0.30319.36362 |
259,744 |
01-Dec-2016 |
14:13 |
system.numerics.dll |
4.0.30319.36362 |
86,200 |
01-Dec-2016 |
14:13 |
system.runtime.remoting.dll |
4.0.30319.36362 |
347,880 |
01-Dec-2016 |
14:13 |
system.runtime.serialization.dll |
4.0.30319.36362 |
1,060,104 |
01-Dec-2016 |
14:13 |
system.runtime.windowsruntime.dll |
4.0.30319.36362 |
152,336 |
01-Dec-2016 |
14:13 |
system.runtime.dll |
4.0.30319.36362 |
36,536 |
01-Dec-2016 |
14:13 |
system.security.dll |
4.0.30319.36389 |
296,632 |
30-Mar-2017 |
13:17 |
system.servicemodel.internals.dll |
4.0.30319.36362 |
254,728 |
01-Dec-2016 |
14:13 |
system.servicemodel.web.dll |
4.0.30319.36362 |
332,520 |
01-Dec-2016 |
14:13 |
system.servicemodel.dll |
4.0.30319.36362 |
6,384,336 |
01-Dec-2016 |
14:13 |
system.serviceprocess.dll |
4.0.30319.36362 |
134,872 |
01-Dec-2016 |
14:13 |
system.threading.timer.dll |
4.0.30319.36362 |
29,416 |
01-Dec-2016 |
14:13 |
system.web.applicationservices.dll |
4.0.30319.36362 |
71,440 |
01-Dec-2016 |
14:13 |
system.web.extensions.dll |
4.0.30319.36241 |
1,859,240 |
01-Dec-2016 |
14:13 |
system.web.services.dll |
4.0.30319.36362 |
858,320 |
01-Dec-2016 |
14:13 |
system.windows.forms.dll |
4.0.30319.36362 |
4,859,608 |
01-Dec-2016 |
14:13 |
system.xaml.dll |
4.0.30319.36389 |
640,672 |
30-Mar-2017 |
13:17 |
system.xml.dll |
4.0.30319.36362 |
2,703,008 |
01-Dec-2016 |
14:13 |
system.dll |
4.0.30319.36389 |
3,487,872 |
30-Mar-2017 |
13:17 |
이 보안 업데이트에 대한 도움말 및 지원을 받는 방법
-
업데이트 설치에 대한 도움말: Windows 업데이트 FAQ
-
IT 전문가용 보안 솔루션: TechNet 보안 지원 및 문제 해결
-
Windows 기반 제품과 서비스를 바이러스 및 맬웨어로부터 보호하는 방법에 대한 도움말: Microsoft Secure
-
지역별 지원 정보: 국가별 지원
적용 대상
이 문서는 다음에 적용됩니다.
-
다음 운영 체제의 Microsoft .NET Framework 4.5.2:
-
Windows Server 2012 R2
-
Windows 8.1
-