[Overview][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
ELF resource reader
Source position: elfreader.pp line 36
type TElfResourceReader = class(TAbstractResourceReader) end; |
||
protected |
||
function GetExtensions; override; |
||
function GetDescription; override; |
||
procedure Load(); override; |
||
function CheckMagic(); override; |
||
public |
||
constructor Create; override; |
||
destructor Destroy; override; |
||
property MachineType: TElfMachineType; [r] |
|
The machine type of the object file |
|
ELF resource reader |
|
| | ||
|
Base abstract resource reader class |
|
| | ||
TObject |
This class provides a reader for ELF object files and images containing resources.
ELF is the file format used by unices and other operating systems for object files and image files (executables, dynamic libraries and so on). Free Pascal can store resources in ELF files in its own format.
After an object file has been read, MachineType property holds the machine type the object file was built for.
Remark: | This reader can't read ELF files without section headers. These are however very rare. |
|
The machine type of the object file |
|
|
Base abstract resource reader class |
|
|
ELF resource writer |
|
|
Format of resources in object files |