Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.73 KB

File metadata and controls

41 lines (30 loc) · 2.73 KB

Because of the increased maintenance burden and lack of resources, we have decided to permanently drop support for the following operating systems:

OS EOL Date x64dbg Status
Windows XP April 2014 11 extra years No longer runs
Windows 7 January 2020 5 extra years Unsupported
Windows 8.1 January 2023 2 extra years Unsupported

For the past 11 years, x64dbg has used Visual Studio 2013 and Qt 5.6 to produce the releases. These technologies are so old that it is almost impossible to legally obtain them and this prevents new contributors joining the project.

We have transitioned to Visual Studio 2022 and Qt 5.15. You can find more technical information in issue #3412.

Binary compatibility has been an important goal from the start of the project and the very first plugins ever created still work today. Unfortunately this transition means that plugins using Qt will need to be updated and recompiled to work.

To summarize:

  • Operating systems below Windows 10 will not longer be supported in newer x64dbg versions. Windows XP will no longer run x64dbg. Windows 7 currently can still run x64dbg, but it may break at any time.
  • Certain plugins linking to Qt will stop working.
  • We plan to make it easier for new contributors to join the project.

Future plans

After this transition we are planning some exciting updates. Follow @x64dbg and the blog to stay up to date!

Older versions

For users who need an older version of x64dbg that works on Windows XP, you can build the xp-deprecated branch with the instructions here. Note that you are fully on your own and no support will be provided. Some notes for trying to get the project to build/run for XP:

Note: If you decide to maintain XP support somewhere, let us know so we can edit the wiki!