Skip to content

Commit 72872a1

Browse files
author
4n6ist
committed
v.1.3.3
1 parent 5b2ebb7 commit 72872a1

Some content is hidden

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

114 files changed

+1531
-2043
lines changed

CDIR/CDIR.cpp

+411-259
Large diffs are not rendered by default.

CDIR/CDIR.rc

0 Bytes
Binary file not shown.

CDIR/CDIR.vcxproj

+6-14
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<Keyword>Win32Proj</Keyword>
2424
<RootNamespace>CDIR</RootNamespace>
2525
<ProjectName>cdir-collector</ProjectName>
26-
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
26+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3030
<ConfigurationType>Application</ConfigurationType>
3131
<UseDebugLibraries>true</UseDebugLibraries>
32-
<PlatformToolset>v141</PlatformToolset>
32+
<PlatformToolset>v140_xp</PlatformToolset>
3333
<CharacterSet>MultiByte</CharacterSet>
3434
<UseOfMfc>Static</UseOfMfc>
3535
</PropertyGroup>
@@ -130,7 +130,7 @@
130130
<IntrinsicFunctions>true</IntrinsicFunctions>
131131
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132132
<SDLCheck>true</SDLCheck>
133-
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);libressl-2.4.1-windows\include;</AdditionalIncludeDirectories>
133+
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories);libressl-2.5.5-windows\include</AdditionalIncludeDirectories>
134134
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
135135
<WholeProgramOptimization>false</WholeProgramOptimization>
136136
<ForcedIncludeFiles>stdafx.h</ForcedIncludeFiles>
@@ -147,7 +147,7 @@
147147
</DelayLoadDLLs>
148148
</Link>
149149
<PostBuildEvent>
150-
<Command>copy $(ProjectDir)libressl-2.4.1-windows\x86\libcrypto-38.dll $(OutDir) &amp; copy $(ProjectDir)libressl-2.4.1-windows\x86\libssl-39.dll $(OutDir) &amp; copy $(ProjectDir)winpmem.exe $(OutDir) &amp; copy $(ProjectDir)cdir.ini $(OutDir)</Command>
150+
<Command>copy $(ProjectDir)libressl-2.5.5-windows\x86\libcrypto-41.dll $(OutDir) &amp; copy $(ProjectDir)libressl-2.5.5-windows\x86\libssl-43.dll $(OutDir) &amp; copy $(ProjectDir)winpmem*.exe $(OutDir) &amp; copy $(ProjectDir)cdir.ini $(OutDir)</Command>
151151
</PostBuildEvent>
152152
</ItemDefinitionGroup>
153153
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -200,16 +200,8 @@
200200
<ResourceCompile Include="CDIR.rc" />
201201
</ItemGroup>
202202
<ItemGroup>
203-
<None Include="libressl-2.4.1-windows\x86\libcrypto-38.dll">
204-
<FileType>Document</FileType>
205-
<DeploymentContent Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</DeploymentContent>
206-
<DeploymentContent>false</DeploymentContent>
207-
</None>
208-
<None Include="libressl-2.4.1-windows\x86\libssl-39.dll" />
209-
</ItemGroup>
210-
<ItemGroup>
211-
<Library Include="libressl-2.4.1-windows\x86\libcrypto-38.lib" />
212-
<Library Include="libressl-2.4.1-windows\x86\libssl-39.lib" />
203+
<Library Include="libressl-2.5.5-windows\x86\libcrypto-41.lib" />
204+
<Library Include="libressl-2.5.5-windows\x86\libssl-43.lib" />
213205
</ItemGroup>
214206
<ItemGroup>
215207
<Image Include="collector.ico" />

CDIR/CDIR.vcxproj.filters

+2-10
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,10 @@
6666
</ResourceCompile>
6767
</ItemGroup>
6868
<ItemGroup>
69-
<None Include="libressl-2.4.1-windows\x86\libssl-39.dll">
70-
<Filter>リソース ファイル</Filter>
71-
</None>
72-
<None Include="libressl-2.4.1-windows\x86\libcrypto-38.dll">
73-
<Filter>リソース ファイル</Filter>
74-
</None>
75-
</ItemGroup>
76-
<ItemGroup>
77-
<Library Include="libressl-2.4.1-windows\x86\libcrypto-38.lib">
69+
<Library Include="libressl-2.5.5-windows\x86\libcrypto-41.lib">
7870
<Filter>リソース ファイル</Filter>
7971
</Library>
80-
<Library Include="libressl-2.4.1-windows\x86\libssl-39.lib">
72+
<Library Include="libressl-2.5.5-windows\x86\libssl-43.lib">
8173
<Filter>リソース ファイル</Filter>
8274
</Library>
8375
</ItemGroup>

CDIR/cdir.ini

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ WMI = true
99
SRUM = true
1010
Web = true
1111
;Target = G:\
12+
;MemoryDumpCmdline = winpmem-2.1.post4.exe --output RAM.aff4
1213
;MemoryDumpCmdline = DumpIt.exe /Q /N /T DMP /O RAM.dmp
1314
;MemoryDumpCmdline = RamCapture64.exe RAM.raw
1415
;MemoryDumpCmdline = MagnetRAMCapture.exe /accepteula /go .\RAM.raw

0 commit comments

Comments
 (0)