Socket
Socket
Sign inDemoInstall

exe-arch

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    exe-arch

Get architecture of an exe file


Version published
Maintainers
1
Created

Readme

Source

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

FAQs

Last updated on 25 Aug 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc