horsicq / Detect-It-Easy

Program for determining types of files for Windows, Linux and MacOS.
http://ntinfo.biz
MIT License
6.95k stars 695 forks source link

.bss section on Linux it's showing data from next sections #202

Closed tttony closed 2 weeks ago

tttony commented 2 months ago

System: Debian 12 DIE version: 3.09

Just picking any executable file with .bss section and it's shows data from the next sections

Debian.webm

On Windows it does not shows any data, even the .bss section is present and it says zero in SizeOfRawData (tested only on two executables) but it would be cool since it just zero initialized bytes to just show the size in bytes? without the need to open the Section Header window to see how many bytes are there

Also it would be better if the section name was showed in the first column like in Windows

horsicq commented 2 months ago

Thanks a lot for the bugreport! It will be fixed!