You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readelf.txt contains a readelf output for an elf32 file with a section headers that are too large for the file header. The bracketed values in the header decode contain the real sizes.
issue.zip contains flat.o (the input file showing the issue) and the files I modified to stop that error. My C++ is rusty (to say the least) so the updates are not elegant. I hope a maintainer finds the 3 source files usefull.
The text was updated successfully, but these errors were encountered:
readelf.txt contains a readelf output for an elf32 file with a section headers that are too large for the file header. The bracketed values in the header decode contain the real sizes.
issue.zip contains flat.o (the input file showing the issue) and the files I modified to stop that error. My C++ is rusty (to say the least) so the updates are not elegant. I hope a maintainer finds the 3 source files usefull.
The text was updated successfully, but these errors were encountered: