内存编辑如何创建更多存储空间

发布于 2024-11-30 06:36:16 字数 234 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文