Skip to content

Commit

Permalink
Fix pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshadow565 committed May 21, 2023
1 parent 726f473 commit e3a6aeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cslol-tools/lib/lol/patcher/patcher_win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ using namespace lol::patcher;
using namespace std::chrono_literals;

// clang-format off
constexpr inline char PAT_REVISION[] = "patcher-win64-v3";
constexpr inline char PAT_REVISION[] = "patcher-win64-v4";
constexpr auto const find_open =
&ppp::any<"C7 44 24 20 03 00 00 00 "
"45 8D 41 01 "
"FF 15 r[?? ?? ?? ??]"_pattern,
"BA 89 00 12 00 "
"44 8B C3 "
"41 8B D6 "
"89 7C 24 ?? "
"48 8B C8 4C "
"89 ?? 24 ?? ?? ?? ?? "
"49 8B CC "
"FF 15 r[?? ?? ?? ??]"_pattern>;
constexpr auto const find_ret =
&ppp::any<"B9 A0 02 00 00 "
Expand Down

0 comments on commit e3a6aeb

Please sign in to comment.