# HandJar.B

Article for publication: [article.md](./article.md)

## Build Instructions and Requirements

* JDK 8 or higher
* Maven

```
# build the virus
mvn install

# run the demo (this will also (re)build the virus)
make demo
```
