|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Member Functions | |
| Macintosh (uint32_t CreationDate=0, uint32_t ModificationDate=0, uint32_t LastBackupDate=0, uint32_t Attributes=0) | |
| offset_t | ImageSize () const override |
| Retrieves size of stored data. | |
| void | ReadFile (Linker::Reader &rd) override |
| Loads file into memory. | |
| offset_t | WriteFile (Linker::Writer &wr) const override |
| Stores data in memory to file. | |
| void | Dump (Dumper::Dumper &dump) const override |
| Display file contents in a nice manner. | |
Public Member Functions inherited from Apple::AppleSingleDouble::Entry | |
| void | DumpEntry (Dumper::Dumper &dump, unsigned index) const |
| virtual void | ProcessModule (Linker::Module &module) |
| virtual void | CalculateValues () |
Public Member Functions inherited from Linker::Format | |
| Format (offset_t file_offset=0) | |
| virtual void | Clear () |
| Resets all fields to their default values, deallocate memory. | |
| offset_t | WriteFile (Writer &wr, offset_t count, offset_t offset=0) const override |
| Writes data of non-zero filled sections. | |
Public Member Functions inherited from Linker::Contents | |
| virtual std::shared_ptr< const Image > | AsImage () const |
| Retrieves a randomly accessible image. | |
| std::shared_ptr< Image > | AsImage () |
| Retrieves a randomly accessible image. | |
Public Attributes | |
| uint32_t | CreationDate |
| uint32_t | ModificationDate |
| uint32_t | LastBackupDate |
| uint32_t | Attributes |
Public Attributes inherited from Apple::AppleSingleDouble::Entry | |
| const uint32_t | id |
| offset_t | file_offset = 0 |
| offset_t | image_size = 0 |
Public Attributes inherited from Linker::Format | |
| offset_t | file_offset |
Additional Inherited Members | |
Static Public Member Functions inherited from Apple::AppleSingleDouble::Entry | |
| static std::shared_ptr< Entry > | ReadEntry (Linker::Reader &rd, hfs_type home_file_system) |
Protected Member Functions inherited from Apple::AppleSingleDouble::Entry | |
| Entry (uint32_t id) | |
|
overridevirtual |
Display file contents in a nice manner.
Implements Apple::AppleSingleDouble::Entry.
|
overridevirtual |
Retrieves size of stored data.
Implements Apple::AppleSingleDouble::Entry.
|
overridevirtual |
Loads file into memory.
Implements Apple::AppleSingleDouble::Entry.
|
overridevirtual |
Stores data in memory to file.
Implements Apple::AppleSingleDouble::Entry.