udbserver 0.3.0

Provide Unicorn emulator with a debug server
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Go bindings for udbserver

This package provides Go bindings for udbserver, allowing you to inspect and control the emulation state through a GDB client.

## Installation

```sh
$ go get github.com/bet4it/udbserver/bindings/go/udbserver
```

## Usage

Please refer to this [example](example/main.go) to learn how to use this package:

```sh
$ go run ./example
```