node-capstone
node-capstone copied to clipboard
Node.js bindings for the Capstone disassembler library. https://parasyte.github.io/node-capstone-docs
You should update the npm package :P
RC2 was released today. It has 290 commits since 3.0.4, only a small number of them seem to be changes to the backends (x64, arm, ppc, sparc, ...) Those are...
Man, this is awesome piece of software. And very clean code. Thanks!
This work has started in a new branch: https://github.com/parasyte/node-capstone/tree/weak I tested it with [`mocha`](http://mochajs.org/) using the `--expose-gc` argument, and `close` was indeed called. I didn't include the mocha tests in...
An overview of the documentation generator is available at: http://blog.kodewerx.org/2014/05/trials-of-documenting-javascript-source.html The current state of docs is quite poor. Most templates are currently empty placeholders.