Releases: LFriede/x64dbg-updater
Releases · LFriede/x64dbg-updater
Release list
Version 0.4
Changes
tl;dr
- Mostly cosmetic sh... stuff, but this version works again with the latest x64dbg releases!
Details
- Fixed plugin to work with x64dbg version 2025.06.30.
- Binarys are now built using Qt 5.12.12 and VS2022 with 2017 runtime.
- Commit list is fetched by WinINet API instead of Qt because Qt5Network component is not shipped by x64dbg anymore.
- Removed
_update.bat, commands will be passed directly tocmd.exe. - Added option to force x64dbg core package update/reinstall.
- Better colors for dark theme.
- The
Update all on exitbutton can now be toggled on and off. Previously theDo nothingbutton was there to reset the flag, but that was misleading crappy design. - Menu and window icons are shown again. This was broken since a x64dbg build a few years ago.
- GPLv3 license is now included.
Version 0.3
Since this plugin depends on the x64dbg Plugin Manager, the easiest way to install it is to install the plugin manager and let it download the x64dbg_updater package.
Changes:
- Now checks for updates by invoking the Plugin Manager by Horsicq.
- Implemented the ability to configure a timeout between automatic update checks.
- You can now choose to install updates when you close x64dbg. So you can start to work without waiting and still get the updates.