Skip to content

Commit

Permalink
Update deREferencing IDA Pro plugin (#1165)
Browse files Browse the repository at this point in the history
* Update to newer version for IDA 9.0 compatibility
  • Loading branch information
mr-tz authored Nov 19, 2024
1 parent fe713e9 commit 9454aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.plugin.dereferencing.vm</id>
<version>0.0.0.20240725</version>
<version>0.0.0.20241114</version>
<authors>danigargu</authors>
<description>IDA Pro plugin that implements new registers and stack views.</description>
<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9454aca

Please sign in to comment.