Skip to content

Commit e9e577b

Browse files
committed
chore(update)
1 parent 8ed9ff6 commit e9e577b

6 files changed

Lines changed: 2243 additions & 9 deletions

File tree

res/updates.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ SafeModeHashes:
22
20251226083318:
33
- 8cd7cd0cf872396c47371c23bbd805d4e5aa8088a9d5b1518f60c24e6f3c444d #ubuntu12_32
44
- 1e9ddfe86369edb365458bc1973381625e01d3c0c687e3e87150b59a1c84a871 #steamdeck_stable
5+
6+
20260122094411:
7+
- c644ca515d012ec7df69a74e689a7f119556afd43479ea94925280967db1d99f #ubuntu12_32 & steamdeck_stable

res/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20251226083318
1+
20260122094411

src/patterns.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ namespace Patterns
185185
Pattern_t PipeLoop
186186
{
187187
"IClientApps::PipeLoop",
188-
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 43 08 00 00",
188+
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 44 08 00 00",
189189
SigFollowMode::PrologueUpwards,
190190
std::vector<uint8_t> { 0x56, 0x57, 0xe5, 0x89, 0x55 }
191191
};
@@ -207,7 +207,7 @@ namespace Patterns
207207
Pattern_t PipeLoop
208208
{
209209
"IClientUser::PipeLoop",
210-
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 46 01 00 00",
210+
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 F4 02 00 00",
211211
SigFollowMode::PrologueUpwards,
212212
std::vector<uint8_t> { 0x56, 0x57, 0xe5, 0x89, 0x55 }
213213
};
@@ -265,7 +265,7 @@ namespace Patterns
265265
Pattern_t PipeLoop
266266
{
267267
"IClientUGC::PipeLoop",
268-
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 76 11 00 00",
268+
"FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 F6 11 00 00",
269269
SigFollowMode::PrologueUpwards,
270270
std::vector<uint8_t> { 0x56, 0x57, 0xe5, 0x89, 0x55 }
271271
};

0 commit comments

Comments
 (0)