Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

Ana06
Copy link
Member

@Ana06 Ana06 commented May 8, 2024

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.

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`.
@Ana06 Ana06 added 🐛 bug Something isn't working 🌀 FLARE-VM A package or feature to be used by FLARE-VM 👩‍🦱 IDA Related to IDA or an IDA plugin labels May 8, 2024
@Ana06 Ana06 self-assigned this May 8, 2024
@Ana06 Ana06 merged commit bf33e93 into mandiant:main May 8, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👩‍🦱 IDA Related to IDA or an IDA plugin 🌀 FLARE-VM A package or feature to be used by FLARE-VM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant