HyperDbg
banner
hyperdbg.bsky.social
HyperDbg
@hyperdbg.bsky.social
HyperDbg v0.15 is out! ✨🎈

This version comes with a new SMM interrupt (SMI) command, fixing issues with Intel CET emulation for SYSCALL/SYSRET on 11th Gen+ (Tiger/Rocket Lake) CPUs, also saving/restoring XMM registers on VM-exits/entries.

Check it out:
github.com/HyperDbg/Hyp...
August 17, 2025 at 9:44 PM
I'm happy to announce that @HyperDbg v0.14 is released!

This version includes HyperEvade (beta preview), fixes Win11 24H2 compatibility issues & adds multiple timing functions to the script engine (Special thanks to @0Xiphorus).

Check it out: github.com/HyperDbg/Hyp...

(1/3)
July 23, 2025 at 10:47 AM
Curious about anti-anti-debugging techniques and hiding hypervisors from malware? Slides are up for our ECOOP/DEBT 2025 talk where we present HyperEvade, our upcoming hypervisor transparency extension for @hyperdbg.bsky.social

github.com/HyperDbg/sli... (1/2)
July 14, 2025 at 1:59 PM
🧙‍♂️ Did you know you can easily hook, patch, or change arguments to functions both in user mode and kernel mode by using #HyperDbg?

Here’s a quick example 👇
May 24, 2025 at 5:27 AM
It's been a while since we passed 3,000 stars on GitHub, but we couldn’t let it go uncelebrated! 🌟🎉

We raise our glass to the awesome community and those who supported and contributed to HyperDbg. 🍾🥂

github.com/HyperDbg/Hyp...
January 7, 2025 at 10:57 AM
The first HyperDbg release of 2025 is out! 🎉

This version (v0.12) introduces commands for PCI/PCI-e device tree enumeration and IDT dumping, plus many bug fixes.

Huge thanks to @0Xiphorus, @reodus_, @binophism & other contributors!

🔗 Check it out:
github.com/HyperDbg/Hyp...
January 2, 2025 at 5:57 PM
HyperDbg v0.11 is released! ✨

This version comes with bug fixes, improvements, and two new commands for viewing Local APIC (XAPIC/X2APIC) and IO APIC.

Big shoutout to Björn Ruytenberg for joining the team for bringing PCIe support to HyperDbg!

github.com/HyperDbg/Hyp...
December 3, 2024 at 4:27 PM
Guys, just because HyperDbg’s '!monitor' command can technically monitor unlimited address ranges doesn’t mean you can monitor any memory range you want. So let’s not go wild, alright? 😅

docs.hyperdbg.org/commands/ext...
November 12, 2024 at 11:15 AM
Did you know? You can monitor (or even ignore) SMI# executions to port 0xB2 with a simple script using the '!ioout' command in HyperDbg!
Read more:
docs.hyperdbg.org/commands/ext...

#HyperDbg_Tips
October 27, 2024 at 11:00 PM
We are celebrating today as we've reached 200,000 lines of code! A big thank you to all the friends and contributors who made this possible! 🤗

github.com/HyperDbg/Hyp...
October 4, 2024 at 3:57 PM
This is why you should always consider using HyperDbg's script engine to avoid what we refer to as "unsafe behavior".

Read more:
docs.hyperdbg.org/tips-and-tri...
August 7, 2024 at 4:41 AM
HyperDbg v0.9.1 is released. 🎉
This release comes with bug fixes and introduces new pseudo-registers for timing. Other than that, our hardware debugger chip generator (hwdbg) is now able to run conditional statements and modify signals!
Check it out:
github.com/HyperDbg/Hyp...
June 30, 2024 at 1:09 PM