x64dbg / x64dbg

An open-source user mode debugger for Windows. Optimized for reverse engineering and malware analysis.
http://x64dbg.com
Other
44.92k stars 2.45k forks source link

Wrong hardware memory breakpoint size shown in breakpoints view GUI #3474

Closed not6 closed 14 hours ago

not6 commented 4 days ago

Operating System

Windows 10 x64

x64dbg Version

Oct 18 2024 / latest commit as of right now

Describe the issue

When you make a byte hardware access breakpoint, the breakpoints view GUI shows word, while the console logs the correct size (byte). Similarly, if you make a word hardware access breakpoint, the GUI shows dword, etc. On 32-bit, dword hardware breakpoint shows an empty string.

Steps to reproduce

  1. Make a byte hardware access breakpoint
  2. Open the breakpoints view
  3. Notice that it says word rather than byte as it should

Attachments

No response

not6 commented 4 days ago

3475 fixes this issue