named-pipes
There are 169 repositories under named-pipes topic.
mhausenblas/dnpipes
Distributed Named Pipes
tomer8007/chromium-ipc-sniffer
A tool to capture communication between Chromium processes on Windows
jacqueskang/IpcServiceFramework
.NET Core Inter-process communication framework
Hyperclaw79/HULK-v3
Asynchronous HTTP Botnet for Distributed Denial of Service (DDoS)
U-C-S/Hurl
Choose the browser on the click of a link
miguelmota/bash-streams-handbook
💻 Learn Bash streams, pipelines and redirection, from beginner to advanced.
Alairion/not-enough-standards
A modern header-only C++ library that provides platform-independent utilities.
cyanfish/grpc-dotnet-namedpipes
Named pipe transport for gRPC in C#/.NET
gabriel-sztejnworcel/pipe-intercept
Intercept Windows Named Pipes communication using Burp or similar HTTP proxy tools
damianh/LittleForker
A .NET utility library to spawn, supervise and (optionally) cleanly shut down child processes.
roydejong/chromium-unity-server
Embedded web browser for Unity games, based on Chromium Embedded Framework (CEF)
Leo4j/Invoke-SMBRemoting
Interactive Shell and Command Execution over Named-Pipes (SMB) for Fileless lateral movement
paritytech/parity-tokio-ipc
Parity tokio-ipc
Lachee/unity-named-pipes
A native named pipe wrapper for Unity3D
rakion99/IceMeme
Roblox Exploit Source Code Called IceMeme with some cmds, lua c and limited lua execution with simple ui in c#
iwalton3/python-mpv-jsonipc
Python API to MPV using JSON IPC
royben/Resonance
High Performance Real-Time C# Communication Library.
docker/HttpOverStream
.NET library for using HTTP 1.1 over streams, especially Windows Named Pipes
JelinYao/AsyncIPC
Windows上高性能异步IPC实现(基于命名管道)。A high-performance asynchronous IPC implementation on Windows (based on named pipes).
a13xe/NamedPipeClientServer
Implementing IPC in Windows using Named Pipes with AIO
neox41/go-smbshell
Proof of concept SMB C2 using named pipes in Golang
Ibrahim5aad/electronjs-revit-addin
An MVC multi-process-architectured Revit add-in where the 'View' layer is implemented as an Electron.js app that communicates with the Revit add-in with a 'Controller' layer wrapped over a server/client architecture using named pipes.
nmittu/ipc
Simple interprocess communication library with c, c++, nodejs and Java API'S
grayed/PipeExplorer
Named pipe monitoring GUI
PCigales/DLNAmpvRenderer
A script in Python 3 to turn mpv into a DLNA / UPnP renderer
2010kohtep/SteamPipeEmu
Steam emulator prototype using the Steam Pipe protocol.
dzaliznyak/Meta.Lib
A set of classes and modules for .Net development
grahammcallister/Pipe.Net
A simple C# named pipe server implementation that can be used to share data with Node.js instances
Voltstro-Studios/VoltRpc
VoltRpc - An RPC library which is designed to be both simple to use and fast.
gesellix/go-npipe
A Windows Named Pipe Http Echo Server
InuInu2022/FluentCeVIOWrapper
A wrapper library and integration IPC server of the CeVIO API for .NET 7 / .NET Standard 2.0
marsupilami79/DelphiPipes
Russel Libby's named pipes for Delphi as found on Francois Piette's blog on http://francois-piette.blogspot.com/2013/04/inter-process-communication-using-pipes.html
end2endzone/protobuf-pbop-plugin
protobuf-pbop-plugin is a C++ open-source plugin for Google Protocol Buffers which provides inter-process communication (IPC) over Windows Named Pipes. The acronym PBOP is for Protocol Buffers Over Pipe (PBOP)
sean1832/Portal
Grasshopper plugin for IPC and network communication
arsher/signalr-pipe
SignalR Core Named Pipe Transport
Ibrahim5aad/ifc-to-revit-using-named-pipes
This is a sample application demonstrating how to use named pipes to establish a communication between a Revit plugin and a console application. The console application is an IFC files loader that is built on top of xBIM toolkit. Although this is a great demo how to use Named Pipe to establish a two-way communication with a Revit context, there was a technical necessity to follow this design. The necessity arises from a DLL collision that occurs when trying to use the xBIM toolkit inside Revit context directly; Microsoft.Extensions.Logging DLL is a common dependency between Revit and xBIM but each ecosystem has a different incompatible version. So, the solution was to run the IFC parsing/loading operations out-of-process with Revit and establish the communication through named pipes.