libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
libpeconv
include
peconv
pe_raw_to_virtual.h
Go to the documentation of this file.
1
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 ULONGLONG 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 ULONGLONG desired_base=0)
Definition
pe_raw_to_virtual.cpp:102
Generated on Sat Nov 2 2024 22:08:24 for libPeConv by
1.12.0