C# Class SymbolExplorer.Code.Unix.Elf32_Ehdr

Afficher le fichier Open project: BlazingHeart/SymbolExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
e_ehsize ushort
e_entry uint
e_flags uint
e_machine EMACHINE
e_phentsize ushort
e_phnum ushort
e_phoff uint
e_shentsize ushort
e_shnum ushort
e_shoff uint
e_shstrndx ushort
e_type ETYPE
e_version EVERSION

Méthodes publiques

Méthode Description
SwapEndian ( ) : void

Method Details

SwapEndian() public méthode

public SwapEndian ( ) : void
Résultat void

Property Details

e_ehsize public_oe property

public ushort e_ehsize
Résultat ushort

e_entry public_oe property

public uint e_entry
Résultat uint

e_flags public_oe property

public uint e_flags
Résultat uint

e_machine public_oe property

public EMACHINE e_machine
Résultat EMACHINE

e_phentsize public_oe property

public ushort e_phentsize
Résultat ushort

e_phnum public_oe property

public ushort e_phnum
Résultat ushort

e_phoff public_oe property

public uint e_phoff
Résultat uint

e_shentsize public_oe property

public ushort e_shentsize
Résultat ushort

e_shnum public_oe property

public ushort e_shnum
Résultat ushort

e_shoff public_oe property

public uint e_shoff
Résultat uint

e_shstrndx public_oe property

public ushort e_shstrndx
Résultat ushort

e_type public_oe property

public ETYPE e_type
Résultat ETYPE

e_version public_oe property

public EVERSION e_version
Résultat EVERSION