VM-Packages
VM-Packages copied to clipboard
Chocolatey packages supporting the analysis environment projects FLARE-VM & Commando VM.
### Details `https://windows.metasploit.com/metasploitframework-latest.msi` is signed. Use the new `VM-Assert-Signature` function to fix (and avoid that it fails again with every update) Metasploit similarly as we have done with Google Chrome...
### Details ida.diaphora.vm is just copying the diaphora script to the Utilities folder. It would be much useful if we would install it as a plugin as we do in...
### Details regcool uses a URL without the version and breaks with updates. See the last daily run.
### Details The packages of Node tools installed using npm look very similar and a new template could be added to our create_package script and to our issue template. Current...
### Details To install obfuscator-io-deobfuscator, we need to: - in the nuspec: - require `nodejs.vm` as dependency in the - in the install script: - run: `npm install -g obfuscator-io-deobfuscator`,...
### Details ImHex requires a graphics card with OpenGL 3.0 support. We should fail the package to install if it is not available. In addition @emtuls noticed some issues with...
### Details Currently we use the Chrome icon for opening Cyberchef which works well and is dual purpose since it also acts as a chrome shortcut, but is there a...
Add option for helper functions to allow user's to specify if tool should be ran as admin
### Details As of https://github.com/mandiant/VM-Packages/pull/983, we opted to remove the right click "Cmd Here" that `map.vm` introduces when installing due to favoring the right click for opening with `Windows Terminal`...
### Details Use `$executablePath = "$(where.exe $toolName)"` to simplify the code of windbg.vm by executing WinDbg directly instead as a consoleApp. This fixes the icon too.