You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# node r2irc.js
[=>] Initializing r2 core...
/home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36
throw new TypeError('Expected ' + numArgs +
^
TypeError: Expected 7 arguments, got 3
at ForeignFunction.proxy (/home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36:13)
at StructType.load (/home/radare/bindings/radare2-bindings/node-ffi/r_core.js:141:13)
at Object.<anonymous> (/home/radare/bindings/radare2-bindings/node-ffi/examples/r2irc.js:59:10)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
# node bin.js
/home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36
throw new TypeError('Expected ' + numArgs +
^
TypeError: Expected 7 arguments, got 5
at ForeignFunction.proxy (/home/radare/bindings/radare2-bindings/node-ffi/node_modules/ffi/lib/_foreign_function.js:36:13)
at StructType.load (/home/radare/bindings/radare2-bindings/node-ffi/r_bin.js:141:13)
at Object.<anonymous> (/home/radare/bindings/radare2-bindings/node-ffi/examples/bin.js:4:7)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
Other examples are normally start.
The text was updated successfully, but these errors were encountered:
dukebarman
changed the title
Cannot start a few example for Nodejs bindings
Cannot start a few examples for Nodejs bindings
Oct 15, 2015
Other examples are normally start.
The text was updated successfully, but these errors were encountered: