Files
2021-09-05 23:21:37 -05:00

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 );