Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS freeze when pressing PrintSCR wiht unloaded driver #2

Open
Luca1991 opened this issue Jan 6, 2023 · 1 comment
Open

OS freeze when pressing PrintSCR wiht unloaded driver #2

Luca1991 opened this issue Jan 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Luca1991
Copy link
Contributor

Luca1991 commented Jan 6, 2023

Guest OS: Windows 11 Pro
Virtualizer: VMWare Workstation 17 Pro

Pressing Printscrn when the driver isn't loaded (or has been unloaded) freeze the guest OS.

@vitoplantamura
Copy link
Owner

yes this is a well known problem: some of the debugger logic needs to be copied into KDCOM: when you press PrintScr, an INT3 is executed in the kernel: KDCOM should detect this, skip the hardcoded breakpoint and resume execution. And it should do this only when BugChecker is not loaded.

@vitoplantamura vitoplantamura added the bug Something isn't working label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants