Skip to content

Commit ee2f4e4

Browse files
authored
Merge pull request #1625 from mrexodia/x64dbg-20260420
Update x64dbg to 2026.04.20
2 parents 4cfbe74 + f579c40 commit ee2f4e4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/x64dbg.vm/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ try {
1212
$packageArgs = @{
1313
packageName = ${Env:ChocolateyPackageName}
1414
unzipLocation = $toolDir
15-
url = "https://github.com/x64dbg/x64dbg/releases/download/2025.08.19/snapshot_2025-08-19_19-40.zip"
16-
checksum = 'cc614caf34f9fe1ec156f045129db3a513c35593ff1ee647bc819a352dc12271'
15+
url = "https://github.com/x64dbg/x64dbg/releases/download/2026.04.20/snapshot_2026-04-20_19-04.zip"
16+
checksum = '985561ea9fbd5e3cc557c9b5868ec608fcf450bfc88f0ac4a7279ded2a9ce7ec'
1717
checksumType = 'sha256'
1818
}
1919
Install-ChocolateyZipPackage @packageArgs

packages/x64dbg.vm/x64dbg.vm.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>x64dbg.vm</id>
5-
<version>2025.08.19.20251217</version>
5+
<version>2026.04.20</version>
66
<description>x64dbg is a user mode debugger optimized for reverse engineering and malware analysis.</description>
77
<authors>mrexodia</authors>
88
<dependencies>

0 commit comments

Comments
 (0)