mandiant / flare-vm

A collection of software installations scripts for Windows systems that allows you to easily setup and maintain a reverse engineering environment on a VM.
Apache License 2.0
6.45k stars 906 forks source link

Create a `sharedconfig.xml` for FlareVM & CommandoVM #564

Closed emtuls closed 7 months ago

emtuls commented 8 months ago

Details

Currently, we have separate configs for FlareVM and CommandoVM. Things that are shared between the two have been placed inside of the debloat.vm package. While this is convenient location, if we start to put things inside of it to be shared (such as the Cmd Here functionality), it starts to defeat the intent of the original package (debloating).

I propose we create an additional config file that includes things to be shared across both FlareVM and CommandoVM to have a proper home for things of that nature.

Ana06 commented 8 months ago

At the moment the only functionality that is not stricly debloat is the Cmd Here that we enable only for Windows 10. I think there is no need of adding a configuration file at this point only for the Cmd Here, or do you have something concrete in mind that you would like to add @emtuls? In any case, I think it is good to have this idea documented, thanks for sending the issue @emtuls!

Ana06 commented 7 months ago

I think this issue should be moved to VM-Packages as it affects the code in VM-Packages (and not flare-vm) and because we should discuss any change that affects commando-vm in the common repository.

Ana06 commented 7 months ago

@emtuls can you move this issue to VM-Packages please?