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.
example
const mt = console // 'amd64'console // 'x64' console // 'armnt'console // 'ARM Thumb-2 little endian'
related
install
With npm do:
npm install pe-machine-type-descriptor
license
MIT © Vincent Weevers