C# Class CSPspEmu.Hle.Formats.Elf.HeaderStruct

Datei anzeigen Open project: soywiz/cspspemu Class Usage Examples

Public Properties

Property Type Description
Class byte
Data byte
ElfHeaderSize ushort
EntryPoint uint
Flags uint
IdVersion byte
Machine MachineEnum
Magic MagicEnum
ProgramHeaderCount ushort
ProgramHeaderEntrySize ushort
ProgramHeaderOffset uint
SectionHeaderCount ushort
SectionHeaderEntrySize ushort
SectionHeaderOffset uint
SectionHeaderStringTable ushort
Type TypeEnum
Version uint

Property Details

Class public_oe property

?
public byte Class
return byte

Data public_oe property

?
public byte Data
return byte

ElfHeaderSize public_oe property

ELF header size in bytes
public ushort ElfHeaderSize
return ushort

EntryPoint public_oe property

Virtual address of code entry. Module EntryPoint (PC)
public uint EntryPoint
return uint

Flags public_oe property

Processor specific flags
public uint Flags
return uint

IdVersion public_oe property

?
public byte IdVersion
return byte

Machine public_oe property

Architecture build = Machine.ALLEGREX
public MachineEnum Machine
return MachineEnum

Magic public_oe property

Magic identifying the file : [0x7F, 'E', 'L', 'F']
public MagicEnum Magic
return MagicEnum

ProgramHeaderCount public_oe property

Number of program headers
public ushort ProgramHeaderCount
return ushort

ProgramHeaderEntrySize public_oe property

Program header size (all the same size)
public ushort ProgramHeaderEntrySize
return ushort

ProgramHeaderOffset public_oe property

Program header table's file offset in bytes
public uint ProgramHeaderOffset
return uint

SectionHeaderCount public_oe property

Number of section headers
public ushort SectionHeaderCount
return ushort

SectionHeaderEntrySize public_oe property

Section header size (all the same size)
public ushort SectionHeaderEntrySize
return ushort

SectionHeaderOffset public_oe property

Section header table's file offset in bytes
public uint SectionHeaderOffset
return uint

SectionHeaderStringTable public_oe property

Section header table index of the entry associated with the section name string table
public ushort SectionHeaderStringTable
return ushort

Type public_oe property

Identifies object file type
public TypeEnum Type
return TypeEnum

Version public_oe property

Object file version
public uint Version
return uint