Skip to content

woctezuma/geforce-leak

Repository files navigation

GeForce Leak

This repository contains Python code to fetch data from the GeForce leak.

Search results for Hollow

Disclaimer

  • The leak has been plugged, so the code cannot fetch data directly from Nvidia anymore.
  • GeForce data can still be partially accessed via a user-interface hosted by the leaker.
  • As of September 23, partial data has been further constrained to ~ 1100 games, which removes much interest.
  • If you want me to remove data from this project, please create a Github issue to reach me.

Requirements

  • Install the latest version of Python 3.X.
  • Install the required packages:
pip install -r requirements.txt

Usage

  • Run the following script to download GeForce data:
python download_geforce_data.py

Alternatively, you can find the data as v0.1 in the "Releases" section of this repository.

  • Run the following script to filter GeForce data by stores, e.g. "Epic Games Store" or "Steam":
python filter_geforce_data.py
  • Run the following script to query partial GeForce data via an interface hosted by the leaker for known appIDs:
python query_geforce_backup.py

Alternatively, you can find the data as v0.2 in the "Releases" section of this repository.

Results

Disclaimer: the results are purged of any entry about Ubisoft, to avoid any possible DMCA issue.

Here is a list of games which have an id on the Epic Games Store:

Here is a list of games which have an id on the Steam Store:

  • the whole list, except for two entries which contain private information (email address, URL)

NB: if an id is empty in the results linked above, then it appeared in the leak as "TBD" for "To Be Decided".

Here is a list of games which do not have any id on the aforementioned stores:

Here is a summary with a focus on documented releases dates:

References