a2x / cs2-dumper

Counter-Strike: 2 Offset Dumper
MIT License
940 stars 123 forks source link

How to update offsets like this? Do I have to use IDA #197

Closed MaYecha closed 3 months ago

MaYecha commented 3 months ago

How to update offsets like this? Do I have to use IDA

inline std::string iTeamNum = xorstr_("0F B6 86 ?? ?? ?? ?? 48 8B CE 89 47 ?? 48 8B 06");
inline std::string pArmorValue = xorstr_("8B 83 ?? ?? ?? ?? 89 83 ?? ?? ?? ?? 48 83 C4 20 5B C3 CC CC CC CC CC CC");
inline std::string pGameSceneNode = xorstr_("48 8B 81 ?? ?? ?? ?? 48 8B 48 ?? 48 85 C9");
inline std::string pBoneArray = xorstr_("48 8B ?? ?? ?? ?? ?? 4C 8D ?? ?? 4D ?? ?? 48 8B");
inline std::string pBoneArray = xorstr_("48 8B ?? ?? ?? ?? ?? 4C 8D 43 ?? 4D 8B CE 48 8B CE E8");
inline std::string bPawnIsAlive = xorstr_("0F B6 81 ?? ?? ?? ?? C3 CC CC CC CC CC CC CC CC B0 01 C3 CC CC CC CC CC CC CC CC CC CC CC CC CC 48 89");
inline std::string iHealth = xorstr_("8B 83 ?? ?? ?? ?? 89 83 ?? ?? ?? ?? 48 8b ?? ?? ?? 48 83 C4 20 ?? C3");
inline std::string EntityIndex = xorstr_("89 8F ?? ?? ?? ?? ?? ?? 48 ?? ?? ?? ?? 48 8B 02 48 8B ??");