unicorn/bindings
kj.xwings.l 8c6cbe3f3c update python binding samples, shellcode.py with 64bit syscall (#1052)
* update python binding samples, shellcode.py with 64bit syscall

* fix with quynh comments

* fix with more q comments

* reformatted

* reformatted and moved file

* reformatted and moved file

* delete file

* delete dead code

* deleted more dead code

* deleted more dead code / fix bugs

* fix 64bit eip intno eax

* rearrage rip

* Inconsistent print
2019-01-15 14:57:11 +08:00
..
dotnet Update dotnet bindings (#973) 2018-07-05 21:30:33 +08:00
go Fix tests when using go 1.10 (#949) 2018-03-21 00:36:37 +08:00
haskell Haskell bindings: use ExceptT instead of deprecated EitherT (#1034) 2018-10-25 12:54:35 -03:00
java Fix Java Makefile on Darwin (#936) 2018-03-12 20:40:40 +07:00
pascal Pascal/Delphi binding (#987) 2018-08-03 20:33:25 +08:00
python update python binding samples, shellcode.py with 64bit syscall (#1052) 2019-01-15 14:57:11 +08:00
ruby bindings: update after #922 2017-12-20 22:13:29 +08:00
vb6 vb bindings remove DYNLOAD (#812) 2017-04-27 20:43:47 +08:00
const_generator.py Pascal/Delphi binding (#987) 2018-08-03 20:33:25 +08:00
Makefile Pascal/Delphi binding (#987) 2018-08-03 20:33:25 +08:00
README Add Lua binding to README (#1050) 2018-12-24 17:45:40 +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.
- FreePascal/Delphi binding: Mohamed Osama.

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