C library to read EXE version from Linux?

后端 未结 5 1874
孤独总比滥情好
孤独总比滥情好 2021-02-08 11:24

Is there a library I can use in Linux that will return the properties of a Windows EXE file that are listed in Explorer\'s Version tab? These are fields like Product Name, Produ

5条回答
  •  攒了一身酷
    2021-02-08 11:47

    Here is an example in the Tcl language to parse through a .exe file to retrieve the version information.

    Reading version information from Win32 executables.

    This web page describes the .exe header format. I am not sure of the date of this information or whether it applies to more recent versions of Windows or not. However it is a starting place.

提交回复
热议问题