Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b914d67

Browse files
committed
Remove redistributable packages that require major updates to PS1, causing installation failure
1 parent c541bbe commit b914d67

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

flarevm_malware.ps1

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -126,21 +126,12 @@ cinst cmdermini.flare -s $flare --cacheLocation $cache #
126126
cinst powershell --cacheLocation $cache
127127
cinst dotnet4.6.2 --cacheLocation $cache
128128

129-
cinst chocolatey-core.extension --cacheLocation $cache
130-
cinst kb3033929 --cacheLocation $cache
131-
cinst kb2919355 --cacheLocation $cache
132-
cinst kb2999226 --cacheLocation $cache
133-
134129
# Visual C++ Redistributable Packages
135130
cinst vcredist2005 --cacheLocation $cache
136131
cinst vcredist2008 --cacheLocation $cache
137132
cinst vcredist2010 --cacheLocation $cache
138133
cinst vcredist2012 --cacheLocation $cache
139134
cinst vcredist2013 --cacheLocation $cache
140-
cinst vcredist140 --cacheLocation $cache
141-
cinst vcredist2015 --cacheLocation $cache
142-
cinst vcredist2017 --cacheLocation $cache
143-
cinst vcredist-all --cacheLocation $cache
144135

145136

146137
# Debuggers

0 commit comments

Comments
 (0)