Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/killvxk/Beacon
Lightweight, header-only C++ IPC library for Windows operating systems (Vista+) using advanced local procedure calls
https://github.com/killvxk/Beacon
Last synced: 3 months ago
JSON representation
Lightweight, header-only C++ IPC library for Windows operating systems (Vista+) using advanced local procedure calls
- Host: GitHub
- URL: https://github.com/killvxk/Beacon
- Owner: killvxk
- Created: 2018-05-05T08:28:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2017-11-25T02:55:13.000Z (almost 7 years ago)
- Last Synced: 2024-05-02T17:53:14.233Z (6 months ago)
- Language: C
- Size: 43.9 KB
- Stars: 4
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - killvxk/Beacon - Lightweight, header-only C++ IPC library for Windows operating systems (Vista+) using advanced local procedure calls (C)
README
# Beacon
Lightweight, header-only C++ IPC library for Windows operating systems (Vista+) using advanced local procedure calls# Usage
This library offers two classes: Beacon::Server and Beacon::Client. I recommend you take a good look at the examples to understand how the library works.# Issues
Because I'm a lazy piece of shit I didn't include the 3000 GetProcAddress calls necessary to solve the kernel api imports. Do it yourself in your own project.