diff --git a/packages/amcacheparser.vm/amcacheparser.vm.nuspec b/packages/amcacheparser.vm/amcacheparser.vm.nuspec index 1bdab9ba4..39ab54d7f 100644 --- a/packages/amcacheparser.vm/amcacheparser.vm.nuspec +++ b/packages/amcacheparser.vm/amcacheparser.vm.nuspec @@ -2,7 +2,7 @@ amcacheparser.vm - 1.5.2.20250219 + 1.5.2.20260221 Eric Zimmerman Amcache.hve parser with lots of extra features. Handles locked files diff --git a/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 b/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 index 235de04d1..fb76f9136 100644 --- a/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 +++ b/packages/amcacheparser.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'AmcacheParser' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/AmcacheParser.zip' -$zipSha256 = '0e0214d3b8d17500946e445f3dec92f9485d00f788316eaa5ca78ebb31c92d78' +$zipUrl = 'https://download.ericzimmermanstools.com/AmcacheParser.zip' +$zipSha256 = '334D03D26B1261646B06401BBB77E5FBE74BF0C4C636C2479B0F53CFB094EA81' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false diff --git a/packages/recentfilecacheparser.vm/recentfilecacheparser.vm.nuspec b/packages/recentfilecacheparser.vm/recentfilecacheparser.vm.nuspec index 5328101cf..5f2c109b9 100644 --- a/packages/recentfilecacheparser.vm/recentfilecacheparser.vm.nuspec +++ b/packages/recentfilecacheparser.vm/recentfilecacheparser.vm.nuspec @@ -2,7 +2,7 @@ recentfilecacheparser.vm - 1.5.1.20250219 + 1.5.1.20260221 Eric Zimmerman RecentFileCache parser diff --git a/packages/recentfilecacheparser.vm/tools/chocolateyinstall.ps1 b/packages/recentfilecacheparser.vm/tools/chocolateyinstall.ps1 index 08457cb8e..73c81af6d 100644 --- a/packages/recentfilecacheparser.vm/tools/chocolateyinstall.ps1 +++ b/packages/recentfilecacheparser.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'RecentFileCacheParser' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/RecentFileCacheParser.zip' -$zipSha256 = '2b9eb1946bb3f58d2f61ab44671ac46fe4b0dd75c70972cb468f79844455df7f' +$zipUrl = 'https://download.ericzimmermanstools.com/net9/RecentFileCacheParser.zip' +$zipSha256 = 'CAEDC350C64DC5F14F5AE1E6C25D9ADFABDFEB51411F176653D6B11281F06B17' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false diff --git a/packages/recmd.vm/recmd.vm.nuspec b/packages/recmd.vm/recmd.vm.nuspec index b8e9efa59..ead55e3f6 100644 --- a/packages/recmd.vm/recmd.vm.nuspec +++ b/packages/recmd.vm/recmd.vm.nuspec @@ -2,7 +2,7 @@ recmd.vm - 2.0.0.20250814 + 2.1.0.20260221 Eric Zimmerman Powerful command line Registry tool searching, multi-hive support, plugins, and more diff --git a/packages/recmd.vm/tools/chocolateyinstall.ps1 b/packages/recmd.vm/tools/chocolateyinstall.ps1 index 25eebdcbf..8f4dfe45b 100644 --- a/packages/recmd.vm/tools/chocolateyinstall.ps1 +++ b/packages/recmd.vm/tools/chocolateyinstall.ps1 @@ -3,6 +3,6 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'RECmd' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/RECmd.zip' +$zipUrl = 'https://download.ericzimmermanstools.com/RECmd.zip' VM-Install-From-Zip $toolName $category $zipUrl -consoleApp $true -innerFolder $true -verifySignature diff --git a/packages/regcool.vm/regcool.vm.nuspec b/packages/regcool.vm/regcool.vm.nuspec index 3fae5eb82..9c0960b37 100644 --- a/packages/regcool.vm/regcool.vm.nuspec +++ b/packages/regcool.vm/regcool.vm.nuspec @@ -2,7 +2,7 @@ regcool.vm - 0.0.0.20260128 + 0.0.0.20260219 Kurt Zimmermann RegCool is a flexible editor for the Windows registry database. diff --git a/packages/regcool.vm/tools/chocolateyinstall.ps1 b/packages/regcool.vm/tools/chocolateyinstall.ps1 index 4e7563f1b..589649a9c 100644 --- a/packages/regcool.vm/tools/chocolateyinstall.ps1 +++ b/packages/regcool.vm/tools/chocolateyinstall.ps1 @@ -5,6 +5,6 @@ $toolName = 'RegCool' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) $zipUrl = 'https://kurtzimmermann.com/files/RegCoolX64.zip' -$zipSha256 = '7e979f33f53d734161f8936c452736dd9406deb4560978b424b822351037e514' +$zipSha256 = '4BCEC2705EEDD1E82071EBFBD41C36AFDDD8AC300034E3F2D3C93B22DC50F664' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $false diff --git a/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec b/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec index b29cb3738..c6e3a5d4a 100644 --- a/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec +++ b/packages/shellbags_explorer.vm/shellbags_explorer.vm.nuspec @@ -2,7 +2,7 @@ shellbags_explorer.vm - 2.0.0.20250219 + 2.1.0.20260221 Eric Zimmerman GUI for browsing shellbags data. Handles locked files diff --git a/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 b/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 index 16d9fc934..a9ab6bf53 100644 --- a/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 +++ b/packages/shellbags_explorer.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'ShellBagsExplorer' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://download.mikestammer.com/net6/ShellBagsExplorer.zip' -$zipSha256 = '8f81e32b723115462d6245357d1c3d8a41fff2926c263c857a086765ce3f7ad2' +$zipUrl = 'https://download.ericzimmermanstools.com/net9/ShellBagsExplorer.zip' +$zipSha256 = '750C2B298945EC871F134804F39334BB764BBFB1BB7D0615E5F08A8AE2694A43' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true diff --git a/packages/vb-decompiler-lite.vm/tools/chocolateyinstall.ps1 b/packages/vb-decompiler-lite.vm/tools/chocolateyinstall.ps1 index c8f49f8a3..0a29a9007 100644 --- a/packages/vb-decompiler-lite.vm/tools/chocolateyinstall.ps1 +++ b/packages/vb-decompiler-lite.vm/tools/chocolateyinstall.ps1 @@ -5,7 +5,7 @@ $toolName = 'VB Decompiler' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) $zipUrl = 'https://www.vb-decompiler.org/files/vb_decompiler_lite.zip' -$zipSha256 = '163349edab8740d8200da4d49c795144af301cb585892e44099f5edbee7a4707' +$zipSha256 = '9F91185998192DEF5C6B5EB20A5766027F26D853ADFF33306A9769C6C9F045B8' $toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName $executablePath = (Join-Path $toolDir "$toolName.exe") diff --git a/packages/vb-decompiler-lite.vm/vb-decompiler-lite.vm.nuspec b/packages/vb-decompiler-lite.vm/vb-decompiler-lite.vm.nuspec index bd6e1068a..4af8601f4 100644 --- a/packages/vb-decompiler-lite.vm/vb-decompiler-lite.vm.nuspec +++ b/packages/vb-decompiler-lite.vm/vb-decompiler-lite.vm.nuspec @@ -2,7 +2,7 @@ vb-decompiler-lite.vm - 0.0.0.20260128 + 0.0.0.20260219 DotFix Software VB Decompiler is a decompiler for Visual Basic, VB.NET and C# applications.