mirror of
https://github.com/benheise/TitanLdr
synced 2026-06-06 15:14:33 +00:00
16 lines
211 B
C
16 lines
211 B
C
/**
|
|
*
|
|
* Reflective Loader
|
|
*
|
|
* GuidePoint Security LLC
|
|
*
|
|
* Threat and Attack Simulation
|
|
*
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
static ULONG_PTR Start( VOID );
|
|
static ULONG_PTR GetIp( VOID );
|
|
static ULONG_PTR Hooks( VOID );
|