Eli Bendersky

Results 225 comments of Eli Bendersky

> It would really be nice if that was documented somewhat more obvious or with an example. Feel free to send a PR adding an example

I don't see your input file. Can you provide it and say explicitly where the mismatch is? Or can this be reproduced on one of my samples? If yes, can...

@altendky thanks for the details. It may take some time for me to get to look at this issue, but when I do the extra details certainly help.

Unfortunately I don't have much time to fix these issues right now; if you could create a pull request with a fix, that would certainly make things easier.

Thanks for the report. PRs to fix this are welcome.

Is it just the example? Does the readelf test work correctly on this executable?

I suppose you could still use pyelftools to get the raw section from the ELF file; it's just that pyelftools wouldn't decode it for you? I'd accept a patch/pull request...

Version 0.28 was released with all the latest stuff inside

There's definitely _some_ support for ARM there - we have arm files for the readelf comparison tests; but maybe this particular functionality is not supported (applying relocations in dwarf). Patches...