From ad998f414b625d43ec453acf3aede067e0293874 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 27 Mar 2024 04:16:21 +0100 Subject: README update Signed-off-by: Toni Uhlig --- bf4.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bf4.cpp') diff --git a/bf4.cpp b/bf4.cpp index 4610198..b02590f 100644 --- a/bf4.cpp +++ b/bf4.cpp @@ -1,6 +1,7 @@ #include #include +#include #include "memory.hpp" @@ -8,7 +9,7 @@ using namespace DriverThread; static Thread thread; static Event shutdown_event; -static const wchar_t targetProcess[] = L"bf4.exe"; +static auto targetProcess = skCrypt(L"bf4.exe"); static uint64_t SearchBF4Process(void) { const auto &procs = ::GetProcesses(); -- cgit v1.2.3