We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9ff6 commit e9e577bCopy full SHA for e9e577b
6 files changed
res/updates.yaml
@@ -2,3 +2,6 @@ SafeModeHashes:
2
20251226083318:
3
- 8cd7cd0cf872396c47371c23bbd805d4e5aa8088a9d5b1518f60c24e6f3c444d #ubuntu12_32
4
- 1e9ddfe86369edb365458bc1973381625e01d3c0c687e3e87150b59a1c84a871 #steamdeck_stable
5
+
6
+ 20260122094411:
7
+ - c644ca515d012ec7df69a74e689a7f119556afd43479ea94925280967db1d99f #ubuntu12_32 & steamdeck_stable
res/version.txt
@@ -1 +1 @@
1
-20251226083318
+20260122094411
src/patterns.cpp
@@ -185,7 +185,7 @@ namespace Patterns
185
Pattern_t PipeLoop
186
{
187
"IClientApps::PipeLoop",
188
- "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 43 08 00 00",
+ "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 44 08 00 00",
189
SigFollowMode::PrologueUpwards,
190
std::vector<uint8_t> { 0x56, 0x57, 0xe5, 0x89, 0x55 }
191
};
@@ -207,7 +207,7 @@ namespace Patterns
207
208
209
"IClientUser::PipeLoop",
210
- "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 46 01 00 00",
+ "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 F4 02 00 00",
211
212
213
@@ -265,7 +265,7 @@ namespace Patterns
265
266
267
"IClientUGC::PipeLoop",
268
- "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 76 11 00 00",
+ "FF B5 ? ? ? ? 50 8D 86 ? ? ? ? 68 F6 11 00 00",
269
270
271
0 commit comments