mirror of
https://github.com/srothlisberger6361/ShellCodeLoader_Indirect_Syscalls
synced 2026-06-06 16:44:34 +00:00
11 lines
177 B
C
11 lines
177 B
C
#pragma once
|
|
#include <Windows.h>
|
|
|
|
/*
|
|
* Todo:
|
|
* * GetProcAddressByHash
|
|
* * GetModuleHandleByHash
|
|
* * GetPEB
|
|
*/
|
|
|
|
PVOID MoveMemoryReImpl(PVOID dest, const PVOID src, SIZE_T len); |