Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
remove a step
Browse files Browse the repository at this point in the history
  • Loading branch information
dguido committed Aug 1, 2017
1 parent 9096bd7 commit 7428372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -13,10 +13,9 @@ A proof-of-concept application that sandboxes the Malware Protection engine with
### Manual Dependencies
In order to function, **flying-sandbox-monster** requires some additional dependencies that cannot be automatically included.

* First, create a directory in the root repository directory called `support/`
* In `support/`, download `mpam-fe.exe` (the 32-bit antimalware update file) from https://go.microsoft.com/fwlink/?LinkID=121721&arch=x86
* Extract `mpam-fe.exe` into `support\` using `cabextract` or 7Zip.
* At this point, `support\mpengine.dll` should exist, among other files.
* [Download `mpam-fe.exe`](https://go.microsoft.com/fwlink/?LinkID=121721&arch=x86) (the 32-bit antimalware update file) to the `support\` directory
* Extract `mpam-fe.exe` in `support\` using `cabextract` or 7Zip.
* Once complete, check that `support\mpengine.dll` exists, among other files.

### FAQ

Expand Down
2 changes: 2 additions & 0 deletions support/.gitignore
@@ -0,0 +1,2 @@
*
!.gitignore

0 comments on commit 7428372

Please sign in to comment.