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.dev7.tar.gz (86.5 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.dev7-py3-none-any.whl (54.8 kB view details)

Uploaded Python 3

dissect_util-3.25.dev7-pp311-pypy311_pp73-win_amd64.whl (665.8 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (262.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_i686.whl (282.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (252.5 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev7-pp311-pypy311_pp73-macosx_11_0_arm64.whl (237.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (242.8 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev7-pp310-pypy310_pp73-win_amd64.whl (668.5 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl (262.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_i686.whl (282.4 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (252.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (237.5 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (242.9 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev7-cp314-cp314t-win_arm64.whl (161.2 kB view details)

Uploaded CPython 3.14tWindows ARM64

dissect_util-3.25.dev7-cp314-cp314t-win_amd64.whl (684.7 kB view details)

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev7-cp314-cp314t-musllinux_1_2_x86_64.whl (337.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dissect_util-3.25.dev7-cp314-cp314t-musllinux_1_2_aarch64.whl (316.2 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_31_armv7l.whl (257.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_x86_64.whl (260.4 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_s390x.whl (283.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_ppc64le.whl (363.9 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_i686.whl (280.6 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_aarch64.whl (251.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev7-cp314-cp314t-macosx_11_0_arm64.whl (233.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev7-cp314-cp314t-macosx_10_15_x86_64.whl (239.0 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dissect_util-3.25.dev7-cp310-abi3-win_arm64.whl (159.8 kB view details)

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev7-cp310-abi3-win_amd64.whl (667.6 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev7-cp310-abi3-musllinux_1_2_x86_64.whl (338.4 kB view details)

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

dissect_util-3.25.dev7-cp310-abi3-musllinux_1_2_aarch64.whl (317.7 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_31_armv7l.whl (258.4 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_x86_64.whl (262.4 kB view details)

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

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_s390x.whl (284.2 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_ppc64le.whl (362.3 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_i686.whl (282.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ i686

dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_aarch64.whl (252.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev7-cp310-abi3-macosx_11_0_arm64.whl (237.2 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev7-cp310-abi3-macosx_10_12_x86_64.whl (242.6 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

  • Download URL: dissect_util-3.25.dev7.tar.gz
  • Upload date:
  • Size: 86.5 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.dev7.tar.gz
Algorithm Hash digest
SHA256 e126e1d3ca32af6a99d1450637335d55f8f3a097365ca2ed1dcc3ac655db0686
MD5 46d50119bcd1a85ffabcf79eef02c1ab
BLAKE2b-256 64372a3b8e2916fa74803fda4cf4758eeaad507e399ef61cbfcca8193d375ec0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-py3-none-any.whl
Algorithm Hash digest
SHA256 083b592cef0d2c02d2d58d10345d8455ab16823660bef1eb847a3d05a322a001
MD5 82a00d49b76420f6e121eab2e160ed7b
BLAKE2b-256 5230080ab1a733cc5ff20a902b6b2b16b1f444c9e74b89b85c04460c4f6e3cf6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 889e292eb4a88b131fe14519d78cc6c6dbfe7cba00e08aa12fd03b241ce5a22a
MD5 e271e7acb4c834aabac30375fc75e066
BLAKE2b-256 451fe885bf17db6ef705bf837803b08f4d9dfff7e346865a3b9d9ce43c24f15e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c70ee9e0aa7dbdb04d2af2c3bfbf37d3c1877c6926ad7ee0301dce14f7f0cac
MD5 bb9b501e4bb513dc838803771a709294
BLAKE2b-256 cf1e54a02dfa0b2324cb5f58a5f524fac4725181fd6df3abc34c0b6f47021114

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 61ac499711fb00508e5062d79e1ada9e964b9c9bbc1a71a9df4c808012800815
MD5 0e7f8a49536a9aae11c51b7c6ffe8d8c
BLAKE2b-256 77c2b46c4f713c206ee3039f0b9ec7de2e0b90715b4dd61188d88dc59e13bf0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab680ee076961f82c00cc0dd6e60f4450b2d75322824b86ee78f8e5747ee4544
MD5 0b5773b83c8f45a730794a6fb0e39521
BLAKE2b-256 7121ceb082e7872d30abc45aa0690432e9e49da22639c78044836c52deaa7200

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 68d6fa80b171187d76d281a1ee6a1fc095dc9709e955054c1e1b844eb25f5a88
MD5 5e08ac2cc06e68d390aaba1b0b3eae96
BLAKE2b-256 4ab0c6ddf6eabaf8c4060c3772e9ecb6fae9429d796d47a4ea33588795ed77aa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c7dffb5146e40bdda945bcccc8b59301ed38d64556ced517c4aea2aff3a6e7f4
MD5 d999dbe2a69fe811947b88716fe3f5ac
BLAKE2b-256 02e4f93ec9d9c6eead87dd76c3b96ac425efbb45880996e83ece30caf01ce2e4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5b6bf4bb53678a831d27d80c8e03669ea6ddab418c2752b7bd1d2c3e8f10d0e1
MD5 9dde45dce93fc09b7acc51157a2543a9
BLAKE2b-256 2fbd7798f1babc290b7919ee0362959c214e67d1c0213af28a677c4b452cd35e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7a4fa6569ccf8efcdd96af2c4d02f5d5c6b14c8b68ad229233e02a374e14251
MD5 c9826742fc34ca60c6e6c0d2a70b9eca
BLAKE2b-256 f019ea06c2a3d9f800e060750d88fb3c181f07be498cb0a7835de7b44da93990

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 e788b9dd938917085df944796f5115d6f8869ad110495550aeb0be728edc50dc
MD5 2cced0d7c8d5f8f0887d3c3c0eff3ad6
BLAKE2b-256 24279090046fd6a866f674586f3c9ca158a2f4d08130f2a52d4beb51f7bc9dea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d88c3056dde56de24879d30719132eafea5b75b8489cb2130d7f6347e1a5da89
MD5 fa9cba304f003296aba74738f3a8fa49
BLAKE2b-256 922f6c53c7745d8b9be4ed3011bf3267d1ab6bd1298817eafa139f32012c3057

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1574f9841b0d3d63f74e1e52fd66dffaaab5baa56975186a1edcd0b011a1f6e2
MD5 5700cf3516bb984594bf01697a959c34
BLAKE2b-256 dd5aecaa24fc6fe8c30ea1bf02a022afea561162383e794b2c2e56e2d076ccb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5cf5e1d36d142ea0aec88e6a92f87d4d0f1ca343f7396c824180ba6baf07beb5
MD5 18e39ad4f917c1104572ebf364995241
BLAKE2b-256 7494d7826c1e9f4a0b372bb669c71ee94a60f23c057d92d7ec1c097e4e4d4c62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3c30f5918950eb43c9cbcf66a9d038ed312f380f4f225ac3c6a7e80efb86c373
MD5 2db86725006e2a1a8a57ad39e538b7fc
BLAKE2b-256 ff1d6548cc1ada3996294cbae65a238f85633cb4e0199ac012d21f68943da343

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 52d8f801a2e3d45120e71d8f81486d996f4bc104de00f7c46c9e794db50c6400
MD5 b82dd63ff465aaca8a07d80d722021fa
BLAKE2b-256 2dc8f16ad21c4ea4e9caabb4ae5e75beacf1ec7dc21d4c7e34f5d951436d31d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d59865f2a32266f9aca7b201962f37d9a9f2800fbfd34fd3b5df3bcd1688d0c
MD5 f2ed9b2c6099a994b6de414c5f837931
BLAKE2b-256 6aed236381bd9e4a76e6eeffa7e980afac0945340385302ce13147826970e737

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a577cb19931ae1143e72dbd951db9639828382cf55887e61cbd8e92b137d5bb2
MD5 85a0f34913e9800338a2654c84c94d59
BLAKE2b-256 3b76b62e8199ad67d5ceacd9f4fe8ad27e6f09395788967679e44cb16c1685fb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 63ab98875ad1ea4365ca2b14c949ffd4b1e081e8b65594aecb3bf3e066f7d124
MD5 85747b6a40d8ab9e8cfd87a6ba78d76c
BLAKE2b-256 b30f18fa16d2c8a7a0d610353af1366459b65f714a7e3bc965b695f07f00452a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79182fa6b920ca679db9194009e644ec8f5fbfa70a3bf5527469738eb4e17a3f
MD5 1207dcf586656d5e0b70b2cab80bcd43
BLAKE2b-256 da3d7e2e41e89f956ca83eb6c55279a1800d83c424b0a0982e56fc72f937ed9d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 a76f1d56577912543c2e427cf67088242dc28131ab7309471d17e7304ab83778
MD5 628c7e4a92aa30834c5896dd84725949
BLAKE2b-256 9c754d61948992755215b0717ab8bf20e10e3563f1e924e3bb787c4ee89b05c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 85f5fbef5ff5bf03f04bd484a06c6381daf489501f2e7b720a2e3428fd63433d
MD5 1a2c63013e394ba32b13eace6a1db7bd
BLAKE2b-256 249c99cf53ed36b8fe699347040b544fa9d678bb8113c4e8fb1a36320124ad2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 74490b29a1abbd019abc4deb17f5f349c1485b2b04b3e3ab51a38ad6df928833
MD5 fd77c9a96457578a4687d39504d3550b
BLAKE2b-256 ccb854db1d9254bf3c00168d64a21ef19ba942a658bdb27fdb5c095fff2cbfef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e45618948c50ea41e216646310686aae89f27e8c2929f48a9b020f05e863b00
MD5 f462469c1d854bf23ec1a3b3829bd25c
BLAKE2b-256 f9dd05ef930d72834a8fa05844a316011abd39d6dfda5d0d36d62123b0c8dd26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad5698e2f87d8630c59496e1ca72de4e5f40fb72e4f0889179ae1e939c6600ec
MD5 c7892354323bec5b401f0de276ea2519
BLAKE2b-256 04f7ab83073ce006feea92f3d952e0588b62af94cd29805547c607c23ab205e7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ae5c53a568ec994d51ee38a6dd4f849879edf4676ba3d8249ee8de238dd3f51a
MD5 9730dee44d40f074de03415284e414a2
BLAKE2b-256 4054bf9c0bea6185467bb6c4d0d3d1c01ff5da9dd1ee3618b18d628a5575cba6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 e4a30778265867fac20a7c3daef91b19f5e482a999f41cfa74a1e0ccbbe9046e
MD5 ef82d33959c0bd7524e55b54ac5bbb3a
BLAKE2b-256 551ed4a3fd7429067ecffdaad5f934e1732144848485c6d9aaca50cc67b69496

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 6dcf80044d58ea88141e4ae5e32989a28040a47997a27830c951c35419b4a005
MD5 47fe41f984b456f2ac3041f258e7e68a
BLAKE2b-256 6b9722e4ae9806987141d574cf2794816806a448a2cd1374c1449fa59bd8eedc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09d1dc39acdeaca3751b9faadfb9b8ea2935cf6ba98e82ad33d61d01bc2885b7
MD5 b0cae551e5e762f1f3e4aa76afebf14a
BLAKE2b-256 ef2dac5da098b4ef436912ed3d1f6a3f08cde8b70fe821a6a1568e04b187f7a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 346fcd285e48a39e340eb14888ea6cca038b0c387e9dd1ac2c3506da0694b7aa
MD5 6bedff143262fb98213a8ac84fbfbc89
BLAKE2b-256 50d6175926b0fb8b7f4433f1c6c62d89148a8102f8089eb43b87a0941f233a3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 ed3740269823ef199a383e9186fd94bef11c1d5726a6e457e5e32f0dc42ba54d
MD5 063a2c4fb02a5b9a1fc6d54ac9ea9fb4
BLAKE2b-256 a35ddf2010c04b4b2d1f6046a83b2754284d15ff3aa92ad2520307113b5eea80

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1a4d6ec03ab1427ee6fed118c89a42b611926391ff0b566721e9dfb33abfb62c
MD5 80ff39bfd60ccb838ddde54ba3accfa0
BLAKE2b-256 4e2c46280ab40df25903094388be062fd7e2d219e85915ea296841d9bec7bc13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 5b47f7bfa99ec34dfa05e0774ed82a886e74823b02cce1f48110c4168be3c9c2
MD5 0aef0602d7586dfee85e8b759f636e5d
BLAKE2b-256 fc19703755fa18c9096cdd1c6ba1e50c47ad5a8538306703f99e7f724176bc90

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 d595d397b4d4a70938ac6f84a1ff6387d36096790d888b7d71ee9c067c1e8367
MD5 cc61c9ff3ee88c519c71374d8e2606df
BLAKE2b-256 21294a3f80c48de392b21438c77533349fec2dc7eaabcdeb387ae55aff0fa346

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 958dfadffbce1b0701c6077d34a737d06c695f2cdcefdfd0c69b3e31f6d2aec3
MD5 361f8ae0e37553d7932489c8beac2448
BLAKE2b-256 df55faa6addeee6b115a1528a8ea77839bd9eefecb11ff411872c33fdc4b925e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95f75fffdbf7cc20294ee3dcbf1961d8ac215b4659d38322452cb225dbcf73aa
MD5 3f2de415091b84495363504390887cc1
BLAKE2b-256 b4f3cefb9655bc6df194448ff82f6a3a1243576e26705917755eb7e13699f235

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 93b262a7c465193213093e7fc666a18f4bc6f1b890338e7477ea3e81b8f2d90f
MD5 7c134f6ee0b26dcd0bac9e94e0178712
BLAKE2b-256 4af4d54faacffaaa82686f5ef18dd7dd8fbedb4145426e469d6a40e6945da172

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev7-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e460f3ff303954faf569dc3c47ffffa0af69098f399deae24ebfcc374ec6260c
MD5 a944107b0b3d3c2a128d04239451a0cf
BLAKE2b-256 3f4448c004f261af63f30ef5e63436368fbb3f7149126e0015c9a855eb79f7ff

See more details on using hashes here.

Provenance

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