fenix01 / cheatengine-library

Cheat Engine Library is based on CheatEngine a debugger and coding environment particularly aimed at games, but can also be used for other purposes like debugging applications and used in schools for teaching how computers work
259 stars 79 forks source link

Wrong string length #3

Closed fenix01 closed 9 years ago

fenix01 commented 9 years ago

Need to fix a small issue with the memory scanner example. IInitFoundList should not take GetBinarySize in parameter for a string. To fix this issue, the field should be divide by 8 and by 16 for unicode.