3DS_Multi_Decryptor
3DS_Multi_Decryptor copied to clipboard
Issues running CDNto3DS.py under Linux
Even when I supply the correct files, I keep getting the following error;
Traceback (most recent call last):
File "CDNto3DS.py", line 187, in
Missing a aescbc decryptor. The "aescbc.exe" is a Windows application.
You'll need to either compile 3DS_Multi_Decryptor/to3DS/CDNto3DS/aescbc_src.zip for Linux or use OpenSSL.
you must edit the *.py which call aescbc (CDNto3DS.py and SDto3DS). Just change "aescbc" for "./aescbc" and "makerom" for "./makerom". It will run ok.