From be34405154d9698822bb70eeb99da8a99009fdfd Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Sun, 31 Mar 2024 17:23:16 +0800 Subject: [PATCH] Add license info on startup --- even.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/even.c b/even.c index 18f9976..b4fed9a 100644 --- a/even.c +++ b/even.c @@ -401,6 +401,25 @@ NTSTATUS __stdcall DriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRIN ANSI_STRING DeviceNameA; ANSI_STRING SymbolicLinkNameA; + DbgPrint("even.sys" +#ifdef EVEN_VERSION + " (" EVEN_VERSION ") " +#else + " " +#endif + "- a stub for Htsysm7679\r\n" + "Copyright (C) 2024 Zephyr Lykos \r\n" + "\r\n" + "This program is free software; you can redistribute it and/or modify\r\n" + "it under the terms of the GNU General Public License as published by\r\n" + "the Free Software Foundation; either version 2 of the License, or\r\n" + "(at your option) any later version.\r\n" + "\r\n" + "This program is distributed in the hope that it will be useful,\r\n" + "but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n" + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\n" + "GNU General Public License for more details.\r\n"); + DbgPrint("Even Htsysm7679: DriverEntry Called\r\n"); // catch this using DBGVIEW from www.sysinternals.com /* support for service stopping */