Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

dissect.util

A Dissect module implementing various utility functions for the other Dissect modules. For more information, please see the documentation.

Requirements

This project is part of the Dissect framework and requires Python.

Information on the supported Python versions can be found in the Getting Started section of the documentation.

Installation

dissect.util is available on PyPI.

pip install dissect.util

dissect.util includes both a pure Python implementation as well as a faster native Rust implementation of the LZ4 and LZO decompression algorithms. Pre-build wheels are available for most common platforms and the native implementation will automatically be used. In the rare case that a pre-build wheel is not available, the pure Python implementation will automatically be used instead. If you wish to build your own wheel in the case a pre-build one is not available for your platform, you can do so by running the following command:

tox -e build-native

Note that you'll need to bring your own Rust toolchain for the target platform you wish to build a wheel for. For example, using rustup.

Build and test instructions

This project uses tox to build source and wheel distributions. Run the following command from the root folder to build these:

tox -e build

The build artifacts can be found in the dist/ directory.

tox is also used to run linting and unit tests in a self-contained environment. To run both linting and unit tests using the default installed Python version, run:

tox

For a more elaborate explanation on how to build and test the project, please see the documentation.

Contributing

The Dissect project encourages any contribution to the codebase. To make your contribution fit into the project, please refer to the development guide.

Copyright and license

Dissect is released as open source by Fox-IT (https://www.fox-it.com) part of NCC Group Plc (https://www.nccgroup.com).

Developed by the Dissect Team (dissect@fox-it.com) and made available at https://github.com/fox-it/dissect.

License terms: Apache License 2.0 (https://www.apache.org/licenses/LICENSE-2.0). For more information, see the LICENSE file.

Download files

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

Source Distribution

dissect_util-3.25.dev8.tar.gz (87.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dissect_util-3.25.dev8-py3-none-any.whl (55.5 kB view details)

Uploaded Python 3

dissect_util-3.25.dev8-pp311-pypy311_pp73-win_amd64.whl (657.9 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (263.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_i686.whl (284.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (252.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_11_0_arm64.whl (237.8 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (243.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev8-pp310-pypy310_pp73-win_amd64.whl (659.6 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (263.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_i686.whl (284.2 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (252.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_11_0_arm64.whl (237.7 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (243.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev8-cp314-cp314t-win_arm64.whl (162.0 kB view details)

Uploaded CPython 3.14tWindows ARM64

dissect_util-3.25.dev8-cp314-cp314t-win_amd64.whl (676.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_x86_64.whl (338.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_aarch64.whl (316.6 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_31_armv7l.whl (258.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_x86_64.whl (261.7 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_s390x.whl (283.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_ppc64le.whl (368.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_i686.whl (281.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev8-cp314-cp314t-macosx_11_0_arm64.whl (233.7 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev8-cp314-cp314t-macosx_10_15_x86_64.whl (239.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dissect_util-3.25.dev8-cp310-abi3-win_arm64.whl (160.8 kB view details)

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev8-cp310-abi3-win_amd64.whl (659.7 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_x86_64.whl (339.2 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_aarch64.whl (317.8 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_31_armv7l.whl (259.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_x86_64.whl (263.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_s390x.whl (284.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_ppc64le.whl (366.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_i686.whl (283.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ i686

dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_aarch64.whl (252.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev8-cp310-abi3-macosx_11_0_arm64.whl (237.7 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev8-cp310-abi3-macosx_10_12_x86_64.whl (243.5 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

Details for the file dissect_util-3.25.dev8.tar.gz.

File metadata

  • Download URL: dissect_util-3.25.dev8.tar.gz
  • Upload date:
  • Size: 87.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for dissect_util-3.25.dev8.tar.gz
Algorithm Hash digest
SHA256 e07bc864c84adc76435b5490a3325429b1945b40293eed788055d25587e47379
MD5 8546dc592a2ab99093f7d633142989c7
BLAKE2b-256 d2862bd1c5e7f7e00fb9209570057765a1a101cb8fa00f9a8de2784ccf7a6c9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8.tar.gz:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-py3-none-any.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-py3-none-any.whl
Algorithm Hash digest
SHA256 26c2c12e21b81f95197f3c8519b7a2e9ebd9ed595b34e7d5cb5b439462c05798
MD5 254839e2d94e7c9be9c76075b67b548f
BLAKE2b-256 6ba114ab6e12e1df570f5ec52ac817bd6f1ec2f1b57f0736ed6c43c6379a4c40

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-py3-none-any.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4160bbd24faac66d43acc464a3fa39c117df7510d496602223cb88546da89648
MD5 75db513bf37c35c0b52f67f81cff8f19
BLAKE2b-256 22ffce5d9d1e0751f210c2f73bf3cf0f32c177edf05c7efe1bfd4cd2e9eb7725

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f4f18bb77ccb83ad75f08ef5fad0046522afd6176a86a76195ced18a179d501
MD5 bc288655363893af70b743e40639f9a4
BLAKE2b-256 4496f809de40f7c0cc9b96b40a78742f861030c30cb90b37493a7338e56d30a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 932abb6c80243ea3a65ff372bcbe37d196b027a4d68bba594906da8663749750
MD5 ad80344124f8ba374c258fbee1bd6421
BLAKE2b-256 f07d7237cc6a853ac466c9601fbe51de60be3896dc6fe816401d2639e0831dd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2936bbbdc95596d8bcd2670819e779a28711663466b193f0bb530c79716b443
MD5 ca12fea1c2f2edbbed9f6a134382ff08
BLAKE2b-256 9ec32bd7bba3a526514629e91d99dda6ffcf078bc42f77b0b6d0de85b8ce96de

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f0256041d00074f8750d90ce41987dfdeb7ed146a7c8ff76ab395ff794ec549
MD5 cf885e0cd4b4785ba1cda1df9235f70d
BLAKE2b-256 521defcbb7cc25af99c15e1030678b0703164bae21116ca51483bef0f719a036

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ca30dc9c80b644a4281f42c66cd3c7fb4616ae975ce5e42e189e607108f61a44
MD5 890acc16f6df3a167c4fb7b3266bda9c
BLAKE2b-256 1634e23d05a66e0740d1d03797efa83feb3406001c6bf0521346ca3ebd466f35

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1d55cc3cfeca773c8fb2d4a7cfd14e3b2d8d04f9e1e4db0a63461378059a23e1
MD5 f0e98d83769295545e302a2d0f9560f3
BLAKE2b-256 ae62c4f84dccfe4d3a28748a729075f87d65be2421e754bd3f0db5d0b908f9a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 460f845760c1c4738f484abe2b1a65f25ed0c300c529cc31e5d630a266b4448b
MD5 6ecf4ebd6b7db451dd5a24fde5cb6ba4
BLAKE2b-256 aaa20ffd1530f1ceb5f42ceb0ba8f9f0078e47c55d19f82fd789cfca261e345a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 d353720c38ae83dd827cb606231cbaedbb2761d1503c65f3812cfaf676d693a3
MD5 379e99ad318932840d2eaef70c51d844
BLAKE2b-256 b0c249bce5cdfbcd0810ca83671a86c06ef7eadf0b2889ed09d420d715dc92d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 484fc90c8c21a8aac357920b75239d6feded69f4bf27fa66bbcd00b00dc1d5ee
MD5 344a818d81286552377e678f6889b4ae
BLAKE2b-256 3d0d50354f7412b395e6ad87caf8a28e0b92f6e58f9af79df779a340cfe1985a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e07afecf0b1a17b9af1b18de9a1b76d08bc586df3347db3c7dd7fc366e6938e9
MD5 61b1e730d1b01ed1fa48b5a402a5b341
BLAKE2b-256 d8940819c4b431214f0f5cfdf3b50453a77636a3b18ff2402318eeff2db0330a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fbe0bc2b8537442ec2ecaf59dac7be194c8066378450be9dbb34b60fcb1b4554
MD5 dc2fc4af296935c7d007f6a06d63520c
BLAKE2b-256 bd306c50b9efdbbf1c903ac60d6764b1851af87e0eff538664fcf690063efaae

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a147998eb563c2659ff634db785be43b03e8c095e197ce9501e651a87f176d11
MD5 84b1e3e2518bdd8b3f57a103216d4eaf
BLAKE2b-256 2dcc3f17bd719f9d0014505b6483214adc4ec80a4f45034e3147c3d4130923cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-win_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 3e7a40a3bac720b81039d2ce8d68731a431238d2bcd568d36288c438b94df9e7
MD5 5f5886683f34189374fe6a23abcf52a0
BLAKE2b-256 43676aab6c0b276016a7d98b64e6da255cfc4573f97d51bc3b5a4c7b15a639db

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42984b3821f29dff5799657004589b3472c3ecb23e73ad45403db8a7b6e56629
MD5 b15de07afc851b48b9e202f6dceeee73
BLAKE2b-256 14eed418835edba359e7c3c8781bde7867b2bbe1295a632491940655ddeee79d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1a1bf9cc187bb17f6c3f3a7161ff665da767c1d8c04577d50a86fccaf345faa4
MD5 8dc75a0519f945044519cadd9726cd23
BLAKE2b-256 7b9cff2e3884d032295ff75c7bd589f94c737d005cd4a2bd82ca551b0417ded2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d6ba18026a20b52e6f23fb56b0dec86198159cfbb6921b55ac9ee94a7f1f7d78
MD5 5d82d5adcda2f8a72833fe50544e61d5
BLAKE2b-256 2d855f8222103503c36b68fb10b16e7a333e6abafb389e074732091441aff11c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_31_armv7l.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ba1bb83f0d0d5c70eb0b469e41a1fcbe229a6636a31d1d65410265d3a19dcfa4
MD5 0fbed31ba7c903b21e5d2691088fab6d
BLAKE2b-256 4f858f2b0d647a08e5b9398ec16a743ad259b0b89f11d32c1ca211d9bcbcec57

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 14747264c449390e0fc44c865e69ac68056d268fe16b9de566c638ae76bb0fad
MD5 864c4b1dfea100e7c78c19fff235034f
BLAKE2b-256 e4135df22e7b37aaba230a7533dd1d5f268ea60e9890403b99d6fd5cf90e5ade

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_s390x.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 3b6557c7f1db7e3caf84d54c98a8dce41c47f37592c55d7e7c706dff89783519
MD5 a08a6bd40a9af551f18c070265498a5a
BLAKE2b-256 eef40e3cef0fe882f34b89b3d33b4f0539d5af0a30db2544bab11a4b0a10eecf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_ppc64le.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 7029cb4f9a89464c65ddce9ac7ec74c21a3400253f5bd3e9ae196b52b08c7595
MD5 8747bac58f4b95f1d825f7d53c726ab0
BLAKE2b-256 aeed106f2d4427622642d574667c09f2b7c60c895f1ff377711d88edfe483aca

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 02574c9b793f1041180b89f1097f71b34b6e76410ce38c0e37c7c2a83661e9ea
MD5 d7a6d5a2887ea0f93c27c99528184942
BLAKE2b-256 004637442532297c2950b2c56ccd2824ef38413bac5dbaf3ff160cf2f77f773d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9164a8d4d65020d61a31e70198833d2752169d33b02e4a541bbee2da468e6edd
MD5 66b277a9e6a6082533def09d970e49fe
BLAKE2b-256 cb2640bf627c302f0f00c601f0f337d87047d399c9e8bfdef7701ab6d88234ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6f1adef9fce3fc968e8cc46eea21f4edd0400bfb58664401ea4a076050974e94
MD5 0af811b699c7d6688de4924087ada143
BLAKE2b-256 3280174036892806e9f95f7514afb7b92768af2e8bef13fffd1c47287226b02c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 300d6dcfbf2ac203377b298a954ceccab1544abdc095032ee8b56c6a60a5e110
MD5 9fdfc5876a70a6f69e72160bc18f0611
BLAKE2b-256 58da502225108b3cea62f0db9bb6dfb6dc3eef076e4321e6b340a2a280804ea3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-win_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4b5d2aac8fec00d3f51f3babe7239bc827e18da5ab2b33f62630609d86ce7474
MD5 3aba9fa7a30a9249ff1bd468ba8f8c44
BLAKE2b-256 a5da754f142da62060995383c91b4fefa334c9e550d6f2209c1a018ec4efcac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-win_amd64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61a72ee48c0ae711cc64e5a0528e0992bca59cecfc621d01166a2cc2c7934279
MD5 12bf440b09b89b4b338b1f7abb17ed10
BLAKE2b-256 fc0cfd80d40a8279290c5c00f005db80b96780f9ed064b57b1d4a86889155a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9692f10ba0e7ead0fe704ef89a8a841e9f9ade7f1121ef1f3299ab9fc9d79769
MD5 2b1e36ef0e89f651e45c9aef3200668c
BLAKE2b-256 03c83a86a14cea4c6636b83fe63a94c4738dcfcfdf593a30f61f1aab95f21792

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-musllinux_1_2_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 509a5c12f69a91f4dd17c2385eaeb39d02bebe4fd8313e217e781bd1dba450fb
MD5 a2993d7798c371a0ca5cb1e276f46c5e
BLAKE2b-256 f0a151d7bc31c2f7fca493cb35020bf30817b655b53a766c06aec642677dd32b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_31_armv7l.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30995900d8ccf0bd6cac0131770eefddca7622ad7d03e34bf7a8b368230ccdc3
MD5 e4bdf1012fa170de07852323adc1dc8d
BLAKE2b-256 93be71f511b05767f06e1b91de2e39850065e4818adaa2e59566b983746c5ea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 4357858792aeae7710e5374a128047f7bc2d5275759e6b70fff83a48a8dd93c8
MD5 ec1bb31bc55ea8a7faa231d3d3196a07
BLAKE2b-256 857125bba7c55982bc850e4cb2cbfcf07c0a8d77601e1dff1b72a0b8e28e9f6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_s390x.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 b6f4f80ae1fc94515c6b7c771ef3c9011b49675dc50c785f753a76126b937720
MD5 4bb537fc0885e2f65783b1190aa40d80
BLAKE2b-256 4a915c0e12d623d2191eb59ff02f044bdd05c9f68933f3a1f28e1fcecd2d9948

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_ppc64le.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 aef4ea20131c5eb34a6fc8c370d9cbdda8d1b5c59afd9a1b4dc1b2d3e2069dea
MD5 8c4c50e06dd6c89cf93290f2640dca71
BLAKE2b-256 8218523ae7152e3d5705960914b5cf5f15f9f5c7ed979850e7c0cc4ccee2ae80

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_i686.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7218b95458525a2eb6ce579f254d7aea59acc2216f8187aaada95a961ec78d87
MD5 d7523e5c2bc1d9ee19f839b67281b053
BLAKE2b-256 a2187ffcb3819134df54e2ee52f8eaf6ceb66943699eb612f74a4cac6eea1fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-manylinux_2_28_aarch64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a52e3443c71e0a6465ad28439a473e60e4254792743c895a0b91bb839caa9db9
MD5 ce5964865a54266e6d433c5fcd40f899
BLAKE2b-256 dac12055bbd20f606e0d76dab877ae079d87983cbc0f25336204760bd944c993

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dissect_util-3.25.dev8-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev8-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 17dea77cbadcae13566297d45f1ad98453ceb2b1eaa0217018acca3c5efc5e94
MD5 03f6084fae9ac2cc6fd26c6aa311cc9b
BLAKE2b-256 04f8d69d9e369a7ed666325fd7a77d3465039e7b41ee7508b4532d76e8272a1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev8-cp310-abi3-macosx_10_12_x86_64.whl:

Publisher: dissect-ci.yml on fox-it/dissect.util

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page