mandiant / VM-Packages

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

Add autoit-ripper.vm & helper functions to install tools with Pip #1083

Closed Ana06 closed 3 weeks ago

Ana06 commented 3 weeks ago

Add helper functions in vm.common.psm1 to simplify installation of Python tools installed with pip. Related: https://github.com/mandiant/VM-Packages/issues/1080

Use the new helpers in magika.vm, also fixing the following issues:

Note the version of magika has been decreased because it was incorrect. I have just deleted the previous package from MyGet to ensure the change is tested. We should merge this PR quick as the package will be broken till then.

Add autoit-ripper which has helped me analysing a compiled AutoIt script recently. The extracted script is similar to the one extracted with UnAutoIt, which seems to have been removed from GitHub.