Skip to content

Commit

Permalink
fix: update chat checker signature
Browse files Browse the repository at this point in the history
  • Loading branch information
xxCherry committed Sep 22, 2024
1 parent 45c9a29 commit 36b3bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tosu/src/objects/instanceManager/osuInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const SCAN_PATTERNS: {
pattern: '5E 5F 5D C3 A1 ?? ?? ?? ?? 89 ?? 04'
},
chatCheckerPtr: {
pattern: '83 3D ?? ?? ?? ?? 00 75 ?? 80 3D',
offset: 0x2
pattern: '8B CE 83 3D ?? ?? ?? ?? 00 75 ?? 80',
offset: 0x4
},
skinDataAddr: {
pattern: '74 2C 85 FF 75 28 A1 ?? ?? ?? ?? 8D 15'
Expand Down

0 comments on commit 36b3bf6

Please sign in to comment.