Skip to main content

Simple utility to make it easy to extract data sections from ELF binaries.

Project description

elfdata

Simple utility to make it easy to extract data sections from ELF binaries.

make test

Code-style

Use "Kernighan & Ritchie" style, with no tabs.

indent -kr -nut *.c *.h

Python extension

The get_elf_section_file function is exposed in Python module elflookup as elf_section_file function.

Python 3.6.8 (default, Aug  7 2019, 17:28:10) 
[GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import elflookup
>>> elflookup.elf_section_file("PRODUCT_NAME", "demo")
'demonstration'

Python 3.7.4 (default, Sep  7 2019, 18:27:02) 
[Clang 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import elflookup
>>> elflookup.elf_section_file("PRODUCT_NAME", "demo")
'demonstration'

The extension is compatible with Python 2.7 and Python 3.x. Packages for Linux and macOS are distributed on PyPI.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

elflookup-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

elflookup-0.1.2-cp313-cp313-musllinux_1_2_i686.whl (13.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

elflookup-0.1.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

elflookup-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl (13.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

elflookup-0.1.2-cp312-cp312-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

elflookup-0.1.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

elflookup-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

elflookup-0.1.2-cp311-cp311-musllinux_1_2_i686.whl (13.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

elflookup-0.1.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

elflookup-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl (13.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

elflookup-0.1.2-cp310-cp310-musllinux_1_2_i686.whl (13.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

elflookup-0.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

elflookup-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

elflookup-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl (13.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

elflookup-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl (13.3 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

elflookup-0.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

elflookup-0.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (13.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file elflookup-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dcf4dff5b0689713a8b076040778a67f94a41dad96fb6c018fe779539ca16fa0
MD5 20ae3be21650cc4ccc176b6df8d356cb
BLAKE2b-256 f28ba57ada6453e0b81119817c3e3ceb41f7c2d1f829eaf721bb5973f345e8a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a74b22ed391803ffd9fba995d071958d33909e9e1f846b30b77b933cbdda5384
MD5 15d8f43908cea57580f3d8fcbfaf244b
BLAKE2b-256 06aa850b3e298573f33301e6f7e2cfb81ba8acb78e65cb6c1ddeb52191bbbd65

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 66fc6025ec7e8f59765f9a41186f933be2bd32918e0276ca413ffb5276ea26bf
MD5 03400bfa96885d280e2f09ad921488ae
BLAKE2b-256 9eebc27bc573991828c98b38c37f8bf744155f1469364248071bd7ae0169ef07

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 27bc58d476cd8164cd93af47bd4685499aeaf1608b79067fb8824ea2148b3039
MD5 06c9b50563169adefb4903f6e59704a7
BLAKE2b-256 e576b7f661360f928e67eae1c9b0d21f226c7b21744d21d0a7ddb01e72323d7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bc31e4b8634767b8a4b89a82e9c3501e640db1749aa6bb4f4dc9939d6c62227b
MD5 a83cdd0faa1db6ad0071d588e1fd64ab
BLAKE2b-256 d3d1b46b86928d97176b0f832cb30d3fa0826fe2de5f169bde7e5691b7f0a9d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff4431f5b48fa6ee0b75c1056ad4397544759a8ad16fc7233c5fdfaab5743627
MD5 bff60ee57911a28040a3f946de555ba9
BLAKE2b-256 c0e8d86f370fb5e8cfc479e3cd748bf177e6f9b85203f34fdde235f9f1a7e9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b40441257c2e6998ccabbbfad665269f9d20b7637ac855bdf712274744233e29
MD5 1b40c116aecd1e137bae188a4f423f53
BLAKE2b-256 6ee417f811d37eff05345277886109d431c8a49ba39cb473e1c5c31c37805b1f

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53c20642772286de6e69cbe7192bc81dc372d64d0dc99064d3029f65645db6f3
MD5 43f7bcda10144a3e87613ead7f5d6e28
BLAKE2b-256 f555ba54449fb95caedd9cf742122a5ebfc1b99c4758403708c145056a05e6ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c994e50befbcb898838e43ee4d1977337571dfaa238e8c655df671524c56d81
MD5 e3c1fb7d2f97dab178e0ae67639896c9
BLAKE2b-256 8af706da2a0a3c97097797881c7225a8e1120d9b0299002d38580ad03ec67cad

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63398c246ddd3d47936e12a6202105127305d978c13b4fd30080d634141da55f
MD5 28d70bc25c94df4c63dc986123ef7a8a
BLAKE2b-256 a43a6285a377945fa3eefbae7d06cfe3bd1e8c19d1ede5b8750fbd94a94d5cdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a71d1bbc5abe6fb5b56c2b7bb9f376cfb6f997cbd04db0506e7863ae44b71c8d
MD5 6ac6834da4920c0a26400ead95d03c27
BLAKE2b-256 a235f3c3f5003a969802fe8657edd1672d5bce38769e9edc25e9287da353e9cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0023aa036bf1e89ee98abe65fcf654569accec4cfeb9e9553d1b25610fbaed7
MD5 471609bae72c847d974c9de095d624e3
BLAKE2b-256 d4e272a2bd9c786723b8392f682ca11a468affde131cf647dba472fb24fc4b7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd58e98a76e67f468743dcc5bb4e7753c922262e7524c56635f73e2f34b70168
MD5 9926ab8863f073402c1c9deb9ada4859
BLAKE2b-256 e42128d198f1c708b8d18b61de5145d2c2a780d7603995afba6b7925540c8523

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 25da2e2aa8f6f4c98e1d57de18a14d9ae0b3fd5a86166a18f6b09d51a8b454d0
MD5 6385d4501e8c67e276fc5ad8140c10b7
BLAKE2b-256 eb068317acec3c11c1cac44ecea1c4736bdedc8a8b5699dc9a59ef4078a8e6cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7456675f750dcbe9529ce7c5e925c1ebb53830f9664905642251cef5b23d9390
MD5 80d316c30e01a292eb9dbcff9ba68353
BLAKE2b-256 bd2b25d87f3d0c9be733bbda58baf768b928454d8127a6a4f78bdba8b508babc

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 58e7cd26f99445956b92c47501419bf8613d481c005b427bd5366f843b144264
MD5 6587c2c6483b858e1fa1416406bc89d4
BLAKE2b-256 550f6a0932b2cea5ef646db4046faa8e23f464a05522b8f4ad778ddee3a182ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7ddf9aafd540fbef8e4f93cbbfb368d85f74557c61a14c231f3b1946cf590646
MD5 472149543c84990eec0db546247c55e7
BLAKE2b-256 721400ca25cfcc4da15a2e56803fd55535a8be2c319618fdda65474e7c958afa

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd4bc20260c7b821097cb999eeb6bf9de7cfe9331bd5415e92881f3d988774c2
MD5 d2e8f5321bc1c1f594792e129d7b0ea9
BLAKE2b-256 541f9f22069982c38fc965a500276edc58c9068b19c2555e459d585d2efe7f72

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 833b9c4c86b9248c8f045078bb7df45f17e56cd763e19ba4fbfc9522594ec8cc
MD5 43b0df676c3923bf1ed76fa2779d2706
BLAKE2b-256 db2593c709176f65e3acd13df01e94ccc95e9625aac50c82fb469c841d7653d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 12b647650cfefffe16e5a6b4ca8af2f56846d7f35c904502abb8a5bab8f53a83
MD5 7212979e75ffb08748739f53974636b5
BLAKE2b-256 6faa50cd67007ea75b49e3868f3f137734fa1d15f7522403aaebb751275c43a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbce26c4d82098364da5fd50d835bef43fd0be20e91ec7d55e3d73df46d1d36a
MD5 f2a1373735889524b1f628df7534c3ea
BLAKE2b-256 248f8095097d3634bab2d235936f248410147292e4df47e0b983697768df7660

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: pypi.yaml on goodtune/elfdata

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

File details

Details for the file elflookup-0.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for elflookup-0.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1ff197c6194c3da89bd9426a1393d938801cd1d2b15bedc17c352c26e8864350
MD5 5e139f6c936435526cfd6faf5180e1fd
BLAKE2b-256 61d3fe7caad4e9772263783b6fc58c71692732ba0f4d260f66bb4bd4934b9e42

See more details on using hashes here.

Provenance

The following attestation bundles were made for elflookup-0.1.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: pypi.yaml on goodtune/elfdata

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