SaaSHub helps you find the best software and product alternatives Learn more →
HyperDbg Alternatives
Similar projects and alternatives to HyperDbg based on common topics and language
-
kernel-fuzzer-for-xen-project
Discontinued Kernel Fuzzer for Xen Project (KF/x) - Hypervisor-based fuzzing using Xen VM forking, VMI & AFL
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
-
winfsp
Discontinued Windows File System Proxy - FUSE for Windows [Moved to: https://github.com/winfsp/winfsp] (by billziss-gh)
-
-
x64dbg
An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
-
-
radare2
Discontinued UNIX-like reverse engineering framework and command-line toolset [Moved to: https://github.com/radareorg/radare2] (by radare)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
HyperDbg discussion
HyperDbg reviews and mentions
-
Reverse Engineering DOS Software as If It Were 1990
https://hyperdbg.org and m1n1 (Apple Silicon) spring to mind as modern supervisor/hypervisor debuggers.
There's nothing modern I'm aware of that lets you press a key combination to get into a hypervisor debug UI like softICE was known for, though. It's all shifted to host-and-target debugging. You'd use a "normal" debugger on one machine (lldb/gdb, WinDbg, IDA, etc.) and either supervised host-to-target connection (network-to-kernel/hypervisor on x86, OCD like JTAG/SWD/CoreSight on embedded) or emulation (for pretty much everything but device driver development).
- HyperDbg Debugger – A debugger designed for analyzing, fuzzing and reversing
-
Petition to add HyperDbg to list of unapproved debuggers
Per the README, HyperDbg uses VT-X. There are no AMD CPUs with VT-X instructions. If you try to run it on AMD, you will get an illegal instruction error.
- HyperDbg: Reinventing Hardware-Assisted Debugging
- HyperDbg/HyperDbg: State-of-the-art native debugging tool (initial release)
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Sep 2024
Stats
HyperDbg/HyperDbg is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of HyperDbg is C.