init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
#include "Base.h"
|
||||
|
||||
namespace utils
|
||||
{
|
||||
BYTE* ReadBinaryFile(const char* filePath, DWORD* outSize);
|
||||
|
||||
BOOL WriteShellcodeToFile(const char* filePath, const BYTE* shellcode, SIZE_T shellcodeSize);
|
||||
BOOL CreateDirectoryRecursive(const char* path);
|
||||
|
||||
auto GetProcessByName(CONST wchar_t* Name)->DWORD;
|
||||
}
|
||||
|
||||
#endif // !UTILS_h
|
||||
Reference in New Issue
Block a user