mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-11 01:41:20 +00:00
Implements a check on PDB files to avoid using an invalid one and crash the machine
When loading a PDB that was already on disk (not downloaded) for a specific PE, verifies that the PDB file is indeed for the current version of the target PE. (Did I just started to write a PDB file parser ?)
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
<ClCompile Include="LSASSProtectionBypass\CredGuard.c" />
|
||||
<ClCompile Include="LSASSProtectionBypass\RunAsPPL.c" />
|
||||
<ClCompile Include="Utils\ListUtils.c" />
|
||||
<ClCompile Include="Utils\PdbParser.c" />
|
||||
<ClCompile Include="Utils\RemotePEBBrowser.c" />
|
||||
<ClCompile Include="Utils\PdbSymbols.c" />
|
||||
<ClCompile Include="UserlandBypass\Firewalling.c" />
|
||||
@@ -208,6 +209,7 @@
|
||||
<ClInclude Include="Includes\DriverRTCore.h" />
|
||||
<ClInclude Include="Includes\KernelDSE.h" />
|
||||
<ClInclude Include="Includes\PrintFunctions.h" />
|
||||
<ClInclude Include="Includes\PdbParser.h" />
|
||||
<ClInclude Include="Includes\ProcessDumpDirectSyscalls.h" />
|
||||
<ClInclude Include="Includes\FileUtils.h" />
|
||||
<ClInclude Include="Includes\HttpClient.h" />
|
||||
|
||||
Reference in New Issue
Block a user