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)
- Minidump
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.2.0.tar.gz
(4.0 kB
view hashes)