Changed a lot of things. Addded a loader for extracting payload onto system
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
|
||||
#define RtlOffsetToPointer(Module, Pointer) PBYTE(PBYTE(Module) + DWORD(Pointer))
|
||||
|
||||
namespace Tools {
|
||||
PVOID GetImageBase();
|
||||
PBYTE ExtractDllFile(PBYTE module_base, PDWORD module_size);
|
||||
}
|
||||
Reference in New Issue
Block a user