如何清理/简化在运行时构建的字符串?
我已经看到了几次,并认为必须有一些更简单的方法。我一直在手动转换字符以尝试解释正在形成的字符串。
.text:0040166E C6 45 F0 5C mov [ebp+pszSubKey+2Ch], '\'
.text:00401672 C6 45 F1 57 mov [ebp+pszSubKey+2Dh], 'W'
.text:00401676 C6 45 F2 69 mov [ebp+pszSubKey+2Eh], 'i'
.text:0040167A C6 45 F3 6E mov [ebp+pszSubKey+2Fh], 'n'
.text:0040167E C6 45 F4 6C mov [ebp+pszSubKey+30h], 'l'
.text:00401682 C6 45 F5 6F mov [ebp+pszSubKey+31h], 6Fh
.text:00401686 C6 45 F6 67 mov [ebp+pszSubKey+32h], 67h
.text:0040168A C6 45 F7 6F mov [ebp+pszSubKey+33h], 6Fh
.text:0040168E C6 45 F8 6E mov [ebp+pszSubKey+34h], 6Eh
.text:00401692 C6 45 F9 5C mov [ebp+pszSubKey+35h], 5Ch