Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jholowczak authored Apr 19, 2020
1 parent 4c2215b commit 4216d96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ to be accessible from the mock file system. The default "root" mock file system
is located in `os/win10_32/`. In order to allow for the malware to load up DLLs
you will need to copy them into the appropriate location within the mock file
system. Typically, these should be copied into,
`os/win10_32/windows/system32/`. Once you have the required files in that
`os/win10_32/windows/system32/`. Currently, only 32-bit DLL's pulled from a 32-bit
Windows installation are supported. Once you have the required files in that
directory, you can move onto the compiling and running step.

## Compiling and running
Expand Down Expand Up @@ -166,9 +167,8 @@ root@6a6fe8c2b2a7:~/go/src/github.com/carbonblack/binee# go build && ./binee tes
`./make.sh `
`./make.sh install`

4-Clone Binee
`cd Binee`
`go get`
4-Clone Binee and Build
`cd binee`
`go build`


0 comments on commit 4216d96

Please sign in to comment.