libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Namespaces | Functions
pe_raw_to_virtual.h File Reference

Converting PE from raw to virtual format. More...

#include <windows.h>
#include <stdio.h>
#include "buffer_util.h"

Go to the source code of this file.

Namespaces

namespace  peconv
 

Functions

BYTEpeconv::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)
 

Detailed Description

Converting PE from raw to virtual format.

Definition in file pe_raw_to_virtual.h.