diff --git a/packages/ida.plugin.dereferencing.vm/ida.plugin.dereferencing.vm.nuspec b/packages/ida.plugin.dereferencing.vm/ida.plugin.dereferencing.vm.nuspec index acf91538b..b2e7e9398 100644 --- a/packages/ida.plugin.dereferencing.vm/ida.plugin.dereferencing.vm.nuspec +++ b/packages/ida.plugin.dereferencing.vm/ida.plugin.dereferencing.vm.nuspec @@ -2,7 +2,7 @@ ida.plugin.dereferencing.vm - 0.0.0.20240725 + 0.0.0.20241114 danigargu IDA Pro plugin that implements new registers and stack views. diff --git a/packages/ida.plugin.dereferencing.vm/tools/chocolateyinstall.ps1 b/packages/ida.plugin.dereferencing.vm/tools/chocolateyinstall.ps1 index 3c99b5991..1ecd60e8b 100644 --- a/packages/ida.plugin.dereferencing.vm/tools/chocolateyinstall.ps1 +++ b/packages/ida.plugin.dereferencing.vm/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop' Import-Module vm.common -Force -DisableNameChecking $pluginName = 'dereferencing.py' -$pluginUrl = 'https://github.com/danigargu/deREferencing/archive/c5c606a9e70bff48214ce5286a37b15752fd8d1b.zip' -$pluginSha256 = '3ddec5c7569bc53883c5feaeb36d1145e2dde1c67491d14929af05938870dc1e' +$pluginUrl = 'https://github.com/danigargu/deREferencing/archive/ab106c1fa5969a5d7c27c8037b4aec446ad55a4d.zip' +$pluginSha256 = '83c0f9420075dbe5217f5fbf2413c7b1b72eadfaedfe2474b306e1e3eaae0aa8' VM-Install-IDA-Plugin -pluginName $pluginName -pluginUrl $pluginUrl -pluginSha256 $pluginSha256