@hyperdbg_io · 151 subscribers
We like hypnotizing computers. #HyperDbg HyperDbg notifications and updates (Group: @HyperDbg)
The short link opens the channel straight in the Telegram app — not in a browser tab.
tg.me/go/hyperdbg_ioIs this your channel? Add @tgme as admin — and see how many people click your links. Get the stats →
Channel created August 7, 2024per Telegram
We have been tracking it since August 24, 2026
In all that time the channel has changed neither its name, nor its @username, nor its avatar.
We show only what we have seen ourselves.
Thanks to everyone who contributed! The new MCP server for HyperDbg is now available. Check it out: https://github.com/HyperDbg/mcp
HyperDbg v0.23 is released!💫 This release adds support for floating-point variables in the script engine & introduces the new 'ucpuid' command, which displays selected CPUID leaves, interprets and maps them to the processor-defined flags. Check it out: https://github.com/HyperDbg/HyperDbg/releases…
Major milestone in bringing HyperDbg to Linux! 🐧 Huge thanks to @MaxRaulea, all HyperDbg user-mode modules now compile on Linux. 🎉🪐💫 Next step is porting the kernel modules...
HyperDbg v0.22 is released! 💫 Apart from bringing bug fixes, major progress toward porting HyperDbg for #Linux, HyperDbg now supports structures in the script engine. This version also introduces new commands to display linked lists. Check it out: https://github.com/HyperDbg/HyperDbg/releases/ta…
Need to debug interrupts, faults, or exceptions? HyperDbg has plenty of commands to help! Use !exception to intercept exceptions (the first 32 entries of the IDT) and !interrupt to intercept interrupts (IDT entries 32–255). You can also step through ISR instructions, inspect the IDT with !idt, an…