mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-24 12:40:57 +00:00
sept-secondary: Better meme compliance
This commit is contained in:
parent
f5695145ef
commit
4adf297c80
@ -61,8 +61,8 @@ def main(argc, argv):
|
||||
code += '\x00'*(0x10 - (len(code) & 0xF))
|
||||
# TODO: Support dev unit crypto
|
||||
with open(argv[2], 'wb') as f:
|
||||
f.write(sign_encrypt_code(code, KEYS.HOVI_SIG_KEY_PRD, KEYS.HOVI_ENC_KEY_PRD, KEYS.IV, 'THANKS_NVIDIA_<3'))
|
||||
f.write(sign_encrypt_code(code, KEYS.HOVI_SIG_KEY_PRD, KEYS.HOVI_ENC_KEY_PRD, KEYS.HOVI_ENC_KEY_IV1, 'THANKS_NVIDIA_<3'))
|
||||
return 0
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main(len(sys.argv), sys.argv))
|
||||
sys.exit(main(len(sys.argv), sys.argv))
|
||||
|
Loading…
x
Reference in New Issue
Block a user