mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
6 lines
113 B
C++
6 lines
113 B
C++
#include "Win32Helper.h"
|
|
|
|
PKUSER_SHARED_DATA GetKUserSharedData(VOID)
|
|
{
|
|
return (KUSER_SHARED_DATA*)0x7FFE0000;
|
|
} |