unicorn/bindings
Nguyen Anh Quynh 1ee7544d84 Merge pull request #203 from lunixbochs/master
add MemUnmap to Go bindings
2015-10-19 08:26:17 +08:00
..
dotnet Implemented exception as error management mechanism and removed the error codes 2015-10-16 17:43:56 +02:00
go add MemUnmap to Go bindings 2015-10-18 12:21:43 -07:00
java Add README.TXT for java bindings 2015-10-14 16:50:50 -07:00
python Add OSX 10.11 dylib load fix 2015-10-16 17:07:53 -07:00
const_generator.py
Makefile enable gen_const for .NET in bindings/Makefile 2015-10-15 16:23:14 +08:00
README add bindings/README 2015-10-15 16:14:36 +08:00

This directory contains bindings & test code for Python, Java, Go and .NET.
See <language>/README or <language>/README.TXT for how to install each binding.

The following bindings are contributed by community.

- Java binding: by Chris Eagle.
- Go binding: by Ryan Hileman.
- .NET binding: by Antonio Parata.