Remove hash check while downloading (broken for some titles)

This commit is contained in:
Xpl0itU 2024-04-01 00:54:44 +02:00
parent 6e3ed060d8
commit 80311a7647
3 changed files with 26 additions and 143 deletions

View file

@ -15,6 +15,8 @@ import (
"reflect"
)
var commonKey = []byte{0xD7, 0xB0, 0x04, 0x02, 0x65, 0x9B, 0xA2, 0xAB, 0xD2, 0xCB, 0x0D, 0xB2, 0x7F, 0xA2, 0xB6, 0x56}
const (
BLOCK_SIZE = 0x8000
BLOCK_SIZE_HASHED = 0x10000