Skip to content

Commit 295f538

Browse files
authored
Merge pull request #1470 from d35ha/fix-vcredist140
Install vcredist140.vm before visualstudio2017-workload-vctools
2 parents 77af1d5 + 8d58bd7 commit 295f538

File tree

12 files changed

+25
-23
lines changed

12 files changed

+25
-23
lines changed

packages/binaryninja.vm/binaryninja.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>binaryninja.vm</id>
5-
<version>4.2.6455.20250716</version>
5+
<version>4.2.6455.20250730</version>
66
<authors>Vector 35, Inc.</authors>
77
<description>Binary Ninja is an interactive decompiler, disassembler, debugger, and binary analysis platform.</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250509" />
1010
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
11-
<dependency id="vcbuildtools.vm" />
11+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1212
</dependencies>
1313
<tags>Disassemblers</tags>
1414
<projectUrl>https://binary.ninja</projectUrl>

packages/evtxecmd.vm/evtxecmd.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>evtxecmd.vm</id>
5-
<version>1.5.0.20250219</version>
5+
<version>1.5.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Event log (evtx) parser with standardized CSV, XML, and json output! Custom maps, locked file support, and more!</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Forensic</tags>
1515
</metadata>

packages/googlechrome.vm/googlechrome.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>googlechrome.vm</id>
5-
<version>0.0.0.20250414</version>
5+
<version>0.0.0.20250730</version>
66
<authors>Google LLC.</authors>
77
<description>Chrome is a popular web browser.</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
11-
<dependency id="vcbuildtools.vm" />
11+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1212
<dependency id="setdefaultbrowser" />
1313
</dependencies>
1414
<tags>Productivity Tools</tags>

packages/libraries.python3.vm/libraries.python3.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>libraries.python3.vm</id>
5-
<version>0.0.0.20250716</version>
5+
<version>0.0.0.20250730</version>
66
<description>Python 3 libraries useful for common reverse engineering tasks.</description>
77
<authors>Several, check in pypi.org for every of the libraries</authors>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
10-
<dependency id="vcbuildtools.vm" />
10+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1111
<dependency id="python3.vm" />
1212
</dependencies>
1313
<tags>Python</tags>

packages/metasploit.vm/metasploit.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>metasploit.vm</id>
5-
<version>6.4.13.20250716</version>
5+
<version>6.4.13.20250730</version>
66
<authors>Rapid7</authors>
77
<description>Metasploit is a penetration testing framework for finding vulnerabilities, penetration testing, and developing IDS signatures.</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
11-
<dependency id="vcbuildtools.vm" />
11+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1212
</dependencies>
1313
<tags>Command and Control</tags>
1414
<projectUrl>https://docs.metasploit.com</projectUrl>

packages/pecmd.vm/pecmd.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>pecmd.vm</id>
5-
<version>1.5.0.20250219</version>
5+
<version>1.5.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Prefetch parser</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Forensic</tags>
1515
</metadata>

packages/recmd.vm/recmd.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>recmd.vm</id>
5-
<version>2.0.0.20250219</version>
5+
<version>2.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Powerful command line Registry tool searching, multi-hive support, plugins, and more</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Forensic</tags>
1515
</metadata>

packages/registry_explorer.vm/registry_explorer.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>registry_explorer.vm</id>
5-
<version>2.0.0.20250219</version>
5+
<version>2.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Registry viewer with searching, multi-hive support, plugins, and more. Handles locked files</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Registry</tags>
1515
</metadata>

packages/rla.vm/rla.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>rla.vm</id>
5-
<version>2.0.0.20250219</version>
5+
<version>2.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Replay transaction logs and update Registry hives so they are no longer dirty. Useful when tools do not know how to handle transaction logs</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Forensic</tags>
1515
</metadata>

packages/sqlecmd.vm/sqlecmd.vm.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>sqlecmd.vm</id>
5-
<version>1.0.0.20250219</version>
5+
<version>1.0.0.20250730</version>
66
<authors>Eric Zimmerman</authors>
77
<description>Find and process SQLite files according to your needs with maps!</description>
88
<dependencies>
99
<dependency id="common.vm" version="0.0.0.20250206" />
1010
<dependency id="dotnet-6.vm" />
1111
<!-- vcbuildtools.vm installs signtool.exe needed by VM-Assert-Signature -->
12-
<dependency id="vcbuildtools.vm" />
12+
<dependency id="vcbuildtools.vm" version="0.0.0.20250729" />
1313
</dependencies>
1414
<tags>Forensic</tags>
1515
</metadata>

0 commit comments

Comments
 (0)