Hello everyone,
I had some problems with text editing through hex editor.
Let's take this text for example:
Changing the "Informחץes do servidor" into "Server information".
Always when I edit text and the the old string was bigger I just fill the rest with zeros(ASCII=.) but in this case there is a kind of legal that between each message or any space instead of zeros there are 0a and 0d.
The result of filling the rest of the string with zeros is a blank page and with 0a & 0d is few break lines.
My guess somewhere in the client when the string is called he got limits and by using bigger or smaller strings I across them.
So where are those limits and the string call?or this little theory is piece of trash and the answer hides somewhere else.



Reply With Quote



