NTDLL Versions

Only in the NT versions of Windows is NTDLL.DLL a substantial executable. Until version 6.0 reunified client and server editions under different product names, each new Windows package brought at least a change of the minor version number. (Yes, that should be unremarkable, but compare with DLLs from the Windows Shell, some of which kept to one version number for Windows XP, Windows Server 2003, Windows Vista and Windows Server 2008.)

File Version Distribution
Windows NT
3.51   Windows NT 3.51
4.0 Windows 95 Windows NT 4.0
4.10 Windows 98  
4.90 Windows Me  
5.0   Windows 2000
5.1   Windows XP
5.2   Windows Server 2003
6.0   Windows Vista
Windows Server 2008
6.1   Windows 7
Windows Server 2008 R2

For the versions of Windows that run on MS-DOS, NTDLL exists only as a small collection of stub functions, and might more usefully be considered a different executable.

Builds

The following builds have been inspected for these notes. Most are from MSDN discs. Some, especially since Microsoft greatly reduced its shipment of operating systems on MSDN discs, are from service packs downloaded (typically as self-extracting executables) from a Microsoft website.

Builds are arranged in increasing order of the file version as recorded in the executable’s resources. This version number is readily visible using Windows Explorer either in a so-called infotip for the file or by accessing the Version tab in the Properties dialog for the file. Programmers know this version number as coming from the so-called root block of the version-information resource, specifically from the dwFileVersionMS and dwFileVersionLS members of a VS_FIXEDFILEINFO structure.

The date stamp shown for each version is more obscure. File dates are easily modified after the executable is built and are anyway liable to be shown differently when read from different time zones. However, there is in each executable’s header a date stamp which is set when the executable is built and which is not commonly changed afterwards. It is readily accessible to anyone with programming knowledge and appropriate tools, e.g., Microsoft’s own DUMPBIN utility.

32-Bit Windows (x86)

File Version File Header Date Stamp File Size Package
3.51.1025.1 2FC3AE99 (25th May 1995) 307,088 Windows NT 3.51
3.51.1057.6 3214F49D (17th August 1996) 307,088 Windows NT 3.51 SP5
4.0.0.950 2FF36CC2 (30th June 1995) 5,632 Windows 95
Windows 95 OSR2
4.0.1376.1 31F3C73E (23rd July 1996) 353,552 Windows NT 4.0
4.0.1381.4 334EA15A (12th April 1997) 355,088 Windows NT 4.0 SP3
4.0.1381.130 361D3EA2 (9th October 1998) 355,600 Windows NT 4.0 SP4
4.0.1381.174 36D5E9A4 (26th February 1999) 363,792 Windows NT 4.0 SP5
4.0.1381.298 3786600B (10th July 1999) 366,864 Windows NT 4.0 SP6
4.10.0.1998 3546AB93 (29th April 1998) 20,480 Windows 98
Windows 98 SE
4.90.0.3000 39403BE1 (9th June 2000) 20,480 Windows Me
5.0.2163.1 38175B30 (28th October 1999) 481,040 Windows 2000
5.0.2195.1600 394193D2 (10th June 2000) 486,672 Windows 2000 SP1
5.0.2195.5400 3D3D0209 (23rd July 2002) 490,768 Windows 2000 SP3
5.0.2195.6685 3EF274DC (20th June 2003) 491,792 Windows 2000 SP4
5.1.2600.0 3B7DE01E (18th August 2001) 674,304 Windows XP
5.1.2600.1106 3D6DFA28 (29th August 2002) 668,672 Windows XP SP1
5.1.2600.2180 411096B4 (4th August 2004) 708,096 Windows XP SP2
5.1.2600.5512 4802A12C (14th April 2008) 706,048 Windows XP SP3
5.2.3790.0 3E802494 (25th March 2003) 739,840 Windows Server 2003
5.2.3790.1830 424377D2 (25th March 2005) 766,464 Windows Server 2003 SP1
5.2.3790.3959 45D70AD8 (18th February 2007) 765,440 Windows Server 2003 SP2
6.0.6000.16386 4549BDC9 (2nd November 2006) 1,162,656 Windows Vista
6.0.6001.18000 4791A7A6 (19th January 2008) 1,203,792 Windows Vista SP1
Windows Server 2008
6.0.6002.18005 49E03821 (11th April 2009) 1,202,168 Windows Vista SP2
6.1.7600.16385 4A5BDADB (14th July 2009) 1,286,144 Windows 7

For the two Windows 95 versions (original and OSR2) and the two Windows 98 versions (original and SE), the only difference between the binaries in each pair is that the later is built with newer import libraries for some DLLs, so that the two have slightly different Import Address Tables and a different checksum in the executable’s header.

The build for Windows Me differs from the two for Windows 98 only by a change of version number and by rebasing, both for the executable itself and for imported addresses, with a corresponding change in the file header’s date stamp and checksum.

The executables for Windows Vista SP1 and Windows Server 2008 are exactly identical.

64-Bit Windows (x64)

File Version File Header Date Stamp File Size Package
5.2.3790.1830 42438B79 (25th March 2005) 1,257,472 Windows Server 2003 SP1
5.2.3790.3959 45D6CC72 (17th February 2007) 1,254,400 Windows Server 2003 SP2
6.0.6000.16386 4549D372 (2nd November 2006) 1,533,992 Windows Vista
6.0.6001.18000 4791ADEC (19th January 2008) 1,559,696 Windows Vista SP1
Windows Server 2008
6.0.6002.18005 49E0421D (11th April 2009) 1,582,792 Windows Vista SP2
6.1.7600.16385 4A5BE02B (14th July 2009) 1,736,792 Windows 7
Windows Server 2008 R2

Where two packages are shown for the same build, the executables are identical.

32-Bit Windows on 64-Bit Windows (wow64)

NTDLL is sufficiently low-level that its 32-bit executables for 64-bit Windows differ from those of the corresponding 32-bit Windows versions.

File Version File Header Date Stamp File Size Package
5.2.3790.1830 42437794 (25th March 2005) 762,880 Windows Server 2003 SP1
5.2.3790.3959 45D709FF (17th February 2007) 766,464 Windows Server 2003 SP2
6.0.6000.16386 4549BDF8 (2nd November 2006) 1,145,664 Windows Vista
6.0.6001.18000 4791A783 (19th January 2008) 1,165,688 Windows Vista SP1
Windows Server 2008
6.0.6002.18005 49E03824 (11th April 2009) 1,165,088 Windows Vista SP2
6.1.7600.16385 4A5BDB3B (14th July 2009) 1,289,712 Windows 7
Windows Server 2008 R2

Where two packages are shown for the same build, the executables are identical.