内存编辑如何创建更多存储空间
我正在使用 Cheat Engine 软件解决一个问题。我在内存中找到了一个 12 字节的数组,我想更改它。问题是该数组包含 6 个双字节 unicode 字符。我需要修改字符串,我能做到。我陷入了如何为自己提供更多存储空间以容纳更多角色的困境。我不能简单地向该地址写入更多字符,因为我会溢出并导致应用程序崩溃。从概念上讲,我想知道将读取内存的过程重定向到可以存储更多字符的地方是否可行。但目前我还不清楚如何做才能达到这种效果。
D .
I'm working on a problem using the Cheat Engine software. I have located an array of 12 bytes in memory that I would like to change. The problem is that the array holds 6 double byte unicode characters. I need to modify the string, witch I can do. I'm stuck at how I can give myself more storage for more characters. I can't simply write more characters to the address because I overrun and crash the application. Concept wise I'm wondering if its feesable to redirect the process reading the memory to somewhere where I can store more characters. But how do do something to that effect is beyond me at the moment.
D.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论