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
Traceback (most recent call last):
File "HackTheWorld.py", line 151, in <module>
transformedShellcode = xor(shellcodeBytes, masterKey)
File "HackTheWorld.py", line 43, in xor
(data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))
File "HackTheWorld.py", line 43, in <genexpr>
(data[i] ^ keyAsInt[i % l]) for i in range(0,len(data))
TypeError: 'map' object is not subscriptable
It shows me this error after I enter encryption key. Can you help me, please?
The text was updated successfully, but these errors were encountered:
It shows me this error after I enter encryption key. Can you help me, please?
The text was updated successfully, but these errors were encountered: