Windows 8 Build 7861.0.fbl grfx dev1.101013-1700:修订间差异
跳转到导航
跳转到搜索
Windows 8 Build 7861.0.fbl grfx dev1.101013-1700 (查看源代码)
2025 年 3 月 25 日 (二) 09:18 的版本
、 2025 年 3 月 25 日 (星期二)已完成移植(PlaceHolder)
小无编辑摘要 |
小 (已完成移植(PlaceHolder)) |
||
| 第 3 行: | 第 3 行: | ||
|buildtag = 7861.0.fbl_grfx_dev1.101013-1700 | |buildtag = 7861.0.fbl_grfx_dev1.101013-1700 | ||
|family = nt | |family = nt | ||
|NT version = Windows NT 6. | |NT version = Windows NT 6.1 | ||
|build = 7861 | |build = 7861 | ||
|revision = 0 | |revision = 0 | ||
| 第 15 行: | 第 15 行: | ||
}} | }} | ||
'''Windows 8 build 7861''' is a build of Windows 8. It was shared on 11 October 2024, along with a concurrent fbl_core1_hyp_dev compile in the Server SKU. | '''Windows 8 build 7861''' is a build of [[Windows 8]]. It was shared on 11 October 2024, along with a [[Windows Server 2012 Build 7861.0.fbl_core1_hyp_dev.101013-1700|concurrent <code>fbl_core1_hyp_dev</code> compile]] in the Server SKU. | ||
This is the last available build to bear the 6.1 kernel version. | This is the last available build to bear the 6.1 kernel version. | ||
| 第 42 行: | 第 42 行: | ||
=== Leak prevention === | === Leak prevention === | ||
A near-final implementation of the Windows Fingerprinting Service has been added through the addition of a dedicated fingerprinting blob in the system, displayed on the desktop watermark and the Version Reporter Applet by shell library shell32.dll. The fingerprint is directly appended at the end of the BuildLab string (queried from registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion) in the form of a build hash (officially named the "EULA hash"), computed by splitting the WFS blob into 8 arrays of 16 bytes and XORing each of the 16 bytes together. The EULA hash can then be derived in order to source build leaks to existing Microsoft affiliates; the visibility of the EULA hash and the confidentiality warnings depend on the presence of certain compiler flags. | A near-final implementation of the Windows Fingerprinting Service has been added through the addition of a dedicated fingerprinting blob in the system, displayed on the desktop watermark and the Version Reporter Applet by shell library <code>shell32.dll</code>. The fingerprint is directly appended at the end of the <code>BuildLab</code> string (queried from registry key <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion</code>) in the form of a build hash (officially named the "EULA hash"), computed by splitting the WFS blob into 8 arrays of 16 bytes and XORing each of the 16 bytes together. The EULA hash can then be derived in order to source build leaks to existing Microsoft affiliates; the visibility of the EULA hash and the confidentiality warnings depend on the presence of certain compiler flags. | ||
Fingerprinting data is now stored in the registry key HKLM\SYSTEM\WPA\478C035F-04BC-48C7-B324-2462D786DAD7-5P-9. The registry key must exist in the Windows install, or the operating system will either refuse to boot or non-deterministically bugcheck with codes KERNEL_SECURITY_CHECK_FAILURE (during boot) or CRITICAL_STRUCTURE_CORRUPTION (if the periodic WFS check during runtime fails). Furthermore, most parts of the fingerprint data are now encrypted, and therefore require reverse engineering efforts to decode and extract the relevant information. | Fingerprinting data is now stored in the registry key <code>HKLM\SYSTEM\WPA\478C035F-04BC-48C7-B324-2462D786DAD7-5P-9</code>. The registry key must exist in the Windows install, or the operating system will either refuse to boot or non-deterministically bugcheck with codes <code>KERNEL_SECURITY_CHECK_FAILURE</code> (during boot) or <code>CRITICAL_STRUCTURE_CORRUPTION</code> (if the periodic WFS check during runtime fails). Furthermore, most parts of the fingerprint data are now encrypted, and therefore require reverse engineering efforts to decode and extract the relevant information. | ||
== Bugs and quirks == | == Bugs and quirks == | ||
| 第 53 行: | 第 53 行: | ||
=== Interface === | === Interface === | ||
<gallery> | <gallery> | ||
7850-Boot.png|Boot Screen | |||
7861-StartScreen.png|Start Screen | 7861-StartScreen.png|Start Screen | ||
7861-SearchCharms.png|Search Charms | 7861-SearchCharms.png|Search Charms | ||
7861-CharmsBar.png|Charms Bar | 7861-CharmsBar.png|Charms Bar | ||
</gallery> | </gallery> | ||
[[分类:Windows 8 的版本]] | |||