libPeConv
A library to load, manipulate, dump PE files.
|
Converting PE from raw to virtual format. More...
Go to the source code of this file.
Namespaces | |
namespace | peconv |
Functions | |
BYTE * | peconv::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) |
Converting PE from raw to virtual format.
Definition in file pe_raw_to_virtual.h.