aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_dump/src/os_win.rs
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2022-02-04 00:50:25 +0100
committerAndrzej Janik <[email protected]>2022-02-04 00:50:25 +0100
commit2753d956df0ee3d68c3961f7b64e65df9f06bb0b (patch)
tree41219283991590c4f6e84d1b141185e93d059f31 /zluda_dump/src/os_win.rs
parentc869a0d6110fe703057ce0a3979e4f10c34038a7 (diff)
downloadZLUDA-2753d956df0ee3d68c3961f7b64e65df9f06bb0b.tar.gz
ZLUDA-2753d956df0ee3d68c3961f7b64e65df9f06bb0b.zip
Overhaul DLL injection
Diffstat (limited to 'zluda_dump/src/os_win.rs')
-rw-r--r--zluda_dump/src/os_win.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/zluda_dump/src/os_win.rs b/zluda_dump/src/os_win.rs
index ef3da44..b58a0f4 100644
--- a/zluda_dump/src/os_win.rs
+++ b/zluda_dump/src/os_win.rs
@@ -18,7 +18,6 @@ const GET_PROC_ADDRESS_NO_REDIRECT: &'static [u8] = b"ZludaGetProcAddress_NoRedi
lazy_static! {
static ref PLATFORM_LIBRARY: PlatformLibrary = unsafe { PlatformLibrary::new() };
}
-include!("../../zluda_redirect/src/payload_guid.rs");
#[allow(non_snake_case)]
struct PlatformLibrary {