file & line information from an address.
- Issue #7: parsing incorrect DWARF was made a bit more forgiving for cases
where serialized DIE trees have extra NULLs at the end.
+ - Pull request 6: very initial support for ARM ELF files.
+ Version 0.20 (27.01.2012)
def get_machine_arch(self):
""" Return the machine architecture, as detected from the ELF header.
- At the moment the only supported architectures are x86 and x64.
+ Not all architectures are supported at the moment.
"""
if self['e_machine'] == 'EM_X86_64':
return 'x64'
if __name__ == '__main__':
sys.exit(unittest.main())
+