mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
4bff81986b
Co-authored-by: Thomas Diot <thomas.diot@wavestone.com>
11 lines
242 B
C
11 lines
242 B
C
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <Tchar.h>
|
|
#include <stdio.h>
|
|
|
|
void GetFileVersion(TCHAR* buffer, SIZE_T bufferLen, TCHAR* filename);
|
|
|
|
void GetNtoskrnlVersion(TCHAR* ntoskrnlVersion);
|
|
|
|
void GetWdigestVersion(TCHAR* wdigestVersion); |