Skip to content

Commit 790cfe7

Browse files
authored
Merge pull request SecWiki#14 from houjingyi233/master
add CVE-2018-8453
2 parents a4e729a + 8c3b8e2 commit 790cfe7

File tree

204 files changed

+3925
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+3925
-2
lines changed

CVE-2018-8453/4.mp4

1.7 MB
Binary file not shown.

CVE-2018-8453/README.md

Lines changed: 14 additions & 0 deletions
370 KB
377 KB
852 KB
1.7 MB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 14
4+
VisualStudioVersion = 14.0.25420.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cve8453", "cve8453\cve8453.vcxproj", "{9EAE33EA-0B19-4794-B231-0D53D802B882}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x64 = Debug|x64
11+
Debug|x86 = Debug|x86
12+
Release|x64 = Release|x64
13+
Release|x86 = Release|x86
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Debug|x64.ActiveCfg = Debug|x64
17+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Debug|x64.Build.0 = Debug|x64
18+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Debug|x86.ActiveCfg = Debug|Win32
19+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Debug|x86.Build.0 = Debug|Win32
20+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Release|x64.ActiveCfg = Release|x64
21+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Release|x64.Build.0 = Release|x64
22+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Release|x86.ActiveCfg = Release|Win32
23+
{9EAE33EA-0B19-4794-B231-0D53D802B882}.Release|x86.Build.0 = Release|Win32
24+
EndGlobalSection
25+
GlobalSection(SolutionProperties) = preSolution
26+
HideSolutionNode = FALSE
27+
EndGlobalSection
28+
EndGlobal
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
 stdafx.cpp
2+
cve8453.cpp
3+
cve8453.vcxproj -> c:\users\ze0r\desktop\cve8453\Debug\cve8453.exe
4+
cve8453.vcxproj -> c:\users\ze0r\desktop\cve8453\Debug\cve8453.pdb (Full PDB)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
2+
Debug|Win32|c:\users\ze0r\desktop\cve8453\|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
========================================================================
2+
WIN32 应用程序:cve8453 项目概述
3+
========================================================================
4+
5+
应用程序向导已为您创建了此 cve8453 应用程序。
6+
7+
本文件概要介绍组成 cve8453 应用程序的每个文件的内容。
8+
9+
10+
cve8453.vcxproj
11+
这是使用应用程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。
12+
13+
cve8453.vcxproj.filters
14+
这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。
15+
16+
cve8453.cpp
17+
这是主应用程序源文件。
18+
19+
/////////////////////////////////////////////////////////////////////////////
20+
应用程序向导创建了下列资源:
21+
22+
cve8453.rc
23+
这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。
24+
25+
Resource.h
26+
这是标准头文件,可用于定义新的资源 ID。Microsoft Visual C++ 将读取并更新此文件。
27+
28+
cve8453.ico
29+
这是用作应用程序图标 (32x32) 的图标文件。此图标包括在主资源文件 cve8453.rc 中。
30+
31+
small.ico
32+
这是一个图标文件,其中包含应用程序的图标的较小版本 (16x16)。此图标包括在主资源文件 cve8453.rc 中。
33+
34+
/////////////////////////////////////////////////////////////////////////////
35+
其他标准文件:
36+
37+
StdAfx.h, StdAfx.cpp
38+
这些文件用于生成名为 cve8453.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。
39+
40+
/////////////////////////////////////////////////////////////////////////////
41+
其他注释:
42+
43+
应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。
44+
45+
/////////////////////////////////////////////////////////////////////////////
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.pch
2+
c:\users\ze0r\desktop\cve8453\cve8453\release\vc140.pdb
3+
c:\users\ze0r\desktop\cve8453\cve8453\release\stdafx.obj
4+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.obj
5+
c:\users\ze0r\desktop\cve8453\release\cve8453.exe
6+
c:\users\ze0r\desktop\cve8453\release\cve8453.ipdb
7+
c:\users\ze0r\desktop\cve8453\release\cve8453.iobj
8+
c:\users\ze0r\desktop\cve8453\release\cve8453.pdb
9+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.res
10+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\cl.command.1.tlog
11+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\cl.read.1.tlog
12+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\cl.write.1.tlog
13+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\link.command.1.tlog
14+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\link.read.1.tlog
15+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\link.write.1.tlog
16+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\rc.command.1.tlog
17+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\rc.read.1.tlog
18+
c:\users\ze0r\desktop\cve8453\cve8453\release\cve8453.tlog\rc.write.1.tlog
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
 cve8453.cpp
2+
正在生成代码
3+
1 of 123 functions ( 0.8%) were compiled, the rest were copied from previous compilation.
4+
0 functions were new in current compilation
5+
0 functions had inline decision re-evaluated but remain unchanged
6+
已完成代码的生成
7+
cve8453.vcxproj -> C:\Users\ze0r\Desktop\cve8453\Release\cve8453.exe
8+
cve8453.vcxproj -> C:\Users\ze0r\Desktop\cve8453\Release\cve8453.pdb (Full PDB)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#TargetFrameworkVersion=v4.0:PlatformToolSet=v140:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=8.1
2+
Release|Win32|C:\Users\ze0r\Desktop\cve8453\|
Binary file not shown.
Binary file not shown.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
//{{NO_DEPENDENCIES}}
2+
// Microsoft Visual C++ generated include file.
3+
// Used by cve8453.rc
4+
//
5+
6+
#define IDS_APP_TITLE 103
7+
8+
#define IDR_MAINFRAME 128
9+
#define IDD_CVE8453_DIALOG 102
10+
#define IDD_ABOUTBOX 103
11+
#define IDM_ABOUT 104
12+
#define IDM_EXIT 105
13+
#define IDI_CVE8453 107
14+
#define IDI_SMALL 108
15+
#define IDC_CVE8453 109
16+
#define IDC_MYICON 2
17+
#ifndef IDC_STATIC
18+
#define IDC_STATIC -1
19+
#endif
20+
// жÔÏóµÄÏÂÒ»×éĬÈÏÖµ
21+
//
22+
#ifdef APSTUDIO_INVOKED
23+
#ifndef APSTUDIO_READONLY_SYMBOLS
24+
25+
#define _APS_NO_MFC 130
26+
#define _APS_NEXT_RESOURCE_VALUE 129
27+
#define _APS_NEXT_COMMAND_VALUE 32771
28+
#define _APS_NEXT_CONTROL_VALUE 1000
29+
#define _APS_NEXT_SYMED_VALUE 110
30+
#endif
31+
#endif
Binary file not shown.

0 commit comments

Comments
 (0)