hey, I'm trying to run your project on my computer with a Ryzen 7 2700 processor. When I run it in a virtual machine, everything initializes, but as soon as I add a kernel hook using the akh command, the virtual machine freezes and does not respond. I tried running it on my computer without a virtual machine, and after a couple of seconds, either I get CLOCK_WATCHDOG_TIMEOUT BSOD, or the computer freezes as well. I am trying to set a hook on ntoskrnl.exe!ZwOpenFile. Both the virtual machine and the bare metal are running freshly installed Windows 11 24H2, build number 26100.1742
Other commands, such as reading the guest's physical memory, work without any problems
Thank you
hey, I'm trying to run your project on my computer with a Ryzen 7 2700 processor. When I run it in a virtual machine, everything initializes, but as soon as I add a kernel hook using the
akhcommand, the virtual machine freezes and does not respond. I tried running it on my computer without a virtual machine, and after a couple of seconds, either I getCLOCK_WATCHDOG_TIMEOUTBSOD, or the computer freezes as well. I am trying to set a hook on ntoskrnl.exe!ZwOpenFile. Both the virtual machine and the bare metal are running freshly installed Windows 11 24H2, build number 26100.1742Other commands, such as reading the guest's physical memory, work without any problems
Thank you