aboutsummaryrefslogtreecommitdiff
path: root/bf4.cpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-03-27 04:16:21 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-03-27 04:16:21 +0100
commitad998f414b625d43ec453acf3aede067e0293874 (patch)
tree655ff29129ec94888474cc20bd0e9df3b5409486 /bf4.cpp
parent8f7dfd4ff8ca94f6df375154524f774ea5444009 (diff)
README update
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'bf4.cpp')
-rw-r--r--bf4.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bf4.cpp b/bf4.cpp
index 4610198..b02590f 100644
--- a/bf4.cpp
+++ b/bf4.cpp
@@ -1,6 +1,7 @@
#include <ntddk.h>
#include <DriverThread.hpp>
+#include <obfuscate.hpp>
#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();