summaryrefslogtreecommitdiff
path: root/Hunt Showdown
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2020-03-26 21:30:54 +0100
committerToni Uhlig <matzeton@googlemail.com>2020-03-26 21:30:54 +0100
commit65686da6fc1f91e3a831347703c758ea3ca97c3e (patch)
treecd346e80935414566767750b0be61a0ef34a5e7b /Hunt Showdown
parenta3cd9bcc24a10ab4f4a553471ac130250ae8cc3d (diff)
purged all x86 stuff and morphed some CC/LD paths
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Hunt Showdown')
-rw-r--r--Hunt Showdown/CMD/Hunted.cpp2
-rw-r--r--Hunt Showdown/DLL/DLL.vcxproj2
-rw-r--r--Hunt Showdown/DLL/GdiRadarLib.libbin753922 -> 757824 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/Hunt Showdown/CMD/Hunted.cpp b/Hunt Showdown/CMD/Hunted.cpp
index 9329090..0861589 100644
--- a/Hunt Showdown/CMD/Hunted.cpp
+++ b/Hunt Showdown/CMD/Hunted.cpp
@@ -156,7 +156,7 @@ int wmain(int argc, wchar_t **argv)
SymbolResolver sresolv;
DLLHelper dll(sresolv);
- if (!dll.Init(targetPID, "./HuntDLL.dll")) {
+ if (!dll.Init(targetPID, "..\DLL\x64\Release\HuntDLL.dll")) {
std::wcout << L"DLL Init failed" << std::endl;
}
if (!dll.VerifyHeader()) {
diff --git a/Hunt Showdown/DLL/DLL.vcxproj b/Hunt Showdown/DLL/DLL.vcxproj
index fc206f9..b1fb819 100644
--- a/Hunt Showdown/DLL/DLL.vcxproj
+++ b/Hunt Showdown/DLL/DLL.vcxproj
@@ -159,7 +159,7 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalLibraryDirectories>$(SolutionDir)..\GdiRadar\x64\Release-Verbose;$(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+ <AdditionalLibraryDirectories>$(VCToolsInstallDir)lib\x64;$(OutputPath);%(AdditionalLibraryDirectories);$(ProjectDir)</AdditionalLibraryDirectories>
<AdditionalDependencies>kernel32.lib;user32.lib;GdiRadarLib.lib</AdditionalDependencies>
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
<EntryPointSymbol>LibEntry</EntryPointSymbol>
diff --git a/Hunt Showdown/DLL/GdiRadarLib.lib b/Hunt Showdown/DLL/GdiRadarLib.lib
index 5fcfb97..10cae01 100644
--- a/Hunt Showdown/DLL/GdiRadarLib.lib
+++ b/Hunt Showdown/DLL/GdiRadarLib.lib
Binary files differ