Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion malboxes/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down