Skip to content

Instantly share code, notes, and snippets.

View UMU618's full-sized avatar
💯
Retiree

UMU UMU618

💯
Retiree
View GitHub Profile
@ADeltaX
ADeltaX / main.cpp
Last active October 28, 2025 06:24
Example of creating a window using a private api on a dll-injected immersive process
#include "pch.h"
#pragma comment(lib, "gdi32.lib")
enum ZBID
{
ZBID_DEFAULT = 0,
ZBID_DESKTOP = 1,
ZBID_UIACCESS = 2,
ZBID_IMMERSIVE_IHM = 3,
ZBID_IMMERSIVE_NOTIFICATION = 4,