Expand description
Helper for writing PE files.
Structsยง
- NtHeaders
- Information required for writing
pe::ImageNtHeaders32
orpe::ImageNtHeaders64
. - Section
- Information required for writing
pe::ImageSectionHeader
. - Section
Range - The file range and virtual address range for a section.
- Writer
- A helper for writing PE files.