udbserver 0.3.0

Provide Unicorn emulator with a debug server
Documentation
# Java bindings for udbserver

## Installation

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
```

## Usage

Please refer to this [example](Example.java) to learn how to use this package:

```sh
$ make example
```