You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python SamyGO.py decrypt_all T-MST10PDEUC
File "/home/thund/image/SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
Python 3.9.16 (main, Mar 8 2023, 22:47:22)
[GCC 11.3.0] on cygwin
The text was updated successfully, but these errors were encountered:
python SamyGOp3.py decrypt_all T-MST10PDEUC
File "/home/thund/image/SamyGOp3.py", line 492
os.rename( exeDSPFileName, os.path.dirname( SquashFSImage )+os.path.sep+'squashfs-root'+os.path.sep+'exeDSP' )
TabError: inconsistent use of tabs and spaces in indentation
python SamyGO.py decrypt_all T-MST10PDEUC
File "/home/thund/image/SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
Python 3.9.16 (main, Mar 8 2023, 22:47:22)
[GCC 11.3.0] on cygwin
The text was updated successfully, but these errors were encountered: