exe-arch

0.0.1-m • Public • Published

exe-arch

Simple module to get architecture of an exe file

Returns "64bit" in case of a 64 bit executable, "32bit" in case of 32 bit, "unknown" in case something's wrong and null when the file passed is not an exe file

How to use :

  1. Install module using npm install exe-arch
  2. Require the module
    var ea = require('exe-arch')
  3. That's it! Call ea() with your exe file's path as it's argument and wait for it to do the magic.

MIT (c) Akash Rajendra

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i exe-arch

      Weekly Downloads

      0

      Version

      0.0.1-m

      License

      MIT

      Last publish

      Collaborators

      • akashrajendra