mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
4d414edb77
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 ?)
4 lines
77 B
C
4 lines
77 B
C
#pragma once
|
|
#include <Windows.h>
|
|
|
|
PVOID extractGuidFromPdb(LPWSTR filepath); |