Files
benheise-TitanLdr/Pe.h
T
2021-09-05 23:21:37 -05:00

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