Skip to content

Releases: Korreca/cd-tomtom-arrow

Release list

v0.2.47

Choose a tag to compare

@github-actions github-actions released this 22 May 14:37
a23360c

Checksum

962596FB8180D4103C32A83695F02FB4AE7FC705C6390A09EF729CCBC0786BFF  CD_TomTom_0.2.47.exe

VirusTotal scan (PR #5): https://www.virustotal.com/gui/file-analysis/OGUzMTEwOWJjMDJlMWI0NDQ4NDU4MWFiYTBiNGYzMjM6MTc3OTQ2MDQ4OA==/detection

Verify with Sigstore/cosign

cosign verify-blob "CD_TomTom_0.2.47.exe" \
  --certificate "CD_TomTom_0.2.47.exe.pem" \
  --signature   "CD_TomTom_0.2.47.exe.sig" \
  --certificate-identity-regexp "https://github.com/Korreca/cd-tomtom-arrow" \\
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

Note

This binary is the exact same artifact built and VirusTotal-scanned
during the PR review — no rebuild, same checksum.
This tool reads game memory via Win32 ReadProcessMemory — some AV engines
may flag it as a false positive. Full source code is available in this repo.

What's Changed

  • fix: update camera AOB for game version 1.08.00 by @Korreca in #5

Full Changelog: v0.2.46...v0.2.47

v0.2.46

Choose a tag to compare

@github-actions github-actions released this 22 May 09:22
2d1110a

Checksum

DD4713D5D0D68746C93CCAB286BD1B3BCE7F39B2CDE70F56125BE85203E241CE  CD_TomTom_0.2.46.exe

VirusTotal scan (PR #4): https://www.virustotal.com/gui/file-analysis/NzVhNDJhYWMyMTIyMGQwNzNlMGEyMWRiMWUwYmM0NzQ6MTc3OTQ0MTU0MA==/detection

Verify with Sigstore/cosign

cosign verify-blob "CD_TomTom_0.2.46.exe" \
  --certificate "CD_TomTom_0.2.46.exe.pem" \
  --signature   "CD_TomTom_0.2.46.exe.sig" \
  --certificate-identity-regexp "https://github.com/Korreca/cd-tomtom-arrow" \\
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com"

Note

This binary is the exact same artifact built and VirusTotal-scanned
during the PR review — no rebuild, same checksum.
This tool reads game memory via Win32 ReadProcessMemory — some AV engines
may flag it as a false positive. Full source code is available in this repo.

What's Changed

  • feat: Rust rewrite by @Korreca in #1
  • fix: add actions:read permission to release workflow for cross-run ar… by @Korreca in #2
  • Fix/release permissions by @Korreca in #3
  • Fix/release permissions by @Korreca in #4

New Contributors

Full Changelog: https://github.com/Korreca/cd-tomtom-arrow/commits/v0.2.46