Optimized build
This commit is contained in:
@ -25,8 +25,8 @@ static inline void inject(HANDLE process, const void *payload, size_t payloadSiz
|
||||
|
||||
// Find the EXE header in the process
|
||||
char exeHeader[1024];
|
||||
IMAGE_DOS_HEADER *dosHeader;
|
||||
IMAGE_NT_HEADERS64 *ntHeaders;
|
||||
IMAGE_DOS_HEADER *dosHeader = NULL;
|
||||
IMAGE_NT_HEADERS64 *ntHeaders = NULL;
|
||||
|
||||
MEMORY_BASIC_INFORMATION memoryInfo;
|
||||
char *currentAddress = 0x0;
|
||||
|
||||
Reference in New Issue
Block a user