SUMMARY kasten/controllers/view/structures/examples/okteta/structures/elf/main.osd In this ELF structure definition, the arrays under both e_phoff and e_shoff are called "Section headers". e_shoff is correct, but e_phoff should be "Program headers". Reference: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html STEPS TO REPRODUCE 1. Open any ELF file 2. Open the Structures tool view 3. Expand Elf32_Ehdr > e_phoff and e_shoff OBSERVED RESULT Both arrays are called "Section headers". EXPECTED RESULT e_phoff array should be called "Program headers". SOFTWARE/OS VERSIONS Linux: Kubuntu 22.04 KDE Plasma: 5.24.7
Git commit 418e94ec7774a12671e0742dbcf4f270f26ad83f by Friedrich W. H. Kossebau. Committed on 03/12/2023 at 17:33. Pushed by kossebau into branch '0.26'. ELF structure definition: fix wrong e_phoff label FIXED-IN: 0.26.14 M +1 -1 kasten/controllers/view/structures/examples/okteta/structures/elf/main.osd https://invent.kde.org/utilities/okteta/-/commit/418e94ec7774a12671e0742dbcf4f270f26ad83f
Thanks for the report :)