ReClass.NET
ReClass.NET copied to clipboard
When editing text value pad with NULL bytes?
Text value edits in memory should pad with null bytes.
I noticed when editing a text value in memory It was not terminating the string with a null byte.
Edit a Text8 type value to "This is a test" Edit it again to "bob"
Expectation text value is "bob"
But it is showing up as "bobs is a test" as it does a strcpy of length of input string only.

See #36 and #115.