From 00fcac65a601641e97b1314fa88ec582e31038d7 Mon Sep 17 00:00:00 2001 From: Olivier Bilodeau Date: Thu, 8 Dec 2016 09:15:29 -0500 Subject: [PATCH] Temporarily remove depwalker and regshot from choco packages (#16) --- config-example.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config-example.js b/config-example.js index 3d0808a..f277583 100644 --- a/config-example.js +++ b/config-example.js @@ -32,7 +32,8 @@ //"windows_updates": "false", // Chocolatey packages to install on the VM - "choco_packages": "sysinternals dependencywalker windbg wireshark 7zip putty fiddler4 processhacker regshot apm", + // TODO re-add dependencywalker and regshot once upstream choco package provides a checksum + "choco_packages": "sysinternals windbg wireshark 7zip putty fiddler4 processhacker apm", // Setting the IDA Path will copy the IDA remote debugging tools into the guest //"ida_path": "/path/to/your/ida",