apriorit / windows-process-monitorLinks
A demo solution to illustrate approaches on getting information about processes and block/allow their start
☆111Updated 8 years ago
Alternatives and similar repositories for windows-process-monitor
Users that are interested in windows-process-monitor are comparing it to the libraries listed below
Sorting:
- Windows file system filter driver - illustration of the technology☆100Updated 5 years ago
- Windows drivers 开发的各个基础示例,包含进程、内存、注册表、回调等管理☆170Updated 5 years ago
- Windows file system minifilter driver which generates backup copies of certain files before they change☆48Updated 6 years ago
- Windows file system filter drivers(minifilter) to encrypt, compress, or otherwise modify file-based data require some of the most complex…☆127Updated 4 years ago
- C++ WMI class library☆57Updated last year
- NDIS6.30 Filter Library☆42Updated 6 years ago
- A software driver that lets you log kernel-mode debug output into a file on Windows.☆107Updated 7 years ago
- Example of real-time Windows ETW packet capture session☆53Updated 8 years ago
- Windows disk filter driver to demonstrate sector write redirection☆40Updated 11 years ago
- Windows Monitoring Agent (process creation + DLL loading monitor + network monitor + file system access monitor + etc)☆63Updated 6 years ago
- Windows WDM driver filters to filter IO to devices and file systems☆56Updated 8 years ago
- Windows Kernel Driver - Create a driver device in intermediate layer of Windows kernel based on NDIS, which communicates with and connect…☆32Updated 11 years ago
- Disable any USB Mass Storage device from kmode using a pnp filter driver☆62Updated 4 years ago
- Library for ETW, ProcessTracker sample based on ETW☆33Updated 8 years ago
- Named pipe I/O ETW provider for Windows☆71Updated 5 years ago
- Debugger extension for the Debugging Tools for Windows (WinDbg, KD, CDB, NTSD).☆69Updated 8 years ago
- A multiplatform system library☆141Updated 3 years ago
- 基于MiniFilter和Sfilter的加解密☆23Updated 6 years ago
- Code to make it easier to write an NDIS network driver on Windows☆90Updated last year
- pcmonitor - windows kernel driver to monitor users activity(such as keyboard input, screenshot) and send encrypted reports to mobile appl…☆115Updated 11 years ago
- A C++ wrapper library around Windows WFP API which greatly simplifies the usage of the tedious WFP API