Skip to content

Commit

Permalink
Update pestudio.vm to 9.60
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Feb 3, 2025
1 parent 0ab10d9 commit 96465d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/pestudio.vm/pestudio.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pestudio.vm</id>
<version>9.59</version>
<version>9.60</version>
<authors>Marc Ochsenmeier</authors>
<description>The goal of pestudio is to spot artifacts of executable files in order to ease and accelerate Malware Initial Assessment.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/pestudio.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking
$toolName = 'pestudio'
$category = 'PE'

$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.59.zip'
$zipSha256 = 'd619b80c80810eaa0a80265ae4990fa23866edfdb5d3303e795b0fd2901907eb'
$zipUrl = 'https://www.winitor.com/tools/pestudio/current/pestudio-9.60.zip'
$zipSha256 = 'acc8eac2b5060d81c1285c2c6b050d18a045b7c659e6bf11cfcaada3c00bd1dd'

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

0 comments on commit 96465d1

Please sign in to comment.