We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5992c71 commit 0376a82Copy full SHA for 0376a82
tornado/core/undetectable.py
@@ -24,7 +24,6 @@ def xor(data, key):
24
output_str += chr(o(current) ^ ord(current_key))
25
26
ciphertext = '{ 0x' + ', 0x'.join(hex(ord(x))[2:] for x in output_str) + ' };'
27
- return
28
29
def create_template():
30
template = open("template.cpp", "w+")
0 commit comments