unicorn/bindings
2016-11-05 01:51:13 +08:00
..
dotnet add UC_VERSION_{MAJOR, MINOR, EXTRA} 2016-10-25 14:37:47 +08:00
go Go: add context api (#668) 2016-10-31 16:00:57 +08:00
haskell [haskell] Added testI386ContextSave function 2016-10-31 11:57:13 +01: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 python: add a debug code to print out _path_list 2016-11-05 01:51:13 +08:00
ruby fix signedness issue with reg read/write in ruby bindings 2016-10-26 00:30:22 -07:00
const_generator.py ruby binding added 2016-03-22 12:17:23 +01:00
Makefile add command to create constants file for ruby 2016-10-22 17:02:35 +02:00
README add link to Perl binding 2016-09-22 08:46:25 +08:00

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