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

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство 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
Résultat byte

Data public_oe property

?
public byte Data
Résultat byte

ElfHeaderSize public_oe property

ELF header size in bytes
public ushort ElfHeaderSize
Résultat ushort

EntryPoint public_oe property

Virtual address of code entry. Module EntryPoint (PC)
public uint EntryPoint
Résultat uint

Flags public_oe property

Processor specific flags
public uint Flags
Résultat uint

IdVersion public_oe property

?
public byte IdVersion
Résultat byte

Machine public_oe property

Architecture build = Machine.ALLEGREX
public MachineEnum Machine
Résultat MachineEnum

Magic public_oe property

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

ProgramHeaderCount public_oe property

Number of program headers
public ushort ProgramHeaderCount
Résultat ushort

ProgramHeaderEntrySize public_oe property

Program header size (all the same size)
public ushort ProgramHeaderEntrySize
Résultat ushort

ProgramHeaderOffset public_oe property

Program header table's file offset in bytes
public uint ProgramHeaderOffset
Résultat uint

SectionHeaderCount public_oe property

Number of section headers
public ushort SectionHeaderCount
Résultat ushort

SectionHeaderEntrySize public_oe property

Section header size (all the same size)
public ushort SectionHeaderEntrySize
Résultat ushort

SectionHeaderOffset public_oe property

Section header table's file offset in bytes
public uint SectionHeaderOffset
Résultat uint

SectionHeaderStringTable public_oe property

Section header table index of the entry associated with the section name string table
public ushort SectionHeaderStringTable
Résultat ushort

Type public_oe property

Identifies object file type
public TypeEnum Type
Résultat TypeEnum

Version public_oe property

Object file version
public uint Version
Résultat uint