Skip to content

Commit 4cfbe74

Browse files
authored
Merge pull request #1626 from mandiant/update-eztools-hashes
fix EZ tools and memprocfs
2 parents c530920 + 8516618 commit 4cfbe74

44 files changed

Lines changed: 45 additions & 45 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/amcacheparser.vm/amcacheparser.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>amcacheparser.vm</id>
5-
<version>1.5.2.20260221</version>
5+
<version>5.0.0.20260509</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Amcache.hve parser with lots of extra features. Handles locked files</description>
88
<dependencies>

packages/amcacheparser.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'AmcacheParser'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://download.ericzimmermanstools.com/AmcacheParser.zip'
8-
$zipSha256 = '334D03D26B1261646B06401BBB77E5FBE74BF0C4C636C2479B0F53CFB094EA81'
8+
$zipSha256 = '1C4391D52C36DD2B74981BBAB7F5A65FCBD41A57BDD5ADE67239A03A84953B17'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false

packages/appcompatcacheparser.vm/appcompatcacheparser.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>appcompatcacheparser.vm</id>
5-
<version>1.5.1.20260316</version>
5+
<version>5.0.0.20260509</version>
66
<authors>Eric Zimmerman</authors>
77
<description>AppCompatCache aka ShimCache parser. Handles locked files</description>
88
<dependencies>

packages/appcompatcacheparser.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'AppCompatCacheParser'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://download.ericzimmermanstools.com/net9/AppCompatCacheParser.zip'
8-
$zipSha256 = '58b1a999c1f31e6d28ffcc722e49fadf0254a7ad04c48cde2537a61ccb6d1198'
8+
$zipSha256 = '67756841DBCD8CA3F47083BE2B016A22F61BDE0EA3450F0A776CF878BF66D42D'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false

packages/bstrings.vm/bstrings.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>bstrings.vm</id>
5-
<version>1.5.3.20260316</version>
5+
<version>5.0.0.20260509</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Find them strings yo. Built in regex patterns. Handles locked files</description>
88
<dependencies>

packages/bstrings.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'bstrings'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://download.ericzimmermanstools.com/net9/bstrings.zip'
8-
$zipSha256 = '32078f3881161e0fefe63b9004bdea1ed6877bc23ff8a444f7f42afe005593e6'
8+
$zipSha256 = '0630D2B3A527F285C8407ECE8DEDDCDDFE92531A25E16C2D5FFD2D60FB90D8C6'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false

packages/ezviewer.vm/ezviewer.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>ezviewer.vm</id>
5-
<version>2.1.0.20260316</version>
5+
<version>5.0.0.20260509</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Ezviewer is a standalone, zero dependency document viewer and hex editor.</description>
88
<dependencies>

packages/ezviewer.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'EZViewer'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://download.ericzimmermanstools.com/net9/EZViewer.zip'
8-
$zipSha256 = '35edaf1c2d7d344905d1fafb37f0b2c7742cd71f90600de99449d66776f3d9a0'
8+
$zipSha256 = 'EBE7074F907BE1A74F995530248332D03FD35BAB648F1204A59ADC1BDF126E9E'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true

packages/hasher.vm/hasher.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>hasher.vm</id>
5-
<version>2.1.0.20250505</version>
5+
<version>5.0.0.20260509</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Hasher is a tool to calculate hashes.</description>
88
<dependencies>

packages/hasher.vm/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ $toolName = 'Hasher'
55
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)
66

77
$zipUrl = 'https://download.mikestammer.com/hasher.zip'
8-
$zipSha256 = '1fa5f2e91eed2c819a107a160a56d6cc3e12807355741db6dde4395cb6d527bf'
8+
$zipSha256 = 'A8A343013D6ED5B6988EBCE1B3A561DF51AB5928BC3A0F489A7E175F8F6F89D4'
99

1010
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $true

0 commit comments

Comments
 (0)