diff --git a/Images/flarevm-background.png b/Images/flarevm-background.png
new file mode 100644
index 0000000..b6b6ac3
Binary files /dev/null and b/Images/flarevm-background.png differ
diff --git a/flarevm.png b/Images/flarevm-logo-old.png
similarity index 100%
rename from flarevm.png
rename to Images/flarevm-logo-old.png
diff --git a/Images/flarevm-logo.png b/Images/flarevm-logo.png
new file mode 100644
index 0000000..c6b6c5b
Binary files /dev/null and b/Images/flarevm-logo.png differ
diff --git a/README.md b/README.md
index 3bd86a7..0f0006c 100644
--- a/README.md
+++ b/README.md
@@ -1,44 +1,4 @@
-```
- .;,
- .;oo'
- .,ldo,
- ,lddo;
- 'cdddo;
- .codddd:.
- .:odddodc.
- .;oddddddl.
- .,ldddddddl'
- .,lddddddddo,
- .;cccccccc;. .'cdoddddddddolccccccc:.
- ,odddddodd:. .coododddddddddddddddddo;
- ,odddddddd:. .:odddddddddddddddddddddd:.
- ;odddddddo; .;oddddddddddddddddddddddd:.
- ;odddddddo; .,::::::::::::codddddddddc.
- .:ddddddddo, 'lddddddddc.
- .cdddddddddo' .lddddddddl.
- .ckxdddddddddl. .cdddddddddl.
- .:xkkxdddddddodl. .:dddddddddxkl.
- :xkkkkxdddddddddc. .:dddddddddxxkkl.
- ;xkkkkkxxdddddddddc. ;dddddddddxkkkkkc.
- ;xkkkkkkkxllddddddddc. ;oddddddddxxkkkkxxc.
- ,dkkkkkkkxc..ldddddddd:..,odddddddoldkkkkkkkx:.
- ,dkxkkkkkkl. 'ldddddddoolodddddddo,.;xkkkkkkkx:
- 'dkkkkxkkkl. 'ododdddddddddddddo; :xkkkkkxkx;
- 'dkkkkkkkko. ,odddddddddddoddo; :xkkkkkkkx;
- .okkkkkkxkd' ,oddddddddddodd:. .ckkkkkkkkx,
- .okkkkkkkkd, ;oddddddddddd:. .lkkkxkkxkd,
- .lkkkxkkkkx; ;oddddddddd:. .lkkxkkkkkd'
- .lkkkkkkkkx; ;odddddddc. .okkkkkkkkd'
- .lkkkkkkkkx: .:odddodc. .okkkkkkxko.
- .ckkkkkkkkkc. .:ddddc. 'dkxxxxxxko.
- .;c::cc:c:,. .:llc. 'loooooooo;
- ________________________________________________________________
- Developed by
- flarevm@mandiant.com
- FLARE Team at Mandiant
- ________________________________________________________________
-```
-
+![FLARE-VM Logo](Images/flarevm-logo.png)
# FLARE VM
Welcome to 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 virtual machine (VM). FLARE VM was designed to solve the problem of reverse engineering tool curation and relies on two main technologies: [Chocolatey](https://chocolatey.org) and [Boxstarter](https://boxstarter.org). Chocolatey is a Windows-based Nuget package management system, where a "package" is essentially a ZIP file containing PowerShell installation scripts that download and configure a specific tool. Boxstarter leverages Chocolatey packages to automate the installation of software and create repeatable, scripted Windows environments.
diff --git a/config.xml b/config.xml
index 977c58b..d535d35 100644
--- a/config.xml
+++ b/config.xml
@@ -19,9 +19,14 @@
+
+
+
+
+
@@ -30,10 +35,14 @@
+
+
+
+
@@ -45,6 +54,7 @@
+
@@ -54,6 +64,7 @@
+
diff --git a/install.ps1 b/install.ps1
index 633fc2c..92fc7ac 100644
--- a/install.ps1
+++ b/install.ps1
@@ -879,7 +879,7 @@ VM-Get-Host-Info
# Download FLARE VM background
$backgroundImage = "${Env:VM_COMMON_DIR}\background.png"
if (-not (Test-Path $backgroundImage)) {
- (New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/flarevm.png', $backgroundImage)
+ (New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/Images/flarevm-background.png', $backgroundImage)
}
if (-not $noWait.IsPresent) {