From 1c6e5e52d806fc16c801e086e9043ccf02284e18 Mon Sep 17 00:00:00 2001 From: H3XploR <73852348+H3XploR@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:06:28 +0100 Subject: [PATCH] ajout du fichier source du programme winkey --- tinky.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tinky.c b/tinky.c index ac3be8a..050274e 100644 --- a/tinky.c +++ b/tinky.c @@ -1,6 +1,7 @@ #include #include #include + int main(void){ SC_HANDLE hSCManager = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS); if (hSCManager == NULL){