unicorn/bindings
Nguyen Anh Quynh 55e61f65e4 python: only preload librt.so on Linux 2016-12-26 15:54:46 +08:00
..
dotnet add UC_VERSION_{MAJOR, MINOR, EXTRA} 2016-10-25 14:37:47 +08:00
go Go: fix Travis test on Mac 2016-12-25 18:40:23 +08:00
haskell make cleanup 2016-11-06 16:27:24 -08:00
java add UC_VERSION_{MAJOR, MINOR, EXTRA} 2016-10-25 14:37:47 +08:00
msvc Added MSVC bindings for uc_reg_write_batch() and uc_reg_read_batch() and fixed UC_HOOK_INSN hooking. 2016-05-10 23:29:11 +10:00
python Merge branch 'master' into noglib 2016-12-24 13:21:53 +08:00
ruby ruby: update unicorn_const.rb 2016-11-19 16:48:30 +08:00
Makefile python: only preload librt.so on Linux 2016-12-26 15:54:46 +08:00
README add link to Perl binding 2016-09-22 08:46:25 +08:00
const_generator.py ruby binding added 2016-03-22 12:17:23 +01:00

README

This directory contains bindings & test code for Python, Java, Go, .NET and MSVC.
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.
- MSVC binding: by Zak Escano
- Ruby binding: by Sascha Schirra
- Haskell binding: by Adrian Herrera.

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