Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Changing XP x64's major and minor version?

Featured Replies

If you want change 2000, XP x86's version and build number, use imagecfg! for Longhorn, modify ntoskrnl or ntkr**** via hex editor. (follow this guide!)

But in case of XP x64, imagecfg doesn't work and I can't find where major and minor are in ntoskrnl..

 

Does anyone know where they are? I was able to find build number in ntoskrnl, so version is 5.2.2600 now

KakaoTalk_20230515_195419617.thumb.png.be9324637dc0090bbd389b7dba79ee77.png

  • Author
Quote

Whats exactly your goal?

Changing minor version.

+ Purpose is testing compatiblity

Edited by doldolekim

Look in ntos' RtlGetVersion. It's either hardcoded in there (Vista+) or it references the global variables that store the major and minor versions (XP x64, I'm almost certain).

Changing build for what test exactly? Compatibility of what exactly?

 

If you want to lie for certain app, use Application Verifier. Otherwise build could be changed using hacking kernel32.dll If I remember correctly. Also If you just want to display different build in WinVer dialog, it can be done by registry 

  • Author
1 hour ago, win32 said:

Look in ntos' RtlGetVersion. It's either hardcoded in there (Vista+) or it references the global variables that store the major and minor versions (XP x64, I'm almost certain).

I modified RtlGetVersion and PsGetVersion both, but version is still 5.2

idatest.thumb.png.b04cdeadc6c7921e157f54e5aa1335c0.png

Edited by doldolekim

So XP x64 doesn't have the global variables that store the major/minor versions after all (WRK does). In that event, you should look for MmCreatePeb or a similarly named function; this will provide the values that are fed to user mode version functions. You can also modify ntdll's RtlGetVersion or "intercept" kernel32's GetVersionExW.

  • Author
1 hour ago, win32 said:

So XP x64 doesn't have the global variables that store the major/minor versions after all (WRK does). In that event, you should look for MmCreatePeb or a similarly named function; this will provide the values that are fed to user mode version functions. You can also modify ntdll's RtlGetVersion or "intercept" kernel32's GetVersionExW.

Thank you so much!! I found major and minor near MmCreatePeb function

idatest2.thumb.png.f0c59e8b4660d70e6f531104cb24e04a.png

image.png.dc859b3cc60792e0a582f9a87b028176.png

Edited by doldolekim

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.