CommunityDragon / CDTB

A library containing everything to extract files from client files.
GNU Lesser General Public License v3.0
119 stars 33 forks source link

Update hashes #45

Closed Jochem-W closed 3 years ago

Jochem-W commented 3 years ago

I used the following PowerShell script to recursively guess the hashes for each wad.client file:

Get-ChildItem -Path 'C:\Riot Games\League of Legends\' -Filter *.wad.client -Recurse | ForEach-Object {
    python.exe -m cdragontoolbox hashes-guess $_.FullName
}
benoitryder commented 3 years ago

I just updated hashes and pushed them. The update includes all hashes from this PR (among other ones).