Registry / utility / syscalls-cpp

syscalls-cpp

JSON →
library1.1.1vcpkgunverified

A modern C++20 header-only library for advanced direct system call invocation.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

#include <syscalls/syscalls.hpp>

Invoke getpid system call

#include <syscalls/syscalls.hpp> #include <iostream> int main() { auto result = syscalls::invoke(syscalls::syscall::getpid); std::cout << "PID: " << result.value_or(-1) << '\n'; }
Debug
Known footguns
gotchaRequires C++20 and platform-specific syscall numbers; not portable across architectures.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
ahrefsbot
1
Resources

No resource links recorded.