Skip to content

Commit

Permalink
Update MAP and scdbg
Browse files Browse the repository at this point in the history
Update MAP and scdbg to latest version. The previous version was
incorrect as it used the date as version with using the `0.0.0.DATE`
format. To ensure the version is increased with the package update,
before merging this commit, we need to delete the previous packages from
myget.

Co-authored-by: Ana Maria Martinez Gomez <[email protected]>
  • Loading branch information
mr-tz and Ana06 committed Sep 27, 2023
1 parent 5947fb1 commit af5e77f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/map.vm/map.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>map.vm</id>
<version>12.20.21</version>
<version>0.0.0.20230723</version>
<authors>David Zimmer</authors>
<description>Handful of small utility type applications useful for analyzing malicious code.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/map.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ try {
$toolName = 'Malcode Analyst Pack'
$category = 'Utilities'

$url = 'https://github.com/dzzie/MAP/releases/download/current/map_setup.exe'
$checksum = '421872a1846ec421d3b414ba1af70b1d929082f5903bdb363d1c7172488c69e9'
$url = 'http://sandsprite.com/flare_vm/map_setup_7.26.23__A2A58AF886B9BF4DC6DB5CFDFF9B7E2300F0D0C491CD07DAC871DF60DAA370C4.exe'
$checksum = 'A2A58AF886B9BF4DC6DB5CFDFF9B7E2300F0D0C491CD07DAC871DF60DAA370C4'

$toolDir = Join-Path ${Env:RAW_TOOLS_DIR} $toolName
$shortcutDir = Join-Path ${Env:TOOL_LIST_DIR} $category
Expand Down
2 changes: 1 addition & 1 deletion packages/scdbg.vm/scdbg.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>scdbg.vm</id>
<version>12.7.22</version>
<version>0.0.0.20230723</version>
<authors>Paul Baecher, Markus Koetter, David Zimmer</authors>
<description>scdbg is an emulation based shellcode API logger and debugger</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/scdbg.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ try {
$toolName = 'scdbg'
$category = 'Debuggers'

$zipUrl = 'https://github.com/dzzie/VS_LIBEMU/releases/download/12.7.22/VS_LIBEMU_12_7_22.zip'
$zipSha256 = '521130E34CC0A30587FF99D030633B9D124CCAC779A213E15025535171B4113D'
$zipUrl = 'http://sandsprite.com/flare_vm/VS_LIBEMU_7.26.23__D7A7B407A0FB2288655247FF3EDD361E767075B15D2F0554EB9C87BC4476D996.zip'
$zipSha256 = 'D7A7B407A0FB2288655247FF3EDD361E767075B15D2F0554EB9C87BC4476D996'

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

Expand Down

0 comments on commit af5e77f

Please sign in to comment.