Skip to content

Commit

Permalink
Merge pull request #878 from bsempir0x65/bsempir0x65-patch-PEAnatomist
Browse files Browse the repository at this point in the history
Update chocolateyinstall.ps1 from PEAnatomist
  • Loading branch information
Ana06 authored Jan 30, 2024
2 parents 353e5de + 41aca5c commit f6c6da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/peanatomist.vm/peanatomist.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>peanatomist.vm</id>
<version>0.2.11931.20230824</version>
<version>0.2.11931.20230825</version>
<authors>RamMerLabs</authors>
<description>PE Analysis tool providing detailed information</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/peanatomist.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 = 'PEAnatomist'
$category = 'PE'

$zipUrl = 'https://rammerlabs.alidml.ru/files/0000-0002-29CD-0000/PEAnatomist-0.2.zip'
$zipSha256 = '8265abffa0f9e7ad4c3e2293b708c4cfda475407309e97b2437ec7121cd8668d'
$zipUrl = 'https://web.archive.org/web/20240117120829/https://rammerlabs.alidml.ru/files/0000-0002-29CD-0000/PEAnatomist-0.2.zip'
$zipSha256 = '4e24cecdce194b821828635997d441b800eecdfe79f8bd4f90af98accd3953dd'

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

0 comments on commit f6c6da0

Please sign in to comment.