libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
peb_lookup.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <windows.h>
9
10namespace peconv {
11
17 HMODULE get_module_via_peb(IN OPTIONAL LPCWSTR module_name = nullptr);
18
19
25 size_t get_module_size_via_peb(IN OPTIONAL HMODULE hModule = nullptr);
26
32 bool set_main_module_in_peb(HMODULE hModule);
33
39};
40
HMODULE get_main_module_via_peb()
HMODULE get_module_via_peb(IN OPTIONAL LPCWSTR module_name=nullptr)
bool set_main_module_in_peb(HMODULE hModule)
size_t get_module_size_via_peb(IN OPTIONAL HMODULE hModule=nullptr)