News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Retrieving the version of EXEs and DLLs

Started by Vortex, January 19, 2025, 05:26:52 AM

Previous topic - Next topic

Vortex

Here is a command line tool to get the version of the an exe\dll.

Tested on Windows 7 Sp1 :

GetFileVersion.exe C:\Windows\System32\ntdll.dll
6.1.7601.24545

NoCforMe

Here's my GUI file version display app. (Code available to those interested.)
Assembly language programming should be fun. That's why I do it.

Vortex


NoCforMe

Assembly language programming should be fun. That's why I do it.

NoCforMe

Hey, you should expand your version to show all the other interesting stuff that GetFileVersionInfo() gives you.

My source attached.
Assembly language programming should be fun. That's why I do it.