unicorn/bindings
xorstream 1aaf57ca54 Some more little edits to prepare for pull request. 2017-01-20 22:46:32 +11:00
..
dotnet
go go: fix uc_free, free uc_mem_regions pointer 2017-01-10 16:54:54 -05:00
haskell rename API uc_mem_free() to uc_free(). see #662 2017-01-10 20:59:14 +08:00
java This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
msvc This code should now build the x86_x64-softmmu part 2. 2017-01-19 22:50:28 +11:00
msvc_native Some more little edits to prepare for pull request. 2017-01-20 22:46:32 +11:00
python Fixed circular refs preventing Uc instances from being GC'd. Added a test case, requires `objgraph` module. 2017-01-11 18:23:21 +03:00
ruby
vb6 VB6 bindings and dynload update w/ uc_context* and uc_free api,… (#715) 2017-01-16 09:40:56 +08:00
Makefile python: only preload librt.so on Linux 2016-12-26 15:54:46 +08:00
README update CREDITS.TXT 2017-01-16 09:43:11 +08:00
const_generator.py

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.
- 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