Package rekall :: Module compatibility :: Class ELFFile
[frames] | no frames]

Class ELFFile

source code


Instance Methods
 
get_machine_arch(self)
Return the machine architecture, as detected from the ELF header.
source code

Inherited from site-packages.elftools.elf.elffile.ELFFile: __getitem__, __init__, address_offsets, get_dwarf_info, get_section, get_section_by_name, get_segment, has_dwarf_info, iter_sections, iter_segments, num_sections, num_segments

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

get_machine_arch(self)

source code 

Return the machine architecture, as detected from the ELF header. Not all architectures are supported at the moment.

Overrides: site-packages.elftools.elf.elffile.ELFFile.get_machine_arch
(inherited documentation)