Skip to content

Commit 0376a82

Browse files
authored
useless return
1 parent 5992c71 commit 0376a82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tornado/core/undetectable.py

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def xor(data, key):
2424
output_str += chr(o(current) ^ ord(current_key))
2525

2626
ciphertext = '{ 0x' + ', 0x'.join(hex(ord(x))[2:] for x in output_str) + ' };'
27-
return
2827

2928
def create_template():
3029
template = open("template.cpp", "w+")

0 commit comments

Comments
 (0)