Skip to content

Commit

Permalink
Changes to arsenalimagemounter package hash and url
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajeetGuha committed Feb 27, 2025
1 parent a740521 commit 462c0c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions packages/arsenalimagemounter.vm/arsenalimagemounter.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>arsenalimagemounter.vm</id>
<version>3.11.293.20250219</version>
<version>3.11.303</version>
<authors>Arsenal Recon</authors>
<description>Mounts the contents of disk images as complete disks in Windows.</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20250206" />
<dependency id="dotnet-8.vm" />
<dependency id="arsenalimagemounter" version="[3.11.293.1]" />
<dependency id="dokan.vm" />
</dependencies>
<tags>Forensic</tags>
</metadata>
</package>
</package>
10 changes: 5 additions & 5 deletions packages/arsenalimagemounter.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ try {
###################################
# Install of drivers dependencies #
###################################
$zipCliUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/master/Command%20line%20applications/aim_ll.zip'
$zipCliSha256 = '21c32aed320eca532969590b67dc8151bddd6aebe9699abd09cc3e026fd01a29'
$zipCliUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/02e94240383111915a39734e1648d361a7013251/Command%20line%20applications/aim_ll.zip'
$zipCliSha256 = '3b4121868446012f63a3d162db976bdfe42bb7926d46a39aba849c60657f88b0'
$tempCliDownloadDir = Join-Path ${Env:chocolateyPackageFolder} "aim_ll"
$toolCli = "aim_ll.exe"

$zipDriverUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/63801fc2b51f899244e43f1bf5275d2ac92a2477/DriverSetup/DriverFiles.zip'
$zipDriverSha256 = 'c5de8e5d5a2c0231baf2cdb74fb0b0f4047658c69105bcab28990734b3979ee3'
$zipDriverUrl = 'https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/02e94240383111915a39734e1648d361a7013251/DriverSetup/DriverFiles.zip'
$zipDriverSha256 = '0aa82ab50be6deb6f3d8fa38d2a9391913d71ca3fb7c7f7b80e3c2ae79802d54'
$tempDriverDownloadDir = Join-Path ${Env:TEMP} "temp_$([guid]::NewGuid())"

$packageArgs = @{
Expand Down Expand Up @@ -58,4 +58,4 @@ try {
VM-Assert-Path $shortcut
} catch {
VM-Write-Log-Exception $_
}
}

0 comments on commit 462c0c0

Please sign in to comment.