Skip to content

Commit 57d35a0

Browse files
author
mrpond
committed
add file description for these malware researcher
1 parent fe601fa commit 57d35a0

File tree

5 files changed

+163
-0
lines changed

5 files changed

+163
-0
lines changed

chrome_elf.zip

-45 Bytes
Binary file not shown.

src/BlockTheSpot.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<ItemGroup>
101101
<ClInclude Include="HookApi.h" />
102102
<ClInclude Include="hosts.h" />
103+
<ClInclude Include="resource.h" />
103104
<ClInclude Include="stdafx.h" />
104105
<ClInclude Include="targetver.h" />
105106
</ItemGroup>
@@ -121,6 +122,9 @@
121122
<None Include="..\README.md" />
122123
<None Include="chrome_elf.def" />
123124
</ItemGroup>
125+
<ItemGroup>
126+
<ResourceCompile Include="Resource.rc" />
127+
</ItemGroup>
124128
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
125129
<ImportGroup Label="ExtensionTargets">
126130
</ImportGroup>

src/BlockTheSpot.vcxproj.filters

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<Filter>hookapi</Filter>
1717
</ClInclude>
1818
<ClInclude Include="hosts.h" />
19+
<ClInclude Include="resource.h" />
1920
</ItemGroup>
2021
<ItemGroup>
2122
<None Include="chrome_elf.def" />
@@ -26,4 +27,7 @@
2627
<UniqueIdentifier>{6dec95b4-4fa2-4d85-9de5-8a6af4d6bb2d}</UniqueIdentifier>
2728
</Filter>
2829
</ItemGroup>
30+
<ItemGroup>
31+
<ResourceCompile Include="Resource.rc" />
32+
</ItemGroup>
2933
</Project>

src/Resource.rc

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
// Microsoft Visual C++ generated resource script.
2+
//
3+
#include "resource.h"
4+
5+
#define APSTUDIO_READONLY_SYMBOLS
6+
/////////////////////////////////////////////////////////////////////////////
7+
//
8+
// Generated from the TEXTINCLUDE 2 resource.
9+
//
10+
#include "winres.h"
11+
12+
/////////////////////////////////////////////////////////////////////////////
13+
#undef APSTUDIO_READONLY_SYMBOLS
14+
15+
/////////////////////////////////////////////////////////////////////////////
16+
// Korean (Korea) resources
17+
18+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
19+
LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
20+
#pragma code_page(949)
21+
22+
#ifdef APSTUDIO_INVOKED
23+
/////////////////////////////////////////////////////////////////////////////
24+
//
25+
// TEXTINCLUDE
26+
//
27+
28+
1 TEXTINCLUDE
29+
BEGIN
30+
"resource.h\0"
31+
END
32+
33+
2 TEXTINCLUDE
34+
BEGIN
35+
"#include ""winres.h""\r\n"
36+
"\0"
37+
END
38+
39+
3 TEXTINCLUDE
40+
BEGIN
41+
"\r\n"
42+
"\0"
43+
END
44+
45+
1 TEXTINCLUDE
46+
BEGIN
47+
"resource.h\0"
48+
END
49+
50+
2 TEXTINCLUDE
51+
BEGIN
52+
"#include ""winres.h""\r\n"
53+
"\0"
54+
END
55+
56+
3 TEXTINCLUDE
57+
BEGIN
58+
"\r\n"
59+
"\0"
60+
END
61+
62+
#endif // APSTUDIO_INVOKED
63+
64+
#endif // Korean (Korea) resources
65+
/////////////////////////////////////////////////////////////////////////////
66+
67+
68+
/////////////////////////////////////////////////////////////////////////////
69+
// English (United States) resources
70+
71+
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
72+
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
73+
#pragma code_page(1252)
74+
75+
/////////////////////////////////////////////////////////////////////////////
76+
//
77+
// Version
78+
//
79+
80+
VS_VERSION_INFO VERSIONINFO
81+
FILEVERSION 1,0,0,1
82+
PRODUCTVERSION 0,39,0,0
83+
FILEFLAGSMASK 0x3fL
84+
#ifdef _DEBUG
85+
FILEFLAGS 0x1L
86+
#else
87+
FILEFLAGS 0x0L
88+
#endif
89+
FILEOS 0x40004L
90+
FILETYPE 0x2L
91+
FILESUBTYPE 0x0L
92+
BEGIN
93+
BLOCK "StringFileInfo"
94+
BEGIN
95+
BLOCK "040904b0"
96+
BEGIN
97+
VALUE "FileDescription", "github.com/mrpond/BlockTheSpot"
98+
VALUE "FileVersion", "1.0.0.1"
99+
VALUE "InternalName", "BlockTheSpot.dll"
100+
VALUE "LegalCopyright", "Copyright (C) 2019"
101+
VALUE "OriginalFilename", "BlockTheSpot.dll"
102+
VALUE "ProductName", "BlockTheSpot"
103+
VALUE "ProductVersion", "0.39.0.0"
104+
END
105+
END
106+
BLOCK "VarFileInfo"
107+
BEGIN
108+
VALUE "Translation", 0x409, 1200
109+
END
110+
END
111+
112+
#endif // English (United States) resources
113+
/////////////////////////////////////////////////////////////////////////////
114+
115+
116+
117+
#ifndef APSTUDIO_INVOKED
118+
/////////////////////////////////////////////////////////////////////////////
119+
//
120+
// Generated from the TEXTINCLUDE 3 resource.
121+
//
122+
123+
124+
/////////////////////////////////////////////////////////////////////////////
125+
#endif // not APSTUDIO_INVOKED
126+

src/resource.h

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
//{{NO_DEPENDENCIES}}
2+
// Microsoft Visual C++ generated include file.
3+
// Used by Resource.rc
4+
//
5+
6+
// Next default values for new objects
7+
//
8+
#ifdef APSTUDIO_INVOKED
9+
#ifndef APSTUDIO_READONLY_SYMBOLS
10+
#define _APS_NEXT_RESOURCE_VALUE 101
11+
#define _APS_NEXT_COMMAND_VALUE 40001
12+
#define _APS_NEXT_CONTROL_VALUE 1001
13+
#define _APS_NEXT_SYMED_VALUE 101
14+
#endif
15+
#endif
16+
//{{NO_DEPENDENCIES}}
17+
// Microsoft Visual C++ generated include file.
18+
// Used by Resource.rc
19+
20+
// Next default values for new objects
21+
//
22+
#ifdef APSTUDIO_INVOKED
23+
#ifndef APSTUDIO_READONLY_SYMBOLS
24+
#define _APS_NEXT_RESOURCE_VALUE 101
25+
#define _APS_NEXT_COMMAND_VALUE 40001
26+
#define _APS_NEXT_CONTROL_VALUE 1001
27+
#define _APS_NEXT_SYMED_VALUE 101
28+
#endif
29+
#endif

0 commit comments

Comments
 (0)