mandiant / VM-Packages

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

Create package template for Node tools #999

Closed Ana06 closed 4 months ago

Ana06 commented 5 months ago

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 node tools examples:

~New tool we could add to test the template:~

Ana06 commented 5 months ago

We should start by adding a function helper

Ana06 commented 5 months ago

Function helper added, still missing modifying the script, template and CI (GH action to create the package).

Ana06 commented 5 months ago

I have just realised that we do not need to download the zip to install obfuscator-io-deobfuscator, it is enough with running: npm install -g obfuscator-io-deobfuscator, tracked this in https://github.com/mandiant/VM-Packages/issues/1005 we need another tool to test the template/CI updates.