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
Release files for bitnesslib 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bitnesslib-0.2.0.tar.gz | 4.0 kB | Details |
Release files / bitnesslib-0.2.0.tar.gz
| Download URL | bitnesslib-0.2.0.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c4cf2c722b87502a0d82a1e084a5e73352392ab290138e8bc3f2b7075b526c9
|
|
BLAKE2b-256 checksum How to use checksums |
a89bad2fb177ac7e12246a0adc202a70a53de418ecf99b12daff69513fdb272b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.9.6
|