mandiant / VM-Packages

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

Simplify Windbg code && fix icon #997

Open Ana06 opened 2 months ago

Ana06 commented 2 months ago

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.

naacbin commented 1 month ago

As mentioned in #1040 we could use https://windbg.download.prss.microsoft.com/dbazure/prod/1-2402-24001-0/windbg.msixbundle to download Windbg as a msi which is handle more easily instead of using AppxPackage that will download the installer. Moreover, this allow versioning of Windbg.

naacbin commented 1 month ago

@Ana06, if you agree I can make the change.

naacbin commented 1 month ago

I had some free time so I did a PR.