parasyte / node-capstone

Node.js bindings for the Capstone disassembler library. https://parasyte.github.io/node-capstone-docs
MIT License
58 stars 14 forks source link

Update npm package #9

Open ioncodes opened 7 years ago

ioncodes commented 7 years ago

You should update the npm package :P

parasyte commented 7 years ago

When I get home, I'll verify the test suite with the latest stable capstone, and cut a release. :+1:

ioncodes commented 7 years ago

Sounds good :)

ioncodes commented 7 years ago

Aaaand? :)

reanimatedmanx commented 6 years ago

Offtopic: Does this mean that the this bindings are not compatible anymore with newer capstone version (3.0.5) I always keep getting

libcapstone could not be loaded. Make sure it is installed and available in your PATH

Althou I have the capstone.dll linked in my PATH variable.

Can someone help me out with this?

ioncodes commented 6 years ago

@one-thunder Are you using my fork or the npm package?

parasyte commented 6 years ago

@one-thunder Pretty sure that's going to require the patch, and I've been extreeeemely lazy, I mean busy. ;(

ioncodes commented 6 years ago

@parasyte If I get your permission I will continue your work, I have never looked into Node bindings, but it would be a neat way to learn! I will ofcourse credit you.