mandiant / VM-Packages

Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Apache License 2.0
123 stars 61 forks source link

[common.vm] Fix VM-Uninstall-IDA-Plugin #1034

Closed Ana06 closed 1 month ago

Ana06 commented 1 month ago

The string VM-Get-IDA-Plugins-Dir was being used instead of calling the function. In Remove-Item we need -Force to remove read-only and hidden files, -Recurse to remove directories, and - ea 0 because of a bug with the ErrorActionPreference.