-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Richard Zak <richard.j.zak@gmail.com>
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
MalwareDB aims to be a bookkeeping application to store data regarding malicious and benign files, or other unknown binaries. | ||
|
||
Install: | ||
* By cloning the repository: | ||
* `git clone https://github.com/malwaredb/malwaredb-rs.git && cd malwaredb-rs && cargo build` | ||
* Using Docker: | ||
* `git clone https://github.com/malwaredb/docker.git && cd docker/MalwareDB && docker build -t malwaredb/latest .` | ||
* Using Cargo: | ||
* `cargo install malwaredb` | ||
|
||
See [MalwareDB-rs](https://github.com/malwaredb/malwaredb-rs) for more information. | ||
|