mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:48:30 +00:00
74aaf3b321
These Haskell bindings make large use of c2hs to generate much of the code, so Unicorn's const_generator is not used. The emulator is based on the Either monad transformer. The IO monad is used to run the underlying Unicorn library, while the Either monad is used to handle errors. Instructions on how to build the bindings are located in bindings/haskell/README.TXT. The same samples found in samples/ can be found in bindings/haskell/samples. They should produce the same output, with slight differences in their error handling and messaging.
63 lines
1.3 KiB
Text
63 lines
1.3 KiB
Text
This file credits all the contributors of the Unicorn engine project.
|
|
|
|
|
|
Key developers
|
|
==============
|
|
Nguyen Anh Quynh <aquynh -at- gmail.com>
|
|
Dang Hoang Vu <dang.hvu -at- gmail.com>
|
|
|
|
|
|
Beta testers (in no particular order)
|
|
==============================
|
|
Nguyen Tan Cong
|
|
Loi Anh Tuan
|
|
Edgar Barbosa
|
|
Joxean Koret
|
|
Chris Eagle
|
|
Jay Little, Trail of Bits
|
|
Jeong Wook Oh
|
|
Luis Miras
|
|
Yan Shoshitaishvili, Shellphish & UC Santa Barbara
|
|
Erik Fischer
|
|
Darel Griffin, NCC Group
|
|
Anton Cherepanov
|
|
Mohamed Saher (halsten)
|
|
Tyler Colgan
|
|
Jonathon Reinhart
|
|
Blue Skeye
|
|
Chris Maixner
|
|
Sergi Alvarez, aka pancake (author of radare)
|
|
Ryan Hileman
|
|
Tim "diff" Strazzere
|
|
WanderingGlitch of the Zero Day Initiative
|
|
Sascha Schirra
|
|
François Serman
|
|
Sean Heelan
|
|
Luke Burnett
|
|
Parker Thompson
|
|
Daniel Godas-Lopez
|
|
Antonio "s4tan" Parata
|
|
Corey Kallenberg
|
|
Shift
|
|
Gabriel Quadros
|
|
Fabian Yamaguchi
|
|
Ralf-Philipp Weinmann
|
|
Mike Guidry
|
|
Joshua "posixninja" Hill
|
|
|
|
|
|
Contributors (in no particular order)
|
|
=====================================
|
|
(Please let us know if you want to have your name here)
|
|
|
|
Nguyen Tan Cong
|
|
Loi Anh Tuan
|
|
Shaun Wheelhouse: Homebrew package
|
|
Kamil Rytarowski: Pkgsrc package
|
|
Zak Escano: MSVC binding
|
|
Chris Eagle: Java binding
|
|
Ryan Hileman: Go binding
|
|
Antonio Parata: .NET binding
|
|
Jonathon Reinhart: C unit test
|
|
Sascha Schirra: Ruby binding
|
|
Adrian Herrera: Haskell binding
|