All Projects → JaredWright → Wfpstarterkit

JaredWright / Wfpstarterkit

Licence: mit
An example driver for Windows that shows how to set-up some basic components of the Windows Filtering Platform

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Wfpstarterkit

Mongo Cxx Driver
C++ Driver for MongoDB
Stars: ✭ 792 (+600.88%)
Mutual labels:  driver, networking
Robotiq
Robotiq packages (http://wiki.ros.org/robotiq)
Stars: ✭ 110 (-2.65%)
Mutual labels:  driver
Gnmic
gnmic a gnmi CLI client and collector
Stars: ✭ 105 (-7.08%)
Mutual labels:  networking
Pylinkvalidator
pylinkvalidator is a standalone and pure python link validator and crawler that traverses a web site and reports errors (e.g., 500 and 404 errors) encountered.
Stars: ✭ 109 (-3.54%)
Mutual labels:  networking
React Native Networking
react-native module to download and upload files
Stars: ✭ 105 (-7.08%)
Mutual labels:  networking
Swiftwebsocket
Fast Websockets in Swift for iOS and OSX
Stars: ✭ 1,483 (+1212.39%)
Mutual labels:  networking
Gke Networking Demos
This project presents a number of best practices for establishing network links between Kubernetes Engine clusters, and exposing cluster services across Google Cloud projects. You will use a set of Deployment Manager templates to create networks, subnets, vpn connections, and Kubernetes Engine clusters.
Stars: ✭ 104 (-7.96%)
Mutual labels:  networking
Sms
Laravel SMS Gateway Integration Package
Stars: ✭ 112 (-0.88%)
Mutual labels:  driver
Wwnetworkhelper
AFN层级更高的网络请求API
Stars: ✭ 111 (-1.77%)
Mutual labels:  networking
Rxalamofire
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
Stars: ✭ 1,503 (+1230.09%)
Mutual labels:  networking
Colyseus Examples
Colyseus Game Server examples for learning purposes
Stars: ✭ 109 (-3.54%)
Mutual labels:  networking
Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (-7.08%)
Mutual labels:  driver
Ws Machine
WS-Machine is a websocket finite state machine for client websocket connections (Go)
Stars: ✭ 110 (-2.65%)
Mutual labels:  networking
Postgresql Dart
Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
Stars: ✭ 105 (-7.08%)
Mutual labels:  driver
Tl Wn722n V2
Drivers for TP-LINK TL-WN722N version 2 .Clean ported for kernel 4.4, 4.8, 4.10 ,4.13 ,4.14 & 4.15 from source which was at 4.3
Stars: ✭ 112 (-0.88%)
Mutual labels:  driver
Opc Ua Ooi
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
Stars: ✭ 104 (-7.96%)
Mutual labels:  networking
Alamofire
Elegant HTTP Networking in Swift
Stars: ✭ 36,896 (+32551.33%)
Mutual labels:  networking
Go Sonic
Sonic driver written in Go.
Stars: ✭ 110 (-2.65%)
Mutual labels:  driver
Redcon
Redis compatible server framework for Go
Stars: ✭ 1,683 (+1389.38%)
Mutual labels:  networking
Aura Operating System
AuraOS, the Franco-English Operating System developed in C# using Cosmos!
Stars: ✭ 111 (-1.77%)
Mutual labels:  networking

WFPStarterKit

This repository contains source code for an example driver along with a tutorial that collectively show how to set-up some basic components of the Windows Filtering Platform (WFP). The WFP is a kernel level Windows API that allows you develop drivers that provide networking functionality beyond the scope of any libraries provided by Microsoft. This powerful framework is essentially a tool kit for creaing networking rootkits on Windows, or for changing how Windows provides networking capabilities to all applications running in userspace. Even though this framework is very powerful, documentation for using (let alone getting started) with the WFP is currently nonexistent in my opinion. This repository aims to help others get to "Hello World" with the WFP, and bootstrap your knowledge to a point where you will be able to (bravely) start making any sense of Microsoft's documentation for this tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].