Remember to [install Unicorn java bindings](https://github.com/unicorn-engine/unicorn/tree/master/bindings/java) before installation.
Then you can install this package with:
```sh
$ sudo make install
```
Please refer to this [example](Example.java) to learn how to use this package:
```sh
$ make example
```