All Projects → jarikomppa → Ipc

jarikomppa / Ipc

Licence: unlicense
Public domain single header inter process communication primitives

Programming Languages

c
50402 projects - #5 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Ipc

doc
Get usage and health data about your Node.js process.
Stars: ✭ 17 (-80%)
Mutual labels:  memory, process
Python Haystack
Process heap analysis framework - Windows/Linux - record type inference and forensics
Stars: ✭ 89 (+4.71%)
Mutual labels:  memory, process
libmem
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External)
Stars: ✭ 336 (+295.29%)
Mutual labels:  memory, process
moneta
Moneta is a live usermode memory analysis tool for Windows with the capability to detect malware IOCs
Stars: ✭ 384 (+351.76%)
Mutual labels:  memory, process
DLL-Injector
Inject and detour DLLs and program functions both managed and unmanaged in other programs, written (almost) purely in C#. [Not maintained].
Stars: ✭ 29 (-65.88%)
Mutual labels:  memory, process
Heim
Cross-platform async library for system information fetching 🦀
Stars: ✭ 572 (+572.94%)
Mutual labels:  memory, process
Sympact
🔥 Stupid Simple CPU/MEM "Profiler" for your JS code.
Stars: ✭ 439 (+416.47%)
Mutual labels:  memory, process
Ps mem
A utility to accurately report the in core memory usage for a program
Stars: ✭ 1,159 (+1263.53%)
Mutual labels:  memory, process
Rdfs
Distributed File Sync built in Ruby
Stars: ✭ 61 (-28.24%)
Mutual labels:  sharing
Bdtunnel
BoutDuTunnel is able to create virtual connections tunnelled in HTTP requests.
Stars: ✭ 78 (-8.24%)
Mutual labels:  ipc
Memreduct
Lightweight real-time memory management application to monitor and clean system memory on your computer.
Stars: ✭ 1,101 (+1195.29%)
Mutual labels:  memory
Discordipc
Connect locally to the Discord client using IPC for a subset of RPC features like Rich Presence and Activity Join/Spectate
Stars: ✭ 66 (-22.35%)
Mutual labels:  ipc
Rpmalloc
Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C
Stars: ✭ 1,218 (+1332.94%)
Mutual labels:  memory
Flowchart Editor
基于G6和VUE的可视化流程编辑工具
Stars: ✭ 60 (-29.41%)
Mutual labels:  process
Processdemo
一个简单的克隆Git仓库的工程来熟悉NSOpenPanel和Process的使用
Stars: ✭ 82 (-3.53%)
Mutual labels:  process
Himem
HiMem 是知乎内部使用的针对 Android 系统开发的线上应用内存使用监控与分析套件,目前支持 mmap/munmap/malloc/calloc/realloc/free 等库函数的监控,同时提供高性能的 Java 层和 Native 层调用栈捕获能力。
Stars: ✭ 58 (-31.76%)
Mutual labels:  memory
Jquery Floating Social Share
Social media share buttons with counters.
Stars: ✭ 57 (-32.94%)
Mutual labels:  sharing
Mesh
A memory allocator that automatically reduces the memory footprint of C/C++ applications.
Stars: ✭ 1,243 (+1362.35%)
Mutual labels:  memory
Find Process
find process by port/pid/name etc.
Stars: ✭ 80 (-5.88%)
Mutual labels:  process
Cs Fundamentals
The CS Fundamentals Series
Stars: ✭ 76 (-10.59%)
Mutual labels:  memory

ipc

Public domain, cross platform, single header inter-process communication primitives.

This is a "stb like" public domain header-only C/C++ library that provides inter process communication functionality, released under unlicense.

In Linux and similar, link with "-lpthread -lrt". Windows doesn't need anything special.

See header for documentation.

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].