mirror of
https://github.com/klezVirus/RpcProxyInvoke
synced 2026-06-08 15:19:20 +00:00
8 lines
266 B
C
8 lines
266 B
C
#pragma once
|
|
#include <Windows.h>
|
|
#include <winternl.h>
|
|
#include <stdio.h>
|
|
|
|
PVOID HuntForCopInstruction(PVOID startAddress, SIZE_T size);
|
|
PVOID HuntForCall(PVOID startAddress, SIZE_T size, BOOL backword);
|
|
UINT64 CalculateCallTarget(HMODULE hMod, UINT64 callAddress); |