VM-Packages
VM-Packages copied to clipboard
Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
Automated package update
### Details I think with the changes in https://github.com/mandiant/VM-Packages/pull/1016 we could now remove the Chrome dependency in Cyberchef and the code to open it with chrome and set the icon...
### Details ### Details I suggest: - At the moment there is a handy unzip with "infected" right click context menu that utilizes 7zip. I suggest changing it to the...
### Details Introduce a new helper for IDA plugins and an issue template so that we can create packages that install ida plugins automatically. Split https://github.com/mandiant/VM-Packages/issues/719 using the new template
### Package Name everything ### Tool Name everything ### Package type ZIP_EXE ### Is the tool a console application? false ### Tool's version number 1.4.1.1024 ### Category Utilities ### Tool's...
I attempted to fix the Issue #828 by adding the VM-Assert-Signature function to the code. This is my first pull request, so let me know if anything need to be...
### What's the problem? There was an issue raised from user feedback that IDA 8.4 may sometimes crash when running python scripts. It was suggested from Igor that upgrading to...
### Details I think we should add a `googlechrome.defaultbrowser.vm` package to add Chrome as default browser as proposed in https://github.com/mandiant/VM-Packages/issues/16. One idea would be to use the following PowerShell script...
This attempts to fix https://github.com/mandiant/VM-Packages/issues/1004 Issue and explanation copied here: For some reason, it seems that when we don't pass in a checksum for certain choco functions, chocolatey automatically attempts...
`VM-Install-From-Zip` can install .exe in a ZIP, but we are also using it for `.bat` and `.py`. I think this is ok, as it allows us to reuse the same...