unicorn/bindings
Nguyen Anh Quynh 80a286cf8a python: handle UC_ERR_TIMEOUT, so sample_x86.py behaves like sample_x86.c
Backports commit 810bd34eef41078ca840be2e2ad82d762cb26fa5 from unicorn
2020-01-14 09:53:10 -05:00
..
dotnet bindings: add UC_ERR_TIMEOUT 2020-01-14 09:47:35 -05:00
go bindings: add UC_ERR_TIMEOUT 2020-01-14 09:47:35 -05:00
haskell Haskell bindings: use ExceptT instead of deprecated EitherT (#1034) 2019-02-28 16:54:02 -05:00
java bindings: add UC_ERR_TIMEOUT 2020-01-14 09:47:35 -05:00
pascal bindings: add UC_ERR_TIMEOUT 2020-01-14 09:47:35 -05:00
python python: handle UC_ERR_TIMEOUT, so sample_x86.py behaves like sample_x86.c 2020-01-14 09:53:10 -05:00
ruby bindings: add UC_ERR_TIMEOUT 2020-01-14 09:47:35 -05:00
vb6 vb bindings remove DYNLOAD (#812) 2017-04-27 20:43:47 +08:00
Makefile add travis testing path (#930) 2017-12-17 19:24:09 +08:00
README Add Lua binding to README (#1050) 2019-02-28 16:48:20 -05:00
const_generator.py renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00

README

This directory contains bindings & test code for Python, Java, Go and .NET.
See <language>/README or <language>/README.TXT or <language>/README.md 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.
- Ruby binding: by Sascha Schirra
- Haskell binding: by Adrian Herrera.
- VB6 binding: David Zimmer.

More bindings created & maintained externally by community are available as follows.

- UnicornPascal: Delphi/Free Pascal binding (by Stievie).
    https://github.com/stievie/UnicornPascal

- Unicorn-Rs: Rust binding (by Sébastien Duquette)
    https://github.com/ekse/unicorn-rs

- UnicornEngine: Perl binding (by Vikas Naresh Kumar)
    https://metacpan.org/pod/UnicornEngine

- Unicorn.CR: Crystal binding (by Benoit Côté-Jodoin)
    https://github.com/Becojo/unicorn.cr

- Deimos/unicorn: D binding (by Vladimir Panteleev)
    https://github.com/D-Programming-Deimos/unicorn

- Unicorn-Lua: Lua binding (by Diego Argueta)
    https://github.com/dargueta/unicorn-lua