<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Windows on Qtnes</title><link>http://qtnes.com/tags/windows/</link><description>Recent content in Windows on Qtnes</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 22 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="http://qtnes.com/tags/windows/index.xml" rel="self" type="application/rss+xml"/><item><title>KUSER_SHARED_DATA quick notes</title><link>http://qtnes.com/til/kuser-shared-data/</link><pubDate>Wed, 22 Apr 2026 00:00:00 +0000</pubDate><guid>http://qtnes.com/til/kuser-shared-data/</guid><description>&lt;p&gt;Today I learned about KUSER_SHARED_DATA: a kernel-populated shared page that user mode can read directly.&lt;/p&gt;
&lt;h2 id="user-mode-address"&gt;User-mode address&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;User mode reads it at fixed address &lt;code&gt;0x7FFE0000&lt;/code&gt; (same on x86 and x64).&lt;/li&gt;
&lt;li&gt;It is mapped read-only in user mode.&lt;/li&gt;
&lt;li&gt;Kernel has a different fixed mapping, but from user-mode reversing, &lt;code&gt;0x7FFE0000&lt;/code&gt; is the important one.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="what-is-stored-there-high-value-fields"&gt;What is stored there (high value fields)&lt;/h2&gt;
&lt;p&gt;This structure contains fast-access global OS data, historically heavy on time-related values:&lt;/p&gt;</description></item></channel></rss>