Skip to content

Instantly share code, notes, and snippets.

View dendenxu's full-sized avatar
🚲
Riding bike

Zhen Xu dendenxu

🚲
Riding bike
View GitHub Profile
@dendenxu
dendenxu / dllmain.cpp
Created August 6, 2025 10:44 — forked from aidnzz/dllmain.cpp
Injecting raw input into roblox
#define NOMINMAX
#include <mutex>
#include <string_view>
#include <windows.h>
#include "minhook.h"
#pragma comment(lib, "libminhook-x86")