From 0e4b6e85e0d0aabf28d46256b5fbfa0934696bb7 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 25 Jan 2024 03:13:19 +0200 Subject: [PATCH] fixed a pattern --- tools/steamclient_loader/win/extra_protection/stubdrm.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/steamclient_loader/win/extra_protection/stubdrm.cpp b/tools/steamclient_loader/win/extra_protection/stubdrm.cpp index 4caf46d8..a918baef 100644 --- a/tools/steamclient_loader/win/extra_protection/stubdrm.cpp +++ b/tools/steamclient_loader/win/extra_protection/stubdrm.cpp @@ -31,7 +31,7 @@ typedef struct SnrDetails { "B8 01 00 00 00 ?? ?? EB", }, { - "E8 ?? ?? ?? ?? 44 0F B6 ?? 3C 30 0F 84 ?? ?? ?? ?? 3C 35 0F 85 ?? ?? ?? ?? 8B ?? ?? FF 15", + "E8 ?? ?? ?? ?? 44 0F B6 ?? 3C 30 0F 84 ?? ?? ?? ?? 3C 35 0F 85", "B8 30 00 00 00 ?? ?? ?? ?? ?? ?? 90 E9", }, }, @@ -68,7 +68,7 @@ typedef struct SnrDetails { "?? ?? B8 01 00 00 00 ?? ?? ?? ?? ?? EB", }, { - "E8 ?? ?? ?? ?? 83 C4 04 88 45 ?? 3C 30 0F 84 ?? ?? ?? ?? 3C 35 75 ?? 8B ?? ?? FF 15", + "E8 ?? ?? ?? ?? 83 C4 ?? 88 45 ?? 3C 30 0F 84 ?? ?? ?? ?? 3C 35 75", "B8 30 00 00 00 ?? ?? ?? ?? ?? ?? ?? ?? 90 E9", }, },