Create GetKUserSharedData.cpp

This commit is contained in:
vxunderground 2022-07-14 23:20:30 -05:00 committed by GitHub
parent 2ed777c5c3
commit 763ca11b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,4 @@
PKUSER_SHARED_DATA GetKUserSharedData(VOID)
{
return (KUSER_SHARED_DATA*)0x7FFE0000;
}