libPeConv
A library to load, manipulate, dump PE files.
|
#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) |
bool sections_virtual_to_raw | ( | BYTE * | payload, |
SIZE_T | payload_size, | ||
OUT BYTE * | destAddress, | ||
OUT SIZE_T * | raw_size_ptr ) |