unicorn/bindings
Disconnect3d 68e17c03dc
Fix naming in Python sample_x86.py (#961)
Backports commit 19ffa83d4353af8834c4c55590ca2ecd357a6bbe from unicorn.
2019-02-28 17:01:10 -05:00
..
dotnet Update dotnet bindings (#973) 2019-02-28 17:00:25 -05:00
go bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
haskell Haskell bindings: use ExceptT instead of deprecated EitherT (#1034) 2019-02-28 16:54:02 -05:00
java Fix Java Makefile on Darwin (#936) 2019-02-28 16:58:03 -05:00
pascal Pascal/Delphi binding 2019-02-28 16:36:56 -05:00
python Fix naming in Python sample_x86.py (#961) 2019-02-28 17:01:10 -05:00
ruby bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
vb6 vb bindings remove DYNLOAD (#812) 2017-04-27 20:43:47 +08:00
const_generator.py renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07: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

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