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
pe_dumper.h
Go to the documentation of this file.
1
5
6
#pragma once
7
8
#include <windows.h>
9
#include "
exports_mapper.h
"
10
11
namespace
peconv
{
12
16
typedef
enum
{
17
PE_DUMP_AUTO
= 0,
18
PE_DUMP_VIRTUAL
,
19
PE_DUMP_UNMAP
,
20
PE_DUMP_REALIGN
,
21
PE_DUMP_MODES_COUNT
22
}
t_pe_dump_mode
;
16
typedef
enum
{
…
};
23
29
t_pe_dump_mode
detect_dump_mode
(IN
const
BYTE* buffer, IN
size_t
buffer_size);
30
40
bool
dump_pe
(
41
IN LPCTSTR outputFilePath,
42
IN OUT BYTE* buffer,
43
IN
size_t
buffer_size,
44
IN
const
ULONGLONG module_base,
45
IN OUT
t_pe_dump_mode
&dump_mode,
46
IN OPTIONAL
const
peconv::ExportsMapper
* exportsMap =
nullptr
47
);
48
49
};
// namespace peconv
peconv::ExportsMapper
Definition
exports_mapper.h:61
exports_mapper.h
A definition of ExportsMapper class. Creates a lookup of all the exported functions from the supplied...
peconv
Definition
buffer_util.h:15
peconv::t_pe_dump_mode
t_pe_dump_mode
Definition
pe_dumper.h:16
peconv::PE_DUMP_REALIGN
@ PE_DUMP_REALIGN
Definition
pe_dumper.h:20
peconv::PE_DUMP_MODES_COUNT
@ PE_DUMP_MODES_COUNT
Definition
pe_dumper.h:21
peconv::PE_DUMP_UNMAP
@ PE_DUMP_UNMAP
Definition
pe_dumper.h:19
peconv::PE_DUMP_AUTO
@ PE_DUMP_AUTO
Definition
pe_dumper.h:17
peconv::PE_DUMP_VIRTUAL
@ PE_DUMP_VIRTUAL
Definition
pe_dumper.h:18
peconv::detect_dump_mode
t_pe_dump_mode detect_dump_mode(IN const BYTE *buffer, IN size_t buffer_size)
Definition
pe_dumper.cpp:13
peconv::dump_pe
bool dump_pe(IN LPCTSTR outputFilePath, IN OUT BYTE *buffer, IN size_t buffer_size, IN const ULONGLONG module_base, IN OUT t_pe_dump_mode &dump_mode, IN OPTIONAL const peconv::ExportsMapper *exportsMap=nullptr)
Definition
pe_dumper.cpp:25
Generated on Wed Mar 5 2025 23:49:07 for libPeConv by
1.13.2