pe-machine-type-descriptor
Get name and description of PE machine types
Last updated 9 years ago by vweevers .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install pe-machine-type-descriptor 
SYNC missed versions from official npm registry.

pe-machine-type-descriptor

Get name and description of PE machine types. As specified by Microsoft PE and COFF Specification 9.3 [doc], section 3.1.1.

npm status node Travis build status AppVeyor build status Dependency status

example

const mt = require('pe-machine-type-descriptor')

console.log(mt(0x8664).type) // 'amd64'
console.log(mt(0x8664).description) // 'x64'

console.log(mt(0x1c4).type) // 'armnt'
console.log(mt(0x1c4).description) // 'ARM Thumb-2 little endian'

related

install

With npm do:

npm install pe-machine-type-descriptor

license

MIT © Vincent Weevers

Current Tags

  • 1.0.0                                ...           latest (9 years ago)

1 Versions

  • 1.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |