Izotope ozone 4 is being translated, but garbled characters are found.
After tracking, we found that after the multibytetowidechar function, the string should be converted from ASCII code to Unicode. The English conversion is normal, while the Chinese character is converted to garbled characters. Take a look at the parameters of this function. For example, the top stack is codePage, that isCodePage, and finally into the stack: Push EBP, found that its value is not familiar.
Open the registry and search for codePage. We can see the familiar gb2312 936. We tracked all multibytetowidechar breakpoints and changed the final code page parameter value to 000003a8.
Check the actual running results. The Chinese characters are displayed normally.
Note: This article Reprinted from: http://www.hanzify.org/teach/index.php? Go = show: 678-1245165791