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

22 lines
231 B
C

/**
*
* Reflective Loader
*
* GuidePoint Security LLC
*
* Threat and Attack Simulation
*
**/
#pragma once
/*!
*
* Purpose:
*
* Finds a module loaded in memory.
*
!*/
D_SEC( E ) PVOID PebGetModule( _In_ ULONG Hash );