libPeConv
A library to load, manipulate, dump PE files.
Loading...
Searching...
No Matches
Functions
pe_virtual_to_raw.cpp File Reference
#include "peconv/pe_virtual_to_raw.h"
#include "peconv/util.h"
#include "peconv/pe_hdrs_helper.h"
#include "peconv/relocate.h"
#include <iostream>

Go to the source code of this file.

Functions

bool sections_virtual_to_raw (BYTE *payload, SIZE_T payload_size, OUT BYTE *destAddress, OUT SIZE_T *raw_size_ptr)
 

Function Documentation

◆ sections_virtual_to_raw()

bool sections_virtual_to_raw ( BYTE * payload,
SIZE_T payload_size,
OUT BYTE * destAddress,
OUT SIZE_T * raw_size_ptr )

Definition at line 11 of file pe_virtual_to_raw.cpp.

Here is the call graph for this function: