aboutsummaryrefslogtreecommitdiff
path: root/Hunted/Hunted.cpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2019-09-19 21:44:31 +0200
committerToni Uhlig <matzeton@googlemail.com>2019-09-19 21:44:31 +0200
commitec118d1a0387914eb443631c3b5be08032704331 (patch)
tree9bb8c8de469388002849285145b55af7d19b0e1c /Hunted/Hunted.cpp
parentc1b8c46e437940865262880e23687c1b0325f210 (diff)
added global env sig for Hunt
Diffstat (limited to 'Hunted/Hunted.cpp')
-rw-r--r--Hunted/Hunted.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Hunted/Hunted.cpp b/Hunted/Hunted.cpp
index ba0a0ed..81f0022 100644
--- a/Hunted/Hunted.cpp
+++ b/Hunted/Hunted.cpp
@@ -312,6 +312,8 @@ class Vec3_tpl<float> size(12):
printBuf(cc, sizeof cc, 32);
KMemoryBuf::Wpm<sizeof cc>(targetPID, (PVOID)targetAddr, &cc[0]);
+ // TODO: get gEnv with 0F B7 00 48 83 C4 28 C3
+
BYTE dd[] = { 0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xE0 };
*(UINT64 *)((BYTE *)dd + 2) = (UINT64)targetAddr;
printBuf(dd, sizeof dd, 32);