|
| MZStubWriter (std::string stub_file="") |
|
bool | OpenAndCheckValidFile () |
|
offset_t | GetStubImageSize () |
|
void | WriteStubImage (std::ostream &out) |
|
void | WriteStubImage (Linker::Writer &wr) |
|
|
std::string | stub_file |
|
bool | stub_file_valid = true |
|
std::ifstream | stub |
|
uint32_t | original_file_size = -1 |
|
uint32_t | stub_file_size = 0 |
|
uint16_t | stub_reloc_count = 0 |
|
uint32_t | original_header_size = 0 |
|
uint32_t | stub_header_size = 0 |
|
uint16_t | original_reloc_offset = 0 |
|
uint16_t | stub_reloc_offset = 0 |
|
The documentation for this class was generated from the following files:
- src/format/mzexe.h
- src/format/mzexe.cc