unicorn/bindings
2015-10-15 16:14:36 +08:00
..
go add Go README and sample.go 2015-10-13 19:41:55 -07:00
java Add README.TXT for java bindings 2015-10-14 16:50:50 -07:00
python on some hook events, uc_hook_add() should not allow more than 1 handler. this add UC_ERR_HOOK_EXIST error type 2015-10-10 18:01:47 +08:00
const_generator.py python: better support for Python3 (adapted from Capstone code) 2015-10-04 10:55:29 +08:00
Makefile file permissions 2015-09-24 21:27:57 -07: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.