mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-12 22:26:15 -04:00
Remove hash check while downloading (broken for some titles)
This commit is contained in:
parent
6e3ed060d8
commit
80311a7647
3 changed files with 26 additions and 143 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue