Skip to main content

No project description provided

Project description

GoGrapher

GoGrapher is a Control Flow Graph (CFG) similarity tool to identify matching functions between two binaries.

How to install

To install GoGrapher, we recommend pulling directly from PyPi :

pip install gographer

This will install GoGrapher as well as its necessary dependencies.

Building from source

If you wish to build & install GoGrapher from source instead, use cargo's usual build command :

cargo build --release

Alternatively to build GoGrapher as a python library use maturin instead:

maturin build --release

You can then install the generated .whl file.

Command Line Usage

Once installed, a new utility gographer will be available.

Usage: gographer [OPTIONS] <SAMPLE_PATH> [REFERENCE_PATH]...

Arguments:
  <SAMPLE_PATH>        Path to the GO sample to analyze
  [REFERENCE_PATH]...  Path to the GO reference samples to compare to

Options:
  -o, --output <OUTPUT_PATH>   Path of the output JSON report
  -t, --threshold <THRESHOLD>  Value at which matches are considered significant [default: 0.0]
  -h, --help                   Print help

Here is a typical workflow using GoGrapher :

gographer path/to/sample.exe path/to/reference.exe -o path/to/report.json

Upon execution, GoGrapher will dissassemble each binary, then compute the similarity between the sample and each reference binary.

Depending on the command line options used, the resulting similarity report will be either printed colorized to STDOUT or saved to the designated output file.

References

Volexity would like to thanks Mr. Hyun-li Lim of the South Korean university of Kyungnam for his paper on CFG similarity algorithm which was the basis of GoGrapher's similarity algorithm implementation.

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.

gographer-1.2.1-cp314-cp314-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.14Windows ARM64

gographer-1.2.1-cp314-cp314-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.14Windows x86-64

gographer-1.2.1-cp314-cp314-win32.whl (3.8 MB view details)

Uploaded CPython 3.14Windows x86

gographer-1.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

gographer-1.2.1-cp314-cp314-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

gographer-1.2.1-cp314-cp314-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

gographer-1.2.1-cp313-cp313-win_arm64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows ARM64

gographer-1.2.1-cp313-cp313-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.13Windows x86-64

gographer-1.2.1-cp313-cp313-win32.whl (3.7 MB view details)

Uploaded CPython 3.13Windows x86

gographer-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

gographer-1.2.1-cp313-cp313-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

gographer-1.2.1-cp313-cp313-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

gographer-1.2.1-cp312-cp312-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.12Windows ARM64

gographer-1.2.1-cp312-cp312-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.12Windows x86-64

gographer-1.2.1-cp312-cp312-win32.whl (3.8 MB view details)

Uploaded CPython 3.12Windows x86

gographer-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

gographer-1.2.1-cp312-cp312-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gographer-1.2.1-cp312-cp312-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

gographer-1.2.1-cp311-cp311-win_arm64.whl (3.8 MB view details)

Uploaded CPython 3.11Windows ARM64

gographer-1.2.1-cp311-cp311-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.11Windows x86-64

gographer-1.2.1-cp311-cp311-win32.whl (3.8 MB view details)

Uploaded CPython 3.11Windows x86

gographer-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

gographer-1.2.1-cp311-cp311-macosx_11_0_arm64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gographer-1.2.1-cp311-cp311-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

gographer-1.2.1-cp310-cp310-win_amd64.whl (4.1 MB view details)

Uploaded CPython 3.10Windows x86-64

gographer-1.2.1-cp310-cp310-win32.whl (3.8 MB view details)

Uploaded CPython 3.10Windows x86

gographer-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

gographer-1.2.1-cp310-cp310-macosx_10_12_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

gographer-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gographer-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file gographer-1.2.1-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 3a8569a4e3832e577b150aeb9f5fa3abb76b426d5365f5efcccaa5ff77533621
MD5 1cf7a8c3ee76fd7c47cfd6dbd954440a
BLAKE2b-256 a58be22696dc863cfbcccf6b045415311b64109469011c48adc516444c16664d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-win_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 916e6b9ae85837377a0515b57975e886ca12a6bb814e9d055858979a4e604e50
MD5 f9f05342f9d6edf4f4b7751966eb09a1
BLAKE2b-256 755941f7e5d7b07a6ca1ab3eaded97f68961406f25fa0cd799e378d051ca7faa

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-win32.whl.

File metadata

  • Download URL: gographer-1.2.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 8810d7bef11ce87b53196c7b475d4eb8364b21b734dc508171d5d935bcd4b97b
MD5 0f478dbe60172b42edde758be0312495
BLAKE2b-256 84a140516aee29d31a5314f2686b6c57ece87610b4763a5469cd193f7d1a544e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-win32.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54de0f853efba926045f25f5ddf507a4354c554b9699b2c1d9acb22ff8610756
MD5 bc65d19dd5cacb77616a409dd28432b7
BLAKE2b-256 fff5570ba4dcb95b51000c42d5e8cec9dbafafbe93c9bfce63e4a0cd3029c050

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 81d2c4ef0d72c7a0e3fe9a99230d5261efb4c2f8542358d1c231afeba4f9641f
MD5 23aa3c2b43a932b1b88a192d8bd42c24
BLAKE2b-256 a0b2464d59bd239abd051544facecae30a437c5b404adc30fc97d921b697f944

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a4a3f9918af88dcfa186584fc6c71bfcf071353f5e444e9e218a983b370c93e
MD5 f4de44eff31cbfdcd238eb783d8eafcd
BLAKE2b-256 a252c600eed96800027407a52e86faf722906a411ac5daac6a8e54fc58ce8f86

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f1687c143edffb8795ea1d9cb8284ecb8338fa48fd6a39b2051ded78f20a5f50
MD5 db4b47a6942f7cf67459fff72c7167bf
BLAKE2b-256 dd3a2ab646fc499e5a3c9dc5e33fc4fdd04ad395d50318bd475751924cd1d13d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f7744d7ccc3dc690ed7d8a554336850a7eb68e31ee960db5045e21ca1c4960ea
MD5 8d0fa056778ef3b0eaa2a0bac7f421ca
BLAKE2b-256 01ed64496a2298fd6dd0f6636c6edf61e82f2653b3e51d92f703f7d31375ff2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-win_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d1da2df391db5ccf47ace42ac034566d81cf703906986f86a7faed88eccd9c46
MD5 1b54fd69ae1b29dac3865911193e381e
BLAKE2b-256 8e6850c1429c365e441b7a7b469f6a9dac3016c32633dca3fc9f0bcff492940e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: gographer-1.2.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 887d7592b240e254afd536d06dfeb00e179b27783d70437a51985631205f5e2a
MD5 98fd41e80b4c2af3a5bc78261fd2d634
BLAKE2b-256 f98aee3ec9f912ccbf0794cb469d733f0ab0e3b24a84fa0296c296d3c1df2f88

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-win32.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e635070ce36259b6cd25ab2e2cc327ded748e17db7ed2b57e1f716cfce8db7c
MD5 d62d40c474045c6f70d127527cfd48a1
BLAKE2b-256 8b5edd30363386f2e512b62384f241d8673e9715082cc0e9d96a3736c99dc371

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9350383eef1c0908640099fd3357a08f247a3a81c501f35e13066d7a25913ddd
MD5 8229c2f3f0c6e97fb6815fba2512854d
BLAKE2b-256 ac5de8db212fc4c42c9c9c3aeac6fb8cb9a6695bfd53d1e8017a1d67c2c543e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 471a70f4c1343ef3727efa0f5e580c97102fc30164b75d1a62329f2523a8820a
MD5 1cb637bc4c638c3e20af64858196c5c8
BLAKE2b-256 73d144c68c1c943804a86dca9ea0f3bb686ed0d378b0a7464b0ce5dca86bb640

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f76e6f6f32dc6245a202145ae7815b8d2fc426c62aa82df7e1655b7d94697348
MD5 7ed7ab5f4a168cd804231eeeaf36fcad
BLAKE2b-256 0f00eb5e231a4e53215b46c821849c7700ce272faafd9e03f954f297fe8d868e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 47f8f3d8c051e9a426f94ee4d135aaf97aca1aaca7392a6e90f21096e1a5275c
MD5 9778331171b933bddf38b00a5b1c8caf
BLAKE2b-256 d51609344dbe95bdb0d0f88868a052b9c0e867ef1bfc26bcf54683f60aeab509

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-win_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5d03d5198d2a1499364267797ff9c9c9094cf1627771e6bd7f65e871ef1ba087
MD5 e1c6f5ba358f56a350ffb99579af8b0d
BLAKE2b-256 118a9c9090a12099209e4550c9f213d893cd588e9d466485730a70e57e6da1b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: gographer-1.2.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 a143166ef1a5ebd01271faf741788f48bdb74d69c6e8681573ac35a0f5ed0090
MD5 d30d16b1ad8dffabc95a1b07986b92ea
BLAKE2b-256 bed4c539eae215ad93164546b4cb2ce6fb27f56271367a231e0c360536c4b974

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-win32.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c33da9371bb7fcf86bebcb0001b4f383256aae2a8637de335561c2a2589b48f1
MD5 e533876e0d8b9e04a1fc52175aca8802
BLAKE2b-256 135fc7d083fefe26220160d76330ae722d55f5323105ccfd768aa37b6dc3e7c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dac0ea1d3edc6f3c67be6c01301ca8398444fdedd21af5aa514a08ef0e48f229
MD5 9750237d9e87f66514e16a23be0824af
BLAKE2b-256 3266dc2c9067327e427a194daa6f2a3249859754934bf4b9f9001e082107b024

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 468b7c1f7bf3bf454b9321f03920c2bbe5b09c3e6e986b69c5ecf6de7b353114
MD5 ec33cf52545bba36a8c34518659b2f84
BLAKE2b-256 d452978a18e5e97e774e59cad4314a4f558cfb0425fb341397b0670760360dac

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 27550799b2551e65336d122410d52fc47dc476f9e7da023976bdc572990f3243
MD5 a4a626eb71f8cf15186fc7254a2f3e08
BLAKE2b-256 722c13642203805f1503958974734d0c3da97ebc0784f20be644716fd16606fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 95ecd9eb8613e3bbe46156464781f0e5e2b8fd85473e4f33620becb1193b9070
MD5 5e4a55974ddaa603de19445730e8e78c
BLAKE2b-256 9ea593feea718d6adcd1c6be10f8bd4352087a00e4a2bb77837098755e989c39

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-win_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e2620754d35925f9da17307b5863cc8ec39ad62c2df6caa3cc45244c1fec00a1
MD5 eb6630083f56a543f615211bf8b18e60
BLAKE2b-256 853400bbe80e94761de4ff3d6dc3a53b06af7af538228bda126301b0000f1821

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: gographer-1.2.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e4a2565df679f27efa4d15dc295335467b997912c28e00a1ac5fbbebd5fc0504
MD5 ac4f03c65d31bf3a3449d1251a6336cc
BLAKE2b-256 2259ca059ac48aceb3f8492ef2f33c1a72c9139be7c3a36fc46b01abf70bac8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-win32.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25bbdadb723454e53b676c1849106b61205f1b90dc633c95b36a07875bf92ad0
MD5 ae248b550376b851759302ce10372f32
BLAKE2b-256 e43a5104841a7ee66cf9083fb2eb7e8a5df480f65252278bd1654f0079aaee7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20d68b1ae9a5e32813636b951113205019dde975872e77cc0ef275f6f06dcd2c
MD5 6835e66a4ed12c5603781f778ff1bef2
BLAKE2b-256 6e149be4b2d7831039482eef734d46a02310f8a9785edff3823b8d4b998bb0a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 81fb77f73e7c1e565e2a149a785b91fe372f9e169c312a54b05564bd8ec0078a
MD5 2a4646c38b473e3d7b472f43f94f133f
BLAKE2b-256 f0718e135062b5e66a98fa53219d56251c9134e6dbe07af8d94d7e4bc08c1ee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 184e70392dbf70e5ce09865fcc64da4cd5a77391b5db8ea2bee562f4ee62b106
MD5 dcd6826b8f4361a8074d7f23e54a89e7
BLAKE2b-256 6d48181ade508949c7dba43da30b56911b9d893b872afc289c0d8f04c038f3cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gographer-1.2.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6625a13b6238ef9eabf8864df96a17015424f9c1ceb7ac46e473ee2b9165387c
MD5 ce3ec898f21a94943df49f4cf6c49be9
BLAKE2b-256 0ef06258d5f1e243d5154b99a19c170346c985665b7ffa79646a513b2153b7f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: gographer-1.2.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for gographer-1.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 da287bffbeb4521a10db795fc695965a44602593682fe5d1deabccec7a5e213d
MD5 d075486c1068cc2c4e51d13f3db09f4e
BLAKE2b-256 a96f6e8fead82e8858f32f6643af31b50c3dbc3bd98aaacc65155d2d7126375c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp310-cp310-win32.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 291a517b2f31852af813d9dbc5b62b3cc3b1225fd000af544fdfc647d5c7d1cf
MD5 aa5c8bae1acc02fbad0c5ead061db739
BLAKE2b-256 8799c1910b609c312a57cedd755b6fb2bb8befd7a73377b60054ac29d69719e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dc86a49a79a9fe795138087b523935b54df1391b328bd2ac38a0b06529c0dcb9
MD5 93990a5cc6f1777c18f12fa075f6ba1e
BLAKE2b-256 1e12473be8bcbb1db709ea77e0ad618aa902476d093be30793577e426c0995d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 654692f0bf9411b0bc45554b75cc515f2695f12ef4d62beb6c27d843c0ed947d
MD5 775be9f2ffd33a7e389fb088818905b3
BLAKE2b-256 94987767fc5bb5ccbc6b32b21fb32f4cb2854ac271d88c438cd6c8c249c65c0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1386cd6dd7360f097128dea71dd1a30457a176ad8969a37cd8c072585c134e5c
MD5 46694d4277e53b27a449195c5abf91af
BLAKE2b-256 fd2dda6067ea9dbbb841995add77715375490e40c5a5af7fb55ac0ab6ed9ada5

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish.yml on volexity/GoGrapher

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

File details

Details for the file gographer-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for gographer-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64b2c0f048a322c031542dffd7a535c5e9e2afed09822e5310abeb4d83eebdad
MD5 f2a2e3437d9b824ef937ab9341fb7616
BLAKE2b-256 70f9a373971633f86ffcc9045eec0c1112830773817565f8158d7e57f1c17731

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.2.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish.yml on volexity/GoGrapher

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