mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
48a75a7029
Co-authored-by: Maxime Meignan <maxime.meignan@wavestone.com>
11 lines
192 B
C
11 lines
192 B
C
#pragma once
|
|
|
|
#include <Windows.h>
|
|
|
|
LPTSTR GetNtoskrnlPath();
|
|
|
|
void GetFileVersion(TCHAR* buffer, SIZE_T bufferLen, TCHAR* filename);
|
|
|
|
LPTSTR GetNtoskrnlVersion();
|
|
|
|
LPTSTR GetWdigestVersion(); |