horsicq/XELFViewer

Type value in Programs.Notes miss high word part

fish2bird opened this issue · 4 comments

I use XELFViewer analyse a coredump file, I want to inpsect data in note: NT_SIGINFO

as https://elixir.bootlin.com/linux/v4.5/source/include/uapi/linux/elf.h#L376

#define NT_SIGINFO      0x53494749

0x53494749 be seen in hexdump
but XELFViewer parsed Type = 0x00004749

BTW, all Type field for each note seems miss higher 2 bytes

Hello! Thanks a lot for the bugreport! Could you please share your screenshot of XELFViewer?

Hello! Thanks a lot for the bugreport! Could you please share your screenshot of XELFViewer?

image

Thanks a lot! It will be fixed in 1-2 days and a beta version with this fix will be here: https://github.com/horsicq/XELFViewer/releases/tag/Beta

Fixed