From 91dcd678ce5d8173941938c9f574ab1278bd8224 Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Wed, 4 Sep 2024 09:32:01 -0700 Subject: [PATCH] mkey: hardcode region for CTR v1 It was missed in the previous commit, but this one handles regions too. --- mkey.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mkey.py b/mkey.py index be9d74c..063b098 100644 --- a/mkey.py +++ b/mkey.py @@ -63,6 +63,7 @@ class mkey_generator(): "addout": 0x1657, }, "v1": { + "regions": [0, 1, 2], "hmac_file": "ctr_%02x.bin", }, "v2": {