C# Class SymbolExplorer.Code.Unix.Elf32_Ehdr

Mostrar archivo Open project: BlazingHeart/SymbolExplorer Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
SwapEndian ( ) : void

Method Details

SwapEndian() public method

public SwapEndian ( ) : void
return void

Property Details

e_ehsize public_oe property

public ushort e_ehsize
return ushort

e_entry public_oe property

public uint e_entry
return uint

e_flags public_oe property

public uint e_flags
return uint

e_machine public_oe property

public EMACHINE e_machine
return EMACHINE

e_phentsize public_oe property

public ushort e_phentsize
return ushort

e_phnum public_oe property

public ushort e_phnum
return ushort

e_phoff public_oe property

public uint e_phoff
return uint

e_shentsize public_oe property

public ushort e_shentsize
return ushort

e_shnum public_oe property

public ushort e_shnum
return ushort

e_shoff public_oe property

public uint e_shoff
return uint

e_shstrndx public_oe property

public ushort e_shstrndx
return ushort

e_type public_oe property

public ETYPE e_type
return ETYPE

e_version public_oe property

public EVERSION e_version
return EVERSION