mirror of
https://github.com/wiiu-env/JsTypeHax.git
synced 2024-11-05 02:15:10 +01:00
Fix the codebin2js.py script
This commit is contained in:
parent
8dcdeee829
commit
a025c949b7
@ -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("]")
|
Loading…
Reference in New Issue
Block a user