Skip to content

Instantly share code, notes, and snippets.

@otarim
Created February 24, 2019 07:10
Show Gist options
  • Select an option

  • Save otarim/aebc32184c0bb6c149ef55ef56693bd1 to your computer and use it in GitHub Desktop.

Select an option

Save otarim/aebc32184c0bb6c149ef55ef56693bd1 to your computer and use it in GitHub Desktop.
magic number
var buf = Buffer.alloc(28)
fs.read(fd, buf, 0, 28, 0, function(err, buf, re) {
console.log(re.toString('hex'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment