mirror of
https://github.com/benheise/TitanLdr
synced 2026-06-06 15:14:33 +00:00
22 lines
231 B
C
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 );
|