From a025c949b70a48ed3d1aa1b7b1df0b160b7c83ab Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Sun, 6 Jan 2019 18:23:37 +0100 Subject: [PATCH] Fix the codebin2js.py script --- codebin2js.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codebin2js.py b/codebin2js.py index bef6ef5..3b587b3 100644 --- a/codebin2js.py +++ b/codebin2js.py @@ -40,7 +40,7 @@ for i in range(j, 0x8000, 4): nop += "0x60, 0x00, 0x00, 0x00, " nop += "\n" -print "[" -print nop -print payload -print "]" \ No newline at end of file +print("[") +#print(nop) +print(payload) +print("]") \ No newline at end of file