commit | ef943b79e3179070c36ea5803bb7ff2988129428 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Wed Nov 23 16:01:52 2011 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Wed Nov 23 16:01:52 2011 +0200 |
tree | dd0c23851c8ea78167c8fe47d26624a1c645a702 | |
parent | 6062bf7f7dfe4c188971c5cc6f6b54b7acaab09b [diff] [blame] |
still not working, but getting there. need to revise DWARF processing for per-section streams
diff --git a/z.py b/z.py index 8bf4743..b0cdfb2 100644 --- a/z.py +++ b/z.py
@@ -7,7 +7,7 @@ from elftools.elf.elffile import ELFFile from elftools.elf.sections import * -from elftools.dwarf.dwarfrelocationmanager import DWARFRelocationManager +from elftools.elf.relocation import * # read a little-endian, 64-bit file es = ELFStructs(True, 64)