Is your string ascii encoded? If so isn't it just a case of starting at the start of your string (first memory address) and looping through taking 32 off each byte until you reach the end (null terminator?).
Is your string ascii encoded? If so isn't it just a case of starting at the start of your string (first memory address) and looping through taking 32 off each byte until you reach the end (null terminator?).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.