add Go bindings

This commit is contained in:
Ryan Hileman
2015-08-27 21:13:50 -07:00
parent b335cf016c
commit c5bcb02847
14 changed files with 2720 additions and 0 deletions

10
bindings/go/Makefile Normal file
View File

@@ -0,0 +1,10 @@
# Go binding for Unicorn engine. Ryan Hileman <lunixbochs@gmail.com>
.PHONY: gen_const test
gen_const:
cd .. && python const_generator.py go
cd unicorn && go build
test:
cd unicorn && go test