Skip to content

Commit 3e441fa

Browse files
committed
feat(message): update send xml offsets
1 parent 0e3d73a commit 3e441fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WeChatFerry/spy/offsets.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ namespace Message
119119
constexpr uint64_t IMAGE = 0x22BF430;
120120
constexpr uint64_t APP_MGR = 0x1B5C2F0;
121121
constexpr uint64_t FILE = 0x20D30E0;
122-
constexpr uint64_t XML = 0x0;
123-
constexpr uint64_t XML_BUF_SIGN = 0x0;
122+
constexpr uint64_t XML = 0x20D2210;
123+
constexpr uint64_t XML_BUF_SIGN = 0x24F95C0;
124124
constexpr uint64_t EMOTION_MGR = 0x1BD2310;
125125
constexpr uint64_t EMOTION = 0x21B8100;
126126

0 commit comments

Comments
 (0)