malboxes
malboxes copied to clipboard
x64dbg.portable chocolatey package 404's
While spinning up a win10_1607_x64_analyst I saw that x64dbg was not installed. While looking at the logs, I found this:
virtualbox-iso: Progress: Downloading x64dbg.portable 20190901.1737... 100%
virtualbox-iso:
virtualbox-iso: x64dbg.portable v20190901.1737 [Approved]
virtualbox-iso: x64dbg.portable package files install completed. Performing other installation steps.
virtualbox-iso: Attempt to get headers for https://github.com/x64dbg/x64dbg/releases/download/snapshot
/snapshot_2019-09-01_17-37.zip failed.
virtualbox-iso: The remote file either doesn't exist, is unauthorized, or is forbidden for url 'http
s://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-09-01_17-37.zip'. Exception calling
"GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
virtualbox-iso: Downloading x64dbg
virtualbox-iso: from 'https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-09-0
1_17-37.zip'
virtualbox-iso: ERROR: The remote file either doesn't exist, is unauthorized, or is forbidden for url
'https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2019-09-01_17-37.zip'. Exception cal
ling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found."
virtualbox-iso: This package is likely not broken for licensed users - see https://chocolatey.org/docs
/features-private-cdn.
virtualbox-iso: The install of x64dbg.portable was NOT successful.
virtualbox-iso: Error while running 'C:\ProgramData\chocolatey\lib\x64dbg.portable\tools\ChocolateyIns
tall.ps1'.
This looks like an upstream issue where the package hasn't been updated to link to the latest x64dbg snapshot.
Yes, this issue was submitted to the chocolatey packager of x64dbg: https://github.com/echizenryoma/Chocolatey-Package/issues/8
The releases don't stay up long enough because he releases too often and can't keep binary builds up on GitHub: https://github.com/x64dbg/x64dbg/issues/2207
Maybe a PR on the chocolatey package doing the change would have better chances of being accepted.