Sina Karvandi
Sina Karvandi
Hi, Thanks for your great work of gathering these amazing tools together! Yesterday, we released the first version (v0.1) of the HyperDbg debugger along with its compiled binaries. It would...
Please add our fancy kernel debugger to your repo :) Repository link: "https://github.com/HyperDbg/HyperDbg" Repository category: "C" Repository link: "https://github.com/SinaKarvandi/Hypervisor-From-Scratch" Repository category: "C"
This is a bug I received by email. Sometimes when I use .debug close, it makes the guest BSOD, I generate a kernel crash dump and it seems that there...
This is a bug I received by email. In the HyperDbg documentation, you say that we can use !epthook on two or more addresses on the same page. If I...
HyperDbg has a caveat in the design of **!monitor** or possibly **!epthook**. If you specify a particular process (add `pid xx` to your event command), only if that process accesses...
Here's a bug report I received from one of the HyperDbg users on Twitter. I found a bug in the expression parser for left/right shift. Here's example output from HyperDbg:...
Adding HyperDbg Debugger: https://github.com/HyperDbg/HyperDbg https://hyperdbg.org
When I run !msrwrite, I cannot break back into the debugger. The output keeps coming out. I get the error "err, checksum is invalid" I tried running !msrread and I...
This is one of the highly needed features and makes HyperDbg users able to write scripts that can use Microsoft symbols, drivers, and applications symbols. Previously I created the following...
It needs a C comment not python.