GhostDebug
x64 VEH Windows debugger that skips Win32 debug APIs so common anti-debug checks never see it.
Most Windows debuggers go through the official debug APIs, which is exactly what packed binaries look for. GhostDebug is VEH-based instead: it debugs x64 without those APIs, so the usual IsDebuggerPresent-class checks miss it. First-party from @vollragm, with a write-up and the repo.
Related builds
sshdesk
SSH server that remote-desktops another PC straight in your terminal.
Epicenter
Reads an npm lockfile and shows if a project contains a compromised package, how it got there, and what else is at risk.
Internal Sites template
Cloudflare template for an internal static-site platform. Everything deployed is private by default.
ida-porter
Move a substantial IDA 8.x infrastructure to 9.x. Open-sourced by Cellebrite Labs.