Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed APM from default chocolatey packages #119

Merged
merged 2 commits into from
Jul 17, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion malboxes/config-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
// Chocolatey packages to install on the VM
// TODO re-add dependencywalker and regshot once upstream choco package provides a checksum
// TODO: Re-add processhacker when its fixed for win7_64
"choco_packages": "sysinternals windbg 7zip putty apm wireshark winpcap",
"choco_packages": "sysinternals windbg 7zip putty wireshark winpcap",

// Setting the IDA Path will copy the IDA remote debugging tools into the guest
//"ida_path": "/path/to/your/ida",
Expand Down
2 changes: 1 addition & 1 deletion tests/smoke/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

// Chocolatey packages to install on the VM
// FIXME made install go faster to prevent jenkins / packer bug when building Windows 7 machines (see #108)
//"choco_packages": "sysinternals windbg wireshark 7zip putty apm",
//"choco_packages": "sysinternals windbg wireshark 7zip putty",

// Setting the IDA Path will copy the IDA remote debugging tools into the guest
//"ida_path": "/path/to/your/ida",
Expand Down