From 700ee2752489cfd89c6469823a248fe957ba470c Mon Sep 17 00:00:00 2001 From: Hugo Genesse Date: Fri, 6 Jul 2018 14:10:49 -0400 Subject: [PATCH] Removed processhacker in default install because it fails on win7_64 --- malboxes/config-example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/malboxes/config-example.js b/malboxes/config-example.js index 9b4002c..4957655 100644 --- a/malboxes/config-example.js +++ b/malboxes/config-example.js @@ -55,7 +55,8 @@ // Chocolatey packages to install on the VM // TODO re-add dependencywalker and regshot once upstream choco package provides a checksum - "choco_packages": "sysinternals windbg 7zip putty processhacker apm wireshark winpcap", + // TODO: Re-add processhacker when its fixed for win7_64 + "choco_packages": "sysinternals windbg 7zip putty apm wireshark winpcap", // Setting the IDA Path will copy the IDA remote debugging tools into the guest //"ida_path": "/path/to/your/ida",