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_raw_to_virtual.h
Go to the documentation of this file.
1
5
6
#pragma once
7
8
#include <windows.h>
9
#include <stdio.h>
10
11
#include "
buffer_util.h
"
12
13
namespace
peconv
{
14
22
BYTE*
pe_raw_to_virtual
(
23
IN
const
BYTE* rawPeBuffer,
24
IN
size_t
rawPeSize,
25
OUT
size_t
&outputSize,
26
IN OPTIONAL
bool
executable =
true
,
27
IN OPTIONAL ULONG_PTR desired_base = 0
28
);
29
30
};
// namespace peconv
buffer_util.h
Definitions of the used buffer types. Functions for their allocation and deallocation.
peconv
Definition
buffer_util.h:15
peconv::pe_raw_to_virtual
BYTE * pe_raw_to_virtual(IN const BYTE *rawPeBuffer, IN size_t rawPeSize, OUT size_t &outputSize, IN OPTIONAL bool executable=true, IN OPTIONAL ULONG_PTR desired_base=0)
Definition
pe_raw_to_virtual.cpp:102
Generated on Wed Mar 5 2025 23:49:07 for libPeConv by
1.13.2