keystone-engine 0.1.0

Rust bindings for the Keystone Engine assembler library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Ruby binding for Unicorn engine. Sascha Schirra <sashs@scoding.de>

.PHONY: gen_const

install:
	$(MAKE) gen_const
	C_INCLUDE_PATH=/usr/local/ cd keystone_gem && rake build
	cd keystone_gem && gem install --local pkg/keystone-0.9.0.gem

gen_const:
	cd .. && python const_generator.py ruby