x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.

Home Page:http://x64dbg.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After entering the breakpoint, the mouse response becomes very slow

GaotianJin opened this issue · comments

Operating System

Window 10 64bit

x64dbg Version

Apr 11 2024

Describe the issue

After I upgraded from version Feb 11 2020 to version Apr 11 2024,When I debug the program, when I enter a breakpoint, I get stuck for a few seconds, Then the mouse movement is not smooth, the delay is high, and it is difficult to control.When I exit the breakpoint, the mouse returns to normal. I want to solve this deadlock.

Steps to reproduce

  1. attach process
  2. set a breakpoint
  3. trigger breakpoint

Attachments

No response

Your application may be using SetWindowsHook to make the registration window fancy and also prevent you from debugging the registration window. See #3187