gpt4 book ai didi

c++ - 在类中存储内存内容 - C++

转载 作者:太空狗 更新时间:2023-10-29 20:06:15 24 4
gpt4 key购买 nike

<分区>

我正在尝试为应用程序编写一个插件,但我被困在需要从内存中读取内容并将其存储在类中的位置。我得到了以下信息:

UserInfo = 0x9F9648 
UserInfoSize = 0x560

那是内容存储的位置,我得到了以下类来存储它:

class CUserInfo
{
public:
__int32 clientNum; //0x0000
__int32 Valid; //0x0004
char unknown8[4]; //0x0008
char Name[16]; //0x000C
... and some other properties
};

问题是我不知道如何从地址位置获取内容并将其存储在类实例中。

有人知道怎么做吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com