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.dev3.tar.gz (84.3 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.dev3-py3-none-any.whl (52.7 kB view details)

Uploaded Python 3

dissect_util-3.25.dev3-pp311-pypy311_pp73-win_amd64.whl (681.7 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (262.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_i686.whl (282.3 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (249.7 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev3-pp311-pypy311_pp73-macosx_11_0_arm64.whl (233.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (241.7 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev3-pp310-pypy310_pp73-win_amd64.whl (683.5 kB view details)

Uploaded PyPyWindows x86-64

dissect_util-3.25.dev3-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.dev3-pp310-pypy310_pp73-manylinux_2_28_i686.whl (281.8 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ i686

dissect_util-3.25.dev3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl (249.9 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev3-pp310-pypy310_pp73-macosx_11_0_arm64.whl (233.9 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dissect_util-3.25.dev3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (241.5 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

dissect_util-3.25.dev3-cp314-cp314t-win_arm64.whl (159.1 kB view details)

Uploaded CPython 3.14tWindows ARM64

dissect_util-3.25.dev3-cp314-cp314t-win_amd64.whl (701.4 kB view details)

Uploaded CPython 3.14tWindows x86-64

dissect_util-3.25.dev3-cp314-cp314t-musllinux_1_2_x86_64.whl (337.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

dissect_util-3.25.dev3-cp314-cp314t-musllinux_1_2_aarch64.whl (314.1 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_31_armv7l.whl (256.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev3-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.dev3-cp314-cp314t-manylinux_2_28_s390x.whl (282.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ s390x

dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_ppc64le.whl (363.0 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_i686.whl (279.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ i686

dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_aarch64.whl (248.5 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev3-cp314-cp314t-macosx_11_0_arm64.whl (230.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

dissect_util-3.25.dev3-cp314-cp314t-macosx_10_15_x86_64.whl (237.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

dissect_util-3.25.dev3-cp310-abi3-win_arm64.whl (157.3 kB view details)

Uploaded CPython 3.10+Windows ARM64

dissect_util-3.25.dev3-cp310-abi3-win_amd64.whl (683.7 kB view details)

Uploaded CPython 3.10+Windows x86-64

dissect_util-3.25.dev3-cp310-abi3-musllinux_1_2_x86_64.whl (338.1 kB view details)

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

dissect_util-3.25.dev3-cp310-abi3-musllinux_1_2_aarch64.whl (315.0 kB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

dissect_util-3.25.dev3-cp310-abi3-manylinux_2_31_armv7l.whl (257.6 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.31+ ARMv7l

dissect_util-3.25.dev3-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.dev3-cp310-abi3-manylinux_2_28_s390x.whl (282.9 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ s390x

dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_ppc64le.whl (365.0 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ppc64le

dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_i686.whl (281.8 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ i686

dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_aarch64.whl (249.5 kB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

dissect_util-3.25.dev3-cp310-abi3-macosx_11_0_arm64.whl (233.4 kB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

dissect_util-3.25.dev3-cp310-abi3-macosx_10_12_x86_64.whl (241.1 kB view details)

Uploaded CPython 3.10+macOS 10.12+ x86-64

File details

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

File metadata

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

File hashes

Hashes for dissect_util-3.25.dev3.tar.gz
Algorithm Hash digest
SHA256 aa38ea518e80e57ada740ed61336fa1cf8ceeceacc8c85d39de71b0a2ad242ed
MD5 91461403b5713316d9d7660e82f3d18a
BLAKE2b-256 d3edd4a15d24c03fe714900298cc0f09e6f0d08358063c75207c2488ca972922

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 6dbfa0418a6e8ea04e3cdc93f6bbbdcee72c78d14371071105f7bf49b4bd1250
MD5 70e7ad7bab87a8d221e61c4ec1c4c60b
BLAKE2b-256 f0caa8e72fb852113480de93feb725ef62f5abc81f201aae51ddecfdcc42996f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dafd78062c4c5b07920009cca18bdeba1a93b10ae9d05c33b6a6bec37ad5802c
MD5 d8c78aad48a061df66e7fd86c8d11aa0
BLAKE2b-256 d8d96ec5eabafac038f0a9d2f7fb0687f747508c2ce4517a4e418c89e44063d0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c60da0018bd8095028075a5eceaa724f4d513608a49c17313273ddd5f54398b9
MD5 23e497477f9dd53eb805d5b62ed0620c
BLAKE2b-256 9da085dc0f2bad6d0724147c32f964c6ad9e1d07879024e9f5984c6150a071c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6022a85eb45009a303585554f77e20b0fffe6a4de30b08f887abc4f0da62cbc3
MD5 444dac39f4dc7f2f3924e72b023fc29e
BLAKE2b-256 110f66c799a8bccdd9bd7df1a6b2de410ee2f6af8952a9b74f668876f89f45cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac470491a0d6a0c74bbfaebc7b825740b9fe358d4cd3749bd5523eddf3ae853e
MD5 85457e5c6162e25afc7385174aa19f31
BLAKE2b-256 66d50d9d1357dc3911dfe815120f8f7aaea053696f142f2c1f339f564f6611ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbf41b081bcc0b3008afd7d9982c9e9a6f8d6f3447d1ccc9cc9d92ccb55f8081
MD5 2a2c5c441c2b8d6b90a0752ac5b2b58b
BLAKE2b-256 b5c7beb0318bea3f43f0f46cbb70a50747f08c88fa379652fb1f335d69d0097a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9ecd026e00a3adc006eea67bca4ed770937812994018d32e399d6d0be5c61756
MD5 ab7464cb7a72b42438643719c20a0e6f
BLAKE2b-256 04ae63d107292b90e12494064668ee6e09a36cf4afd9c06d191ecfb9fd77002b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d2318240b67864b0781dfb6a7b747019b2d7d52d07fae29b3f4e9632cc8bd5c5
MD5 8568e95c99d61f6205b3eca3e7419f6e
BLAKE2b-256 82aef4ed713f4ba258f19cb1054acfcb58a1c34b5d2901e30fa376ce86bc6ee7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8a61695305721a7deb260c340779e35339f28384b009e9eabfcadb3c40f2362
MD5 046bad98bfc49f8d8e30351baef88e10
BLAKE2b-256 a2fef0ea8fbaba8b3a45ad75689e4f6cba2190aee4fc0e3ab4300e5d0e1fc86d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 6244dd31c97083b94918194e97292c4f3b82dfec3916d5b4341c65dd2aee05e2
MD5 372140f4f97865b7a42e52ad2f103580
BLAKE2b-256 752853ab8e2f87571af1b12bcccc33d2cdfb2efca0be6f71a86e15c445697080

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bde0cfa4eb10cd1f7be209c9c8067fafdd5c214378b8c74a5073b2e163c9e8c5
MD5 5cfee3a05531532ee12f02fdccdf7d11
BLAKE2b-256 0901f7dbb8c58e29e64dc117f99e01852c9d9bae4e423f74c6ca16a4548000ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a222bc7e608551f2feeca6323f19ce6937e3382584656bd2ab758b513c426aa
MD5 aea2168fda4de8e89aac9334f3dbaf3f
BLAKE2b-256 fee3a7b2660043b1aec415d987a994bdcb897cd5c27839c3096cd8450697f2e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 53d3a4158520435041bca255169fcfb194db8af166ef4ffba13ce9fed8e7ab24
MD5 b731dd76a80500c23dddd4735da5d03c
BLAKE2b-256 5e2a314a6d31a6d472db6a66211b024bc9e48b8d246cb7f3271cda93dc678927

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 5d5c4987c101ad935636065b828a6a4771f2026733cea2da875e22a70d4dcd64
MD5 f05b2206f32f56bd95ec7709e709a421
BLAKE2b-256 67f371c968b06f0c270f66ae80d1d641db43c272100228f9dd3c1f08ce508b03

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0b00e1019941f52a5389e67430380dc366bd5b389ee980f5a7560a18139e2225
MD5 d028e26cf79229833a4bfc080e2330e4
BLAKE2b-256 3ea6aa983ba20bada716b359f0551841a5fd2ed98bc8fdc546f1bc705a2143a4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02580b305961043d0a51c35312aa5b89ebb7bcff3153d56ff955dd0794605d0a
MD5 bfa8ac3706834b54752f3f0c30ce4921
BLAKE2b-256 34686ad359a83dfe1113fec8374b2ec9b6e17c2164a095267ccb57af90cfb6db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ebbfe792ca3f10fabc75267cace785336be00c5fb4108043d6046c6643cd80f
MD5 d9e47202e7755133852d46e52982d3a8
BLAKE2b-256 fe8bd4b24c7adf3036148765d89a983a95f3c9db467f89755199bd6f230e730a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 1aeb34ae3fb50bcc2853c2c75d86f2b1e7706fdc82ac4f8d438ad222a84a5a72
MD5 654a6a834486b25629e1931f736b73c8
BLAKE2b-256 78fb7cee544cc88717847272755608d79fceb39bd2081a300d8b1cc6236d41b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0aaf1714fc94e9013d515f61e2a7ef5f976f4a5a7e7fea7e20cd09101e46e1d3
MD5 776a1695941282d469d62a558a42d2cd
BLAKE2b-256 a2b1c87367cbefc763ac92c3469b53e21ffe3b04004e2137220444c39d681744

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 88022e002a2f7f3399d5d9b9af0a95e19d68a0eb6f5835cda4073bfc8e55da46
MD5 0258a28989a8598b43f1d4fc6da4a1e2
BLAKE2b-256 7087eabf26dc089e581da31c6fc30331ceb0281f597246a8ca17b2e63edccd51

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 c0121393de0cb8ff68909787b46d4e5783d9975ec0caa3aacb8024fdc1490bce
MD5 a57e12ebf847bbb21d614b03eae93dbe
BLAKE2b-256 e0e106c9960b6f28e4678d6a0925891ad1bca9f7b5dfd8f239d7a751cd13ebdf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 9ca1dcba706a18dc5c0b2dd0142747c1b97e90a2ed5e1f298dec474fc75c9872
MD5 1138c698cb6220d035d285920132bf89
BLAKE2b-256 0faa35df1aa01d5e449355fd2f3ddcf38c9ed772ae95bbe87f7350bd0326574d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 674cc39f65274cad8033a5b460298d3b56970af60dd3678a38193366a77eebb0
MD5 60f4e65d9a200e331d1b98a3fe1c2058
BLAKE2b-256 d809b1ef1f5ceea6ba3af458e13c56d8131f9855f31bf64a26d771d52e0950bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 866c2303ae0bcd3a69c762d48f18b563bc2e0569a24991113e1b85b0d5d4db53
MD5 9e9a566992f4e82680d52e6cf8206780
BLAKE2b-256 ad9736775fd56a0aa2609138cf62abcb594edfa59fac23aa1765eda98426485b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d8c8fa851ea466581d83358df4a1b9a06e5f6e36898b613471f35ff5828b5fb9
MD5 07447e4c65b1715a556c370fe9b8eabc
BLAKE2b-256 e207a490e38cee186d46849a3bde7cf0c89a1fa70643939118d85c7d1e0eaba8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 ffbc91bd54fe6fc93e6ed2c3c88b86b26e9cac7378ee0a1fd0c349885e6462c0
MD5 98b006d508abe42d5c4f03628d158c99
BLAKE2b-256 ddbf10516f0fa271ead5ec0ad39e65d63af39b6dd9cded6cdc987bef238a07e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 7f20e5c04b022bd9a5a880455422a41b0407b68ddadb7a5125d1ec761d17ba01
MD5 683e54bf94e04cd1b8273fb8d51bcfd3
BLAKE2b-256 f79470df24e118125a8cb4651802a3f98c2e8bc9a167551cb7c810f220e7a5a2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b22b01aed54d5aa92549317059ada911797e95160060274e35e36e2e27fb8441
MD5 f3cb9da1e2617df440ff03db11359284
BLAKE2b-256 93a0387094800a52d52357e8b30f0009de72777fbfbc3efdac4e93c535807876

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 397ca8a3464f4faca152c9a41e1f96596547613e7b3ae738098f83fe1ca41f8c
MD5 dc6c2bc3ebe1543505a9f18e012757ce
BLAKE2b-256 650a5bea292533f8f75202fb918c763d59bac165316c975d93517183fa595b8d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d38f2efb6946b47528ce839ae33bd3839423d3d901aab7628a7e5721d427142e
MD5 6d1f1c597391c9089cca7ce05adb98ef
BLAKE2b-256 e7f9033e76168fad9ab8b34d359a979a695b3bd42550e7fc09e4cd31d7c02525

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 143bbcc678851fd2cc771d4677d47d14efee5139e1b0fee2e7c954d2166b24b5
MD5 816b50fae7a2a74e3e3db73f08ed0e25
BLAKE2b-256 20be1cf7c861516bb26f430b17996914f80b879a8cdce31cd62e7df805a18205

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_s390x.whl
Algorithm Hash digest
SHA256 7add69704c32373204d798df6a740907d236e7090f3a95f90c608d032e904786
MD5 6b8fb9af83c72f2ab82efa86392fa136
BLAKE2b-256 3e8aba86d8a3ade61c0b8556e3840b3e00f206d86f546df49f08de69492a5a87

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_ppc64le.whl
Algorithm Hash digest
SHA256 2e20ff931d89f279a5fee8db9237a428b79451bbd615895d82c57904443f1911
MD5 334a80fbdd24fa01997f3e66c6f13bd9
BLAKE2b-256 03f087021b45c85dc1725c89ffb99c58df0577adccb472384ce5c27f4c286950

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_i686.whl
Algorithm Hash digest
SHA256 638d215c3a8b71b033464c226315331e8c269895ad23ec4b3aa19afc9c5b5b46
MD5 e1328e40a01af8572f532c0592b14a2e
BLAKE2b-256 16d6220abc40ee8ff0b902beba57e05f40cd5bf9273dc687a7247250dd8af724

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d86aa8dac82a687018922a5c9cbd48871ed5a19cd8422aa842d1c245937b1f39
MD5 b1a12f6f4d132346b5be819125068f9c
BLAKE2b-256 72a79f7b2adbf4c25ec691268b1eb25abe21c73beac717047b3a12e0b06659c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a0eb9a81d75d831f4191db1debf9fa0db8ebce11cd2cac31a6322a0359d5442
MD5 97b80bef437f6b44079b04f9d5dded6f
BLAKE2b-256 63d0278c99d5a1965b06b04ababc59b0cebe05723a65a276d2339bfe73e8ac5d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for dissect_util-3.25.dev3-cp310-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf4d37026593e907ed1af561bb3c141aa02804f22320f1d5f36a0c672e1c3c9f
MD5 1b38efafb111dba2dd5e189f2bf10196
BLAKE2b-256 736a807693284d31b166b58990a784224ba9ff9cc712b078e3af87b8cc7ded88

See more details on using hashes here.

Provenance

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