Roberto Camacho Barranco
Roberto Camacho Barranco
I get the same error with the file I sent you in issue #22, but I thought it had something to do with the way the file is formatted. After...
By the way. using the readelf.py script I get the following: ``` ... system_SLE90.c 291 0x100061a8 system_SLE90.c 295 0x100061aa system_SLE90.c 296 0x100061ac system_SLE90.c 296 0x100061ae Traceback (most recent call last):...
I managed to fix the code by checking that dwarfinfo.line_program_for_CU actually returns something: ``` python lineprog = dwarfinfo.line_program_for_CU(CU) if lineprog != None: do stuff with get_entries ``` I guess this...