Social VR Platform Mods
General purpose all-in-one quality-of-life suite, a safety/anti-crashing mod, and additional QoL improvements to enhance the social experience.
Windows-focused engineer working on anti-tamper, general purpose applications, and hands-on RE through mods, learning cheats, and protocol emulation. I value performance, reliability, and clear tooling — and run a Proxmox homelab.
; x64 snippet — fast path
mov rax, [rcx+08h]
test rax, rax
je short .slow
lock xadd [rax], rdx
; ...
// C++: zero-cost abstractions
for (auto& task : tasks) {
pool.enqueue([&]{ task(); });
}
// C#: low-latency pipeline
var channel = Channel.CreateBounded<byte[]>(1024);
await foreach (var packet in channel.Reader.ReadAllAsync()) {
analyzer.Ingest(packet);
}
General purpose all-in-one quality-of-life suite, a safety/anti-crashing mod, and additional QoL improvements to enhance the social experience.
Cheats for various games to explore Windows internals and memory behavior, focusing on safe experimentation and deepening systems knowledge.
Server emulator for a popular browser game, reproducing core protocol flows to enable local play and experimentation.
Bot that auto-embeds videos from websites without proper Open Graph embeds (TikTok, Reddit, Twitter), improving previews and shareability.
Have a challenging systems problem or a binary that needs reversing? Connect via LinkedIn or explore my GitHub.