Skip to content

Commit

Permalink
Update ida.diaphora.vm to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vm-packages committed Sep 13, 2023
1 parent f1a7acc commit 3c4172a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ida.diaphora.vm/ida.diaphora.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>ida.diaphora.vm</id>
<version>3.0</version>
<version>3.1</version>
<authors>joxeankoret</authors>
<description>Diaphora is a program diffing tool that works as an IDA plugin.</description>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions packages/ida.diaphora.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolName = 'diaphora'
$category = 'Utilities'
$executableName = "diaphora.py"

$zipUrl = 'https://github.com/joxeankoret/diaphora/archive/refs/tags/3.0.zip'
$zipSha256 = '3d4a1bcaea155fbadecc823d59004580aae04edc0e98a96860df550bd4c08a40'
$zipUrl = 'https://github.com/joxeankoret/diaphora/archive/refs/tags/3.1.zip'
$zipSha256 = '5802ebca119d2af4bb99434ce575dc4299396e95c7c6b01895d4a34c8d9d559d'

# Diaphora needs to be executed from IDA, do not install bin file
VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -executableName $executableName -innerFolder $true -withoutBinFile

0 comments on commit 3c4172a

Please sign in to comment.