diff --git a/idd/LGIdd/Driver.cpp b/idd/LGIdd/Driver.cpp index 0f3c2a26..8d0ddac6 100644 --- a/idd/LGIdd/Driver.cpp +++ b/idd/LGIdd/Driver.cpp @@ -27,8 +27,13 @@ #include "ipc/CInputPipeServer.h" #include "ipc/CPipeServer.h" +#include +#include + NTSTATUS DriverEntry(_In_ PDRIVER_OBJECT DriverObject, _In_ PUNICODE_STRING RegistryPath) { + srand((unsigned int)time(NULL)); + g_debug.Init(L"looking-glass-idd"); DEBUG_INFO("Looking Glass IDD Driver (" LG_VERSION_STR ")");