mirror of
https://github.com/benheise/TitanLdr
synced 2026-06-06 15:14:33 +00:00
22 lines
267 B
C
22 lines
267 B
C
/**
|
|
*
|
|
* Reflective Loader
|
|
*
|
|
* GuidePoint Security LLC
|
|
*
|
|
* Threat and Attack Simulation
|
|
*
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
/*!
|
|
*
|
|
* Purpose:
|
|
*
|
|
* Searches for a export matching the specified hash.
|
|
*
|
|
!*/
|
|
|
|
D_SEC( E ) PVOID PeGetFuncEat( _In_ PVOID Image, _In_ ULONG Hash );
|