/GetModuleHandleW-through-PEB

A custom GetModuleHandleW implementation through the PEB (InLoadOrderModuleList method) in C.

Primary LanguageC

GetModuleHandleW-through-PEB

A custom GetModuleHandleW implementation through the PEB (InLoadOrderModuleList method).

Written in C.

Compatible with Windows x86/WoW64 OS.

Result (ASLR enabled):

alt text

Credits to nirsoft for the documented PEB structures.