diff --git a/README.md b/README.md index eded097..699fbad 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Python, Modules, Tools Other --------- -* VC Redistributable Modules (2008, 2010, 2012, 2013, 2015) +* VC Redistributable Modules (2005, 2008, 2010, 2012, 2013, 2015) * Practical Malware Analysis Labs * MAP -- Malcode Analyst Pack diff --git a/flarevm_malware.ps1 b/flarevm_malware.ps1 index f026101..34b12fc 100644 --- a/flarevm_malware.ps1 +++ b/flarevm_malware.ps1 @@ -124,7 +124,7 @@ cinst cmdermini.flare -s $flare --cacheLocation $cache # # Packages requiring reboot cinst powershell --cacheLocation $cache -cinst dotnet4.6.2 --cacheLocation $cache +cinst dotnet4.7.2 --cacheLocation $cache # Visual C++ Redistributable Packages cinst vcredist2005 --cacheLocation $cache @@ -132,6 +132,7 @@ cinst vcredist2008 --cacheLocation $cache cinst vcredist2010 --cacheLocation $cache cinst vcredist2012 --cacheLocation $cache cinst vcredist2013 --cacheLocation $cache +cinst vcredist2015 --cacheLocation $cache # Debuggers