Files
wavestone-cdt-edrsandblast/EDRSandblast/Includes/PdbParser.h
T
Maxime Meignan 4d414edb77 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 ?)
2023-10-10 15:44:20 +02:00

4 lines
77 B
C

#pragma once
#include <Windows.h>
PVOID extractGuidFromPdb(LPWSTR filepath);