Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues running CDNto3DS.py under Linux #18

Open
Theswweet opened this issue Jan 19, 2016 · 3 comments
Open

Issues running CDNto3DS.py under Linux #18

Theswweet opened this issue Jan 19, 2016 · 3 comments

Comments

@Theswweet
Copy link

Even when I supply the correct files, I keep getting the following error;

Traceback (most recent call last):
File "CDNto3DS.py", line 187, in
call(["aescbc", outfname, outfname + '.dec', titlekey, cIDX + '0000000000000000000000000000'])
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(_popenargs, *_kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

@LITTOMA
Copy link
Contributor

LITTOMA commented Jan 20, 2016

Missing a aescbc decryptor. The "aescbc.exe" is a Windows application.

@Relys
Copy link
Owner

Relys commented Jan 20, 2016

You'll need to either compile 3DS_Multi_Decryptor/to3DS/CDNto3DS/aescbc_src.zip for Linux or use OpenSSL.

@jadingoo
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants