libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Namespaces | Functions
peb_lookup.h File Reference

Functions for retrieving process information from PEB. More...

#include <windows.h>

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

HMODULE peconv::get_module_via_peb (IN OPTIONAL LPCWSTR module_name=nullptr)
 
size_t peconv::get_module_size_via_peb (IN OPTIONAL HMODULE hModule=nullptr)
 
bool peconv::set_main_module_in_peb (HMODULE hModule)
 
HMODULE peconv::get_main_module_via_peb ()
 

Detailed Description

Functions for retrieving process information from PEB.

Definition in file peb_lookup.h.