keystone-engine 0.1.0

Rust bindings for the Keystone Engine assembler library.
Documentation
1
2
3
4
5
6
7
8
9
var extend = require('util')._extend,
    archs = ['arm64', 'arm', 'hexagon', 'mips', 'ppc', 'sparc', 'systemz', 'x86'],
    i

module.exports = require('./keystone')

for (i = 0; i < archs.length; ++i) {
    extend(module.exports, require('./' + archs[i]));
}