libPeConv
A library to load, manipulate, dump PE files.
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
_
a
c
d
f
g
h
i
l
n
o
p
r
s
u
v
Variables
Typedefs
_
a
b
i
l
n
p
r
s
t
u
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Related Symbols
Files
File List
File Members
All
_
a
f
g
i
l
m
n
p
r
s
t
u
Functions
_
a
f
g
i
m
n
p
r
s
t
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
libpeconv
include
peconv
peb_lookup.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include <windows.h>
9
10
namespace
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
38
HMODULE
get_main_module_via_peb
();
39
};
40
peconv
Definition
buffer_util.h:15
peconv::get_main_module_via_peb
HMODULE get_main_module_via_peb()
Definition
peb_lookup.cpp:178
peconv::get_module_via_peb
HMODULE get_module_via_peb(IN OPTIONAL LPCWSTR module_name=nullptr)
Definition
peb_lookup.cpp:105
peconv::set_main_module_in_peb
bool set_main_module_in_peb(HMODULE hModule)
Definition
peb_lookup.cpp:167
peconv::get_module_size_via_peb
size_t get_module_size_via_peb(IN OPTIONAL HMODULE hModule=nullptr)
Definition
peb_lookup.cpp:136
Generated on Wed Dec 4 2024 22:26:33 for libPeConv by
1.12.0