| file | PeFile | [private] |
| GetDataDirectory(unsigned n) const | PeFile | [inline] |
| GetFileHeader() const | PeFile | [inline] |
| GetImageBase() const | PeFile | [inline] |
| GetOptionalHeader() const | PeFile | [inline] |
| GetRVA() | PeFile | [inline] |
| GetRVA() const | PeFile | [inline] |
| GetSection(int n) const | PeFile | [inline] |
| GetSectionCount() const | PeFile | [inline] |
| GetSections() const | PeFile | [inline] |
| nt_hdr | PeFile | [private] |
| numSection | PeFile | [private] |
| ParseExport(PExportProc proc, void *param) | PeFile | |
| ParseImport(PImportProc proc, void *param) | PeFile | |
| ParseRelocations(PRelocationProc proc, void *param) | PeFile | |
| ParseResource(PResourceProc proc, void *param) | PeFile | |
| PeFile(ICFile &file) | PeFile | |
| PExportProc typedef | PeFile | |
| PImportProc typedef | PeFile | |
| PRelocationProc typedef | PeFile | |
| PResourceProc typedef | PeFile | |
| rva | PeFile | [private] |
| sections | PeFile | [private] |
| WriteExport(uint32_t address, uint32_t hint, const char *dll_name, const char *func_name, void *param) | PeFile | [static] |
| WriteFileHdr(const PE_IMAGE_FILE_HEADER &hdr) | PeFile | [static] |
| WriteImport(uint32_t address, uint32_t hint, const char *dll_name, const char *func_name, void *param) | PeFile | [static] |
| WriteOptionalHdr(const PE_IMAGE_OPTIONAL_HEADER &hdr) | PeFile | [static] |
| WriteRelocation(uint32_t address, unsigned type, void *param) | PeFile | [static] |
| WriteResource() | PeFile | |
| WriteSectionHdr(const PE_IMAGE_SECTION_HEADER &hdr) | PeFile | [static] |
| ~PeFile() | PeFile | |