Skip to content

Instantly share code, notes, and snippets.

View sraboy's full-sized avatar

Steve Lavoie sraboy

  • United States
View GitHub Profile
@guillaumevincent
guillaumevincent / README.md
Last active March 4, 2024 02:08
Windows Service with Python 3.5 and pyinstaller
@mstroeck
mstroeck / DesktopToastsSample.cpp
Last active June 30, 2023 07:11 — forked from CalvinLinTrend/DesktopToastsSample.cpp
Toast Notification in Win32 app with COM server
#include "stdafx.h"
#include <wrl/module.h>
#include "ToastNotificationActivationCallback.h"
#include "DesktopToastsSample.h"
// This is taken from: http://blogs.msdn.com/b/tiles_and_toasts/archive/2015/10/16/quickstart-handling-toast-activations-from-win32-apps-in-windows-10.aspx
DWORD g_allLocks;
// Main function
obj-m += rootkit.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean