Skip to content

Instantly share code, notes, and snippets.

@alastorid
Created March 6, 2025 19:30
Show Gist options
  • Save alastorid/1c82f27e04e84f8be726484249f28f16 to your computer and use it in GitHub Desktop.
Save alastorid/1c82f27e04e84f8be726484249f28f16 to your computer and use it in GitHub Desktop.
Perl Get Windows Build Number
print unpack("L", unpack("P4", pack("J", 0x7FFE0260))), "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment