Windows XP/Server 2003 source code revisited

Technology

Hi everyone. As you may know, lots of people aren’t interested much of compilation & further development of Windows XP/Server 2003 source code. By referring to guides from 2020/21, I succeed of compilation. Also I will share a simple guide of how to do that (based on https://rentry.co/build-win2k3). Here’s a screenshot to prove that it’s a real compiled build.

Instructions

  • Create and install Windows 10’s latest version virtual machine, with minimum 120GB disk space and 4GB memory and processor cores
  • Allocate D:\ disk drive for entire source code (min. 60GB)
  • Change CD-ROM drive to G:\ (for getting missing files if neccesary)
  • Disable User Account Control - needs for avoid screens of confirmation
  • Download source code from link below
  • Important! Disable Real-Time Protection from Windows Security
  • Extract source code to D:\srv03rtm
  • Uncheck read-only from srv03rtm folder
  • If your host is Windows 10 1809 and later, install driver.pfx from “tools” folder for Local Machine & Current User, else if your host is up to Windows Vista delete driver.pfx, and rename driver_3des.pfx to that.
  • Run Command Prompt as Administrator, and switch to D:\srv03rtm.
  • If you’re on x64 host, run tools\razzle64 free offline, else: tools\razzle free offline
  • Run tools\prebuild for prepare to building
  • Type build /cZP -M 4 (-M 4 for using all 4 cores of processor)
  • Extract missing binaries to D:\binaries.x86fre
  • Type on CMD tools\postbuild -full
  • Then, write tools\oscdimg pro|per|srv for generating ISO file for XP Professional/Home Edition/Server 2003 Standard Edition

Serial key located at srv03rtm\base\ntsetup\pidgen\pidgen\spidgen.cpp, and it’s HB9CF-JTKJF-722HV-VPBRF-9VKVM

Missing instructions I will write here. You can use guide at top as quick reference to get all missing things. Link to missing binaries of source I will upload later.

Download Links

Source code: srv03rtm.7z - Google Drive
Missing files: misbin.7z - Google Drive

Connect

Discord - OpenXP

2 Likes
How to compile Windows XP / Server 2003 code from the leak

Link to missing binaries: misbin.7z - Google Drive

i’m never even able to find a download

and when i ask for one i get ignored

I already provided link for downloading
Click to link below

drive.google.com

srv03rtm.7z

Google Drive file.

is this the files of the leak or on a fixed up version of the leak done in 2021

edit: there’s a readme file claiming this is prepatched 10a. good.

these files are contains all patches and modifications of v10a.

did you tamper with code related to windows registry installation?

the error message id is SP_SCRN_REGISTRY_CONFIG_FAILED.

Gamerappa:

did you tamper with code related to windows registry installation?

nope. did you edited some config files or don’t follow instructions properly?

Rentry.co guide for Linux only

it isn’t “linux only” as the two requirements are installable on windows.

i did have a problem where a build would refuse to install afterwards but removing the code regarding this fixed it.

where and which code did you removed?

it was somewhere in cmdline.c inside of ntsetup. it should be near the code to check if someone is trying to install a timebombed build after expiration.