bincopy icon indicating copy to clipboard operation
bincopy copied to clipboard

Problem with loading ELF file produced by CodeWarrior toolchain

Open marekvi95 opened this issue 4 months ago • 1 comments

Hello Erik,

I am not able to parse ELF file produced by CodeWarrior. I get the following error: bincopy.AddDataError: data added to a segment must be adjacent to or overlapping with the original segment data

However, I am able to parse it using the pyelftools.

Attached is the ELF file and corresponding binary created by the objcopy. files.zip

Thanks, Marek

marekvi95 avatar Feb 22 '24 13:02 marekvi95