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 build

To build GoGrapher 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.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gographer-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13Windows x86-64

gographer-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

gographer-1.0.0-cp312-cp312-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.12Windows x86-64

gographer-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gographer-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

gographer-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

gographer-1.0.0-cp311-cp311-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.11Windows x86-64

gographer-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gographer-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

gographer-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

gographer-1.0.0-cp310-cp310-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.10Windows x86-64

gographer-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gographer-1.0.0-cp39-cp39-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.9Windows x86-64

gographer-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gographer-1.0.0-cp38-cp38-win_amd64.whl (4.0 MB view details)

Uploaded CPython 3.8Windows x86-64

gographer-1.0.0-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.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

File details

Details for the file gographer-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0039ace12fa0c00c86b5b37bf739c12d8be30a09cdaa580bfb0dd2a65320b0f0
MD5 8bb44acdf907124566c81852fc9c5970
BLAKE2b-256 c6c62ce7dc121f57d2b9a2f83dfa1113da884432e5b2011655d44c7c2f260868

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-pp311-pypy311_pp73-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.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 abb509a576f4e2339ed5ea2a7ab3120e6e7fb2635aa0e83bf56b67b50044a914
MD5 f371bca76d0cf1bbddc38435b4939ec9
BLAKE2b-256 2afdcad2032fed722e3b192cfbab8a65e90435b1b1823442faf234c4f925f78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-pp310-pypy310_pp73-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.0.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: gographer-1.0.0-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.0.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bf61cbe869eb91c86e14644f51a8e35762cad0fd2aa1391398ab2e982008610b
MD5 24ffbfd3c05a7afae6f548b84082e8e8
BLAKE2b-256 3f48c7bd7d5fa12dc769ab2a3a81bb30b0c2a55f7825ee012b621045a55d9fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4a7393b9e014eaff5d8740cb2e0687c83ec0a70685e2449381b985a240447bb
MD5 b356171bcda8fccfb615b24be61e01b9
BLAKE2b-256 ca3ff97d2d6e0204835af3d05ef017e3566e3b1d345c1f63a47abaffba8991b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6a04395d38d41376973379b84dae75397c2fac86f87c9e856f8e902ed2daa390
MD5 b0c5780b1f08a070b5f1d7dbc8a39106
BLAKE2b-256 6ada31450d7eef3fd3f036be7f5479a8253ecf4eb59372c6b4931ece2913211b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6675fe1376cbd791406606e83c9375c50d8a223a09f35d0cc0097b1b7cbcb4f0
MD5 395ddeae952ee02766b0677a41257c41
BLAKE2b-256 4e59365526da82dadb8222b3b03d52655c22d81ac382d6fe6ec3cdb40d9acb60

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: gographer-1.0.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.0.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 257b45605a50300825896287f95809b1499660c6cee1af625cf5371c666cc860
MD5 1155a88776342c90b28e8e8c58004c04
BLAKE2b-256 b5d2c6efcf010810d8fa61bb07059e4820f2f1315bd8b9c51bcb70808592ff67

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b29ee4380571a05230f87728fb33167a93753b956a6ea2dbe3ef6b7b52e2af49
MD5 a85aac50b0ecd3a75e5fb1d90ba88a6c
BLAKE2b-256 201062148f5da2a297368ebeca2f649af918c40f025f741882c33ff05e3a6325

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ffb796cf885e07c39f2f5267c279ada53ee8ccdfadd6364c3eb44d839fecf35
MD5 b9502f34a66eb6429b03444ebe5f454b
BLAKE2b-256 b9ae751c3a1aca0cccc319ef3711e68d658d435e73ff94b1c4b1765a5df46a35

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cf0aae91aaedf89ad2e57dcbc039d09dfcfeaa7eed6f60bd0a2f6501995c3852
MD5 d6aa8fa0c4da6da4b5612b56755ea778
BLAKE2b-256 f9c193aec4cd7edfcdcda90619cdd5d78e3778024ef7dc948085163fcbd28422

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: gographer-1.0.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.0.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7a0ac24bfe10a13c69fae7cae6abe525dcf4aebf87b5dd92099dcbe5b0485326
MD5 2bea4fa2959488e2725958015025a792
BLAKE2b-256 181812bfd2c0b6d511428c6703bbab3a07996f7c84cbadcc07f6de2ab66d6095

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f547d38a87c821cf537657ebcc0bb65974bf960c18641e5a5f4192a49edea1ef
MD5 0c1e0afd58812361891547918efe0efd
BLAKE2b-256 11cf75221591cb61c85a20421e6cd9c55c6dffb00d1d2e3704ee6dd3e0de6687

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1810c47661aa289352c8050943210c3568ed8d8e33375027a1b70838e262217e
MD5 03b9a16bde152ba7410f433243d1f195
BLAKE2b-256 4b51bb736e1c3ac57da76d2612b8c9d232f516498fe2e59b69a5220c017285fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 453c7c5a614649e9fc94d44a451dd3125ea419adc0909896b3f81f74da78daa3
MD5 2bb36b12a3ba0a11c67c2457088debff
BLAKE2b-256 1d46817436937bc2128bae881c79f27d56cb8d44239700f4212206ce8df0f784

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: gographer-1.0.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.0 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.0.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2c8dfc8cc5e501d6a01712d5f306aad61dbb35f1dfafd284433220b1a2c150a1
MD5 2aabf517ed2005f69a91974173559dea
BLAKE2b-256 564f629f6fbd95a6244ccfa988e463c742188852ce10c4459b580fea9391ae7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 907c13e71e76f677c41857964985af3fa27433d3567feb5e40d5fd0d4244f878
MD5 71c929fb7a057142d2f84b5d5eed55df
BLAKE2b-256 fbf1f70f43451f4219b150adf0ebb73ce694db2f6287d56f2cddb34481c6a417

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp39-cp39-win_amd64.whl.

File metadata

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

File hashes

Hashes for gographer-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dc72be39b34a2c35c63e76cc2c97ddcf6f24039b29f365a99a81406a73c1049a
MD5 e8b7262e07e2b3db2eb7921978bbb03e
BLAKE2b-256 f9f3df22d4ed4fea5fa00b7d526db2aebe824fbda598eaee0d6ba2712a233c80

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-cp39-cp39-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.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9dc13e062350ddf0f7db5f95690f8d3bffdc2bc4366a7719f54e0525230b6d48
MD5 049b055635479ab816f03a4fb38c4f97
BLAKE2b-256 7e91370c260272e4ee9e298e861417d43fa1371acb4cfb28c9cf05ad01e0804a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-cp39-cp39-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.0.0-cp38-cp38-win_amd64.whl.

File metadata

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

File hashes

Hashes for gographer-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c12dc1d80e3fb0bd16128785c95ae0b0e5d68367f6d5528029c36bae98e5bcc9
MD5 00e18e209887f0f28f4f1f67e4aeefa8
BLAKE2b-256 e3b1f704609408bb82237934040bce46de59501508fbac94e5e349d000c81926

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-cp38-cp38-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.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 19bd34e95a6062c9e67bf467067885f42c88c0144f95d984062e36976c6becb5
MD5 fae869660f8cdfdc07ab9b4b794960bb
BLAKE2b-256 cfe4109e10adf3bf718bd0594a9a9884228fff7f41ebd16e44a2c4fe9f603bfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-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.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gographer-1.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f808c8b9433cf8fad8aad7324441547cc38f10db34b846bc5eb500175aafd952
MD5 2c7b63fe314418b99ec6a18b13f90726
BLAKE2b-256 38e10c10fe7a6268882b4f1231c2637d8f4adf946a96f14cb9a75293a49a9779

See more details on using hashes here.

Provenance

The following attestation bundles were made for gographer-1.0.0-cp37-cp37m-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.

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