Easy fix -- just change the "JG" (jump if greater than) instruction to a "JGE" (jump if greater than or equal to) instruction, so we're only allowing the first 255 bytes to be filled, leaving room for that pesky null-terminator.
1.298
004831A7 /0F8D A7000000 JGE 00483254
1.310
0046C06B /0F8F A4000000 JGE 0046C115

Sign In
Create Account
Back to top














