aboutsummaryrefslogtreecommitdiff
path: root/bf4.cpp
diff options
context:
space:
mode:
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();