node-ioctl icon indicating copy to clipboard operation
node-ioctl copied to clipboard

node ioctl wrapper

Results 1 node-ioctl issues
Sort by recently updated
recently updated
newest added

Whenever I try to read the `fb_fix_screeninfo`, node.js crashes and says `malloc(): memory corruption`. My `fb_fix_screeninfo` structure looks like: ```js StructType({ id: ArrayType(ref.types.char,16), smem_start: ref.types.ulong, smem_len: ref.types.uint, type: ref.types.uint, type_aux:...