Skip to content

Commit

Permalink
new versions of Malcode Analyst Pack & scdbg
Browse files Browse the repository at this point in the history
  • Loading branch information
dzzie committed Jul 27, 2023
1 parent abddeb9 commit 858ceeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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
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 858ceeb

Please sign in to comment.