unicorn/bindings
zhangwm 4a62409949 arm64eb: arm64 big endian also using little endian instructions. (#816)
* arm64eb: arm64 big endian also using little endian instructions.

* arm64: using another example that depends on endians.

example:
1. store a word: 0x12345678
2. load a byte:
   * little endian : 0x78
   * big endian    : 0x12
2017-05-04 20:00:48 +08:00
..
dotnet add arm64 CPACR_EL1 register support (#814) 2017-05-02 14:51:19 +08:00
go add arm64 CPACR_EL1 register support (#814) 2017-05-02 14:51:19 +08:00
haskell Haskell bindings update (#767) 2017-02-26 09:27:35 +08:00
java add arm64 CPACR_EL1 register support (#814) 2017-05-02 14:51:19 +08:00
python arm64eb: arm64 big endian also using little endian instructions. (#816) 2017-05-04 20:00:48 +08:00
ruby add arm64 CPACR_EL1 register support (#814) 2017-05-02 14:51:19 +08:00
vb6 vb bindings remove DYNLOAD (#812) 2017-04-27 20:43:47 +08:00
const_generator.py ruby binding added 2016-03-22 12:17:23 +01:00
Makefile bindings: use diff -u in Makefile 2017-02-26 16:52:06 +08:00
README Removed MSVC binding. (#808) 2017-04-27 10:21:04 +08: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