Skip to main content

Given a binary, determine its bitness

Project description

bitnesslib

A Python library with one simple purpose: given a binary, determine its bitness.

Installation

pip install bitnesslib

Usage example

>>> import bitnesslib
>>> bitnesslib.get_bitness('C:/Windows/System32/calc.exe')
64
>>> bitnesslib.get_bitness('C:/Windows/SysWOW64/calc.exe')
32

Supported file formats

  • MZ & PE
  • ELF
  • Mach-O
  • IDA databases (.idb & .i64)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitnesslib-0.1.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page