Quote:
Originally Posted by GeoffR
I count your replacement string to be 104 characters long (counting '\n' and '\t' as one character each), so try adding the terminating null as
Code:
replace_bytes = 13FA5B8, 3B, 58
|
I guess another way to achieve this (without counting) is adding \x00 to the replacement string.