From 563c35f4474ff3250effdae67c42b3aa9df61a1d Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 17 Aug 2020 23:19:16 +0000 Subject: [PATCH] Update dllmain.cpp --- badeye/inside/dllmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/badeye/inside/dllmain.cpp b/badeye/inside/dllmain.cpp index 637d970..417c0e9 100644 --- a/badeye/inside/dllmain.cpp +++ b/badeye/inside/dllmain.cpp @@ -37,7 +37,7 @@ namespace bedaisy GetModuleHandleA("lsasrv.dll")); // 0f 1f 44 00 ? 8b f0 48 8b 0d ? ? ? ? 49 3b cd (proper return) - return { ioctl_handle, reinterpret_cast(lsasrv + 0x36E3B) }; + return { ioctl_handle, reinterpret_cast(lsasrv + 0x36E3B) }; // windows 10 2004 RVA you will need to update for your winver! :) } return { {}, {} }; }