Skip to content
View Xyrem's full-sized avatar
🌗
To the moon
🌗
To the moon

Highlights

  • Pro

Organizations

@Project-Trinity
Block or Report

Block or report Xyrem

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Yumekage Yumekage Public

    Demo proof of concept for shadow regions, and implementation of HyperDeceit.

    C++ 256 43

  2. HyperDeceit HyperDeceit Public

    HyperDeceit is the ultimate all-in-one library that emulates Hyper-V for Windows, giving you the ability to intercept and manipulate operating system tasks with ease.

    C++ 348 65

  3. Nvidia GPU UUID randomizer Nvidia GPU UUID randomizer
    1
    	DriverInformation_t NVBase;
    2
    	uint32_t UuidValidOffset = 0;
    3
    
                  
    4
    	// Get nvlddmkm.sys information.
    5
    	if (!Utils::GetDriverInformation(H("nvlddmkm.sys"), NVBase))