What’s New

x64dbg 2026.05.27

2026.05.27
Added
  • Add CPUStack for Linux
  • Add module RVA address display mode in CPU
  • Add IMAGE_FILE_LARGE_ADDRESS_AWARE to x32dbg
  • Add PageUp/PageDown selection movement
  • Show hotkeys in toolbar tooltips
Changed
  • Make tests declarative
  • Move toggle FPU button into menu
  • Allow passing absolute path to -cf
Fixed
  • Fix r8 modification
  • Fix Running label font color for dark theme
  • Fix memory fault in trace reader when memory status change
  • Fix cross CI windeployqt overwrite

May 2026: Small hotfix release

This is a small hotfix release after the April release. It fixes an r8 register modification issue, a trace reader memory fault, dark theme label coloring, and support for passing an absolute path to -cf. It also includes a few small UI, packaging, testing, and experimental Linux debugger updates.

📜 Changelog
  • Added CPUStack (Linux) by @3rdit in #3839
  • Make tests declarative by @mrexodia in #3837
  • Fix cross CI windeployqt overwrite by @mrexodia in #3841
  • Fix "Running" label font color for dark theme by @d2k2-git in #3844
  • Fix r8 modification (closes #3850)
  • Add module RVA address display mode in CPU by @ZehMatt in #3848
  • Add IMAGE_FILE_LARGE_ADDRESS_AWARE to x32dbg
  • Fix memory fault in trace reader when memory status change by @torusrxxx in #3863
  • Move toggle FPU button into menu by @XanderSteyn in #3860
  • Add PageUp/PageDown selection movement by @mrexodia in #3842
  • Show hotkeys in toolbar tooltips (#3864)
  • Allow passing absolute path to -cf #3865

Full commit history: 2026.04.20...2026.05.27

View original