Skip to main content

A Dissect module implementing various utility functions for the other Dissect modules

Project description

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.

Project details


Release history Release notifications | RSS feed

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.dev6.tar.gz (86.4 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.dev6-py3-none-any.whl (54.7 kB view details)

Uploaded Python 3

dissect_util-3.25.dev6-pp311-pypy311_pp73-win_amd64.whl (665.7 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (262.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_i686.whl (282.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (252.4 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev6-pp311-pypy311_pp73-macosx_11_0_arm64.whl (237.3 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (242.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev6-pp310-pypy310_pp73-win_amd64.whl (668.3 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (262.4 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_i686.whl (282.2 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (252.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev6-pp310-pypy310_pp73-macosx_11_0_arm64.whl (237.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (242.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev6-cp314-cp314t-win_arm64.whl (161.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

dissect_util-3.25.dev6-cp314-cp314t-win_amd64.whl (684.6 kB view details)

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev6-cp314-cp314t-musllinux_1_2_x86_64.whl (337.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dissect_util-3.25.dev6-cp314-cp314t-musllinux_1_2_aarch64.whl (316.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_31_armv7l.whl (257.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_x86_64.whl (260.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_s390x.whl (283.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_ppc64le.whl (363.8 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_i686.whl (280.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_aarch64.whl (250.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev6-cp314-cp314t-macosx_11_0_arm64.whl (233.1 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev6-cp314-cp314t-macosx_10_15_x86_64.whl (238.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dissect_util-3.25.dev6-cp310-abi3-win_arm64.whl (159.7 kB view details)

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev6-cp310-abi3-win_amd64.whl (667.5 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev6-cp310-abi3-musllinux_1_2_x86_64.whl (338.3 kB view details)

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

dissect_util-3.25.dev6-cp310-abi3-musllinux_1_2_aarch64.whl (317.6 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_31_armv7l.whl (258.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_x86_64.whl (262.2 kB view details)

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

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_s390x.whl (284.1 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_ppc64le.whl (362.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_i686.whl (281.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ i686

dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_aarch64.whl (252.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev6-cp310-abi3-macosx_11_0_arm64.whl (237.1 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev6-cp310-abi3-macosx_10_12_x86_64.whl (242.5 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: dissect_util-3.25.dev6.tar.gz
  • Upload date:
  • Size: 86.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dissect_util-3.25.dev6.tar.gz
Algorithm Hash digest
SHA256 510b213ce8fe8a566717c1b271cb2a8d6323e39e3e97843acb9c9eb341442d0f
MD5 b410f101a9d71396df8e8613cfaf97a5
BLAKE2b-256 880c1e233b836864badf25e1354947869aa641839eeb27581a67a4e645755b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6.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.dev6-py3-none-any.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-py3-none-any.whl
Algorithm Hash digest
SHA256 f211188b3992047dfe0e7dcf7d79f99790a3b34f2841b3cd97ce45f1c6c3e05e
MD5 7e08afef25e81297a92d9b3dfd31a043
BLAKE2b-256 bf21eb2e1a5e771d5cc296d8a7486771ec0f932d2800931b4b37744daea67166

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f8ce6e5759ebb6662f00fb0a7fd3dd75f1416c7f2fbe99c644e0c32fbf6426e7
MD5 8397424350d8685af9593e99f008e2a0
BLAKE2b-256 344a08afea08fee465e6aeaf265c5f5f0f1cb576b9a3a6c48589e88fb8828afb

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6858019cab76e33f39701db9ad4ac348cf3ad442cd7ca785f24860a6354f4ac4
MD5 2d98bf068e412f0f1a67f6d65115845f
BLAKE2b-256 28a2d216d501d0dcf090aad82fc1b6438ce9acafa9ec63c47be224981beb6f1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 a82b4af5de8d3efde8caf84b93b8f13eda90f3e54cf73793dca0107e05452632
MD5 8db45511517168e799433018de121163
BLAKE2b-256 88edf90c3c4089ea3b2691180e7d727281f5db8e55f50050390c6da80f5dca49

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f4dadaab034e9f1a6de280ca3a861806a259011e4ec699fa6b803396568587b
MD5 f0d57eafe8c614e0adcfa88bded13d17
BLAKE2b-256 229fb6e1a40d7c8ddda7199f41cdeef374650dcd4cfc4a8bd3bbc3985aab83dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 faf0d40231ec6fa9628b92aa31327d863808f3bd969555b6ead2d9e6b2fd6a02
MD5 d313eb1ed59ff7cab371c870d3520fb9
BLAKE2b-256 09ad3e82a43ff01e9f123d3f4baa5c0c3ca3fa49c1023de73d20a2f293f8ddc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 315f711e48e538b8022950384dd490c56a556cb536bc84778ca9f8d858f9ab27
MD5 d01c5599c2d1662fcef9cd67bba19fbf
BLAKE2b-256 3657f00dcb3ce6071c2fc6f0d9a58e47392c71f62745b14e6aa0bed4042974e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3425d1329d17163b93e7267d5ad93518544382055249914bffbf325e4f133891
MD5 1d66197d7c47ff0565806e21218690b3
BLAKE2b-256 612c10b7b0bcbffc8b128f85e9e8d9ec085f2c0047fe5acb942ee50cf49af4b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8b32c4a376e9896789fe3c56052479e09a5be7cced30a2633520464bba717b0
MD5 3a4517bf1bb92568fcb0aec9208da7f1
BLAKE2b-256 2747de746b9eeebfb0895e444bd158513283769c792dac47372a6f886b20ef1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 5d052d92ce9ed25898dc4b1d29252a753e117f8c4b72f2ef1329419479730137
MD5 d4fae911ffbee8b9f68e44b3f6523554
BLAKE2b-256 0ad5b183fe4bbe1bd8030e035ac9e078b8711c3c9af01f59722e1128611d2b5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d05a5682c4e361af8d22dcdd593b82f9f58c3ce01275ecdff5ea6c0ae9e52f39
MD5 bff6e502bc356f6050b6e7266912db66
BLAKE2b-256 b256b33de30649fa93d25ff1ba4a86af8036b5ef3ebf6a012192d04b345f2a3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b9c1dd68626f4dcf291949e15b1666641d0d1442f342c1c2139465b94acf98fe
MD5 ffba3eb65a0b706b8fe91d6e98749c56
BLAKE2b-256 901f92ccac657a07eec89494c1a7299957a883a15ff9fc76e78e26d937e0df57

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7cd8895169ffa734d05bc9a426781275ab492f394f1aa11519d39e054fdaf712
MD5 a207c99934c463dfac767cea1ddbeb03
BLAKE2b-256 754f32b46c1ae43a1e9b3595ea0041bf512477ecfc243e37fbcdd2f9f44c3ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 29c2f6d9bee64515f995ab8609aff90abaa40342b7982f55556c3a5e44bf7f37
MD5 b54a35865062271beb351e383b75603f
BLAKE2b-256 5b61e35a470fe9944d69200fc9a28fbc561a400085426383b53a6307a05d260f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ad91b724fd8ec940d69c96bfafa922dd9cbde393226f0845aefb878df759384a
MD5 193ac6b38d7044abb5ea3566875854e7
BLAKE2b-256 348f4e71d958f05b7deb8536997f9bb31121ce6b5bcaf6b3ee6239a0760bd31b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b97f4066930d9b5ba08483b18277f336682aa5e80b954bb2471925cefa5a6bf1
MD5 2843b46f0ea8e3d0149c662a0de4b482
BLAKE2b-256 d412889099f15be5ab69367da2a0cc6d2b59d8e53cf6234fcaaf9ef27ff3d9de

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4515a38bd619885f76899306af00e6322ff4a949c501b2afee5bc531defef012
MD5 76be9e56b4d6f02ce59587bd27dd2c79
BLAKE2b-256 5e8392a503d0e8cdf26c7fd0d250d70d678fdd22820e3fbf308ba593eb89c28e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 6f73f33e1fc4d7a7add71f83e0a393654717c2eac047a519cd13decd9b300e7a
MD5 d1d609906cd76883759dda5d5234f434
BLAKE2b-256 09cc73f798cc44bec0a08a874c889b666a7ad199ec1fbbe007484407ae97bf13

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f01d8455ad78b78a266d09a7a3bd11c2d3b0cb6681f6afd05960ea4c982309e9
MD5 1a06ec46355206961c907cc3e7c4e922
BLAKE2b-256 050c227d5f8006839b68b933b6706ff97bdf9e365bdcd7ee0644567cd73559ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 52b9c00864946679b4fffe813b2ac186244ae3d55eb5de576f912fdf7a6260dc
MD5 34d95ba8319588cf5bcc2dc4967e7b2e
BLAKE2b-256 ffc80a47e0a4aed36f621d20a9fec7d846c92f8261aa53e32a5c7a4cbfe52c9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d90c89f84bd17dee388ffb99a79874b436df8552133d8e603693f09b6bb94495
MD5 c56594c788c584ef9519bb1722f55c37
BLAKE2b-256 9836d742573d0a5fa014cde36d6c765f6275014dc7e357004ddf8fb594108b78

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 07cfd8da6ba4a75eedea23a9ed7360268d2caf3f82fa328cf3f3c1adb1193f25
MD5 86e68adb862ebe632dab7a8ae892e907
BLAKE2b-256 2e8f3f0cf662d7b7dec0e99bcdb5820d989917502b139f25e1a4ecc620190694

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1a09b5aa4d1ee68ab8d14a0daa2380430e297bd03a693f01b9f111f53676a6c
MD5 e2be612e768945e1b4389882a60210a9
BLAKE2b-256 7a18306c025cc6a08dc417fa27ffe2e8d8885adb6ac43309407fe75d1e5b83f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf3a1b98d14a95d271fcc14abea5e86a749f04e9a605cdff9fc977b91d4e0443
MD5 dd7a06a4bc3794759e530366b45bef26
BLAKE2b-256 c75a830debfcb251b7b6a3ad333e10cedc206823b06bf79e70c02415dcfd2eaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 69f6fc63ebabb9bee7b319c1a0fdc52d0c320fafa36816e97ad247521df01570
MD5 1184a362ce515ab9f0b7457ed6eef5e7
BLAKE2b-256 4ff959d423d5715d37601402e668fa8e53a602549e870caedf1730285a186533

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 fcb186798d612f7cc9710d71fc2fada5a6da505ce2a8fc85a17121c1110d0816
MD5 c5b3cfd14dd52f2de9fc795e68e02d2c
BLAKE2b-256 0ea6aa0b109a12dc320d22de14f5030624dcf1fff2f36d943552e39a206094ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d87301867429371652c1250103cd3aa0a9af43560473c81f25c676a9d9d8cc60
MD5 11548ba01bda0d5a22d8f6ec5c64e8a0
BLAKE2b-256 ffd54d5172ca242c4ddbd83ed88ae2219ff5eb129d99300c214bd3ae3fd1525b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12426d116e382bab253f181033edb99fffdcf7ca2f518e144d08388fcf1d8cdf
MD5 1ab7122ffddd814a40a817a723885241
BLAKE2b-256 44541f640e08bbb5a4f376ac2524cc02e64fb8807ff15cfc3ba5b453da870d5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40da5437db09756b5f59f637d9d4ec24cc0825bf8a4e152091c9a6c923037fdb
MD5 295440458a3a8a0d8d75f3b527e7cb6f
BLAKE2b-256 f23eecbe7c67fad866e6dc324c02d169e778dc593797678091bf26dab6482437

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ed5f2d1c99617fb7b45ac2f543c71a615e63e470f5aaa4ebd8e2ae09418ec24b
MD5 7e09c7078c1a6538e98c8fe40e34bbb2
BLAKE2b-256 6fa2e11247c81f517dd7f4c567291e0e68b66b823aff63ea4d702613198158ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0b99cff7582cc1a4ecf2781a53ffe52051ec27d31238938c3fac38c221d19c6
MD5 038916dfeed42ed7b40c947b334a1e02
BLAKE2b-256 65867011e1e6ba0cbe22c6420b96d35971ccee3a7d110ef5657352306fec71db

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_28_s390x.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 9cda3897aa1298f544dcfb6ed8d71177f0bafd9b0d807d788cf3b9d1758bfd59
MD5 83ecc1dde6cefa149cec03f1027d92bb
BLAKE2b-256 c4e83484bdf6a470c35f471244b9eb9ce72b04ad8356e408f7be3b53b3efbb1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_28_ppc64le.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 5b9174b03f0ce7035cf2338cf672a30a83426dc8f7fb4b1bd8dbe89ee1fc7d51
MD5 fba85ff461339858a36967068e505f2f
BLAKE2b-256 ebce00022c1112aa458e920ea5d0b1fef48c0a2c6b47b87972845ae24b260d22

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_28_i686.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 f6397d6540d71b4e24529d193d9447faad9554e57f276aceb11a01896497b1d9
MD5 accca4c403d399b3968b26d2970309bf
BLAKE2b-256 6dfb0cc5e89fc4fc00ce29507513f752a445de1454f41682eb07772b44ef9ce5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93655caa1dddc23febe73a4cc070cfc44f67e28c0b2da8591f3224b75e073ffb
MD5 d96630eac7cc65dfb65e3e0fc033b0c9
BLAKE2b-256 5cbb8316d897eda6188f6d81a67fe89b87a083b0148eeaadf5f7dcb9ab6f2e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eef2129332b65ae36e984843e997387606a77786f7f39a81e5c21f9a3aafb025
MD5 6e7c5e55a3cfc0ef1306f432ed50d156
BLAKE2b-256 427b4d144af1d7340aec2e801607ae153aaea75a526e4fd83bc3c2a82a695af8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.dev6-cp310-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dissect_util-3.25.dev6-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1951a928cf79c5333548b8e60ea9fa64ff3f896803df80e9491a251bcd7fb4f1
MD5 5b943ff583c6e7d911c8772da4e90f62
BLAKE2b-256 68ee3e1e1ce4882291f6a25bcc698196d546bfaca5c36869375f2d40653c9e98

See more details on using hashes here.

Provenance

The following attestation bundles were made for dissect_util-3.25.dev6-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.

Supported by

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