mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
12 lines
289 B
C
12 lines
289 B
C
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <Tchar.h>
|
|
|
|
#include "Undoc.h"
|
|
#include "time.h"
|
|
|
|
VOID getUnicodeStringFromWCHAR(OUT PUNICODE_STRING unicodeString, IN WCHAR* tcharString);
|
|
|
|
TCHAR* generateRandomString(TCHAR* str, size_t size);
|
|
TCHAR* allocAndGenerateRandomString(size_t length); |