Fix the codebin2js.py script

This commit is contained in:
orboditilt 2019-01-06 18:23:37 +01:00
parent 8dcdeee829
commit a025c949b7

View File

@ -40,7 +40,7 @@ for i in range(j, 0x8000, 4):
nop += "0x60, 0x00, 0x00, 0x00, "
nop += "\n"
print "["
print nop
print payload
print "]"
print("[")
#print(nop)
print(payload)
print("]")