unicorn/bindings
kj.xwings.l 15d52aefbe
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

Backports commit 8c6cbe3f3cabed57b23b721c29f937dd5baafc90 from unicorn.
2019-02-28 16:47:23 -05:00
..
dotnet bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
go bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
haskell
java bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
pascal Pascal/Delphi binding 2019-02-28 16:36:56 -05:00
python update python binding samples, shellcode.py with 64bit syscall (#1052) 2019-02-28 16:47:23 -05:00
ruby bindings: update after recent addition of ARM_REG_IPSR 2019-02-28 16:44:43 -05:00
vb6 vb bindings remove DYNLOAD (#812) 2017-04-27 20:43:47 +08:00
const_generator.py renamed unicorn gem to unicorn-engine (#895) 2017-09-19 07:43:21 +07:00
Makefile add travis testing path (#930) 2017-12-17 19:24:09 +08:00
README bindings/README: Add D bindings 2018-10-06 04:51:47 -04: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

- 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