https://github.com/madladsquad/untitledexec
A cross-platform wrapper on top of fork and exec/CreateProcess
https://github.com/madladsquad/untitledexec
c cpp cross-platform execution library unix windows
Last synced: about 1 month ago
JSON representation
A cross-platform wrapper on top of fork and exec/CreateProcess
- Host: GitHub
- URL: https://github.com/madladsquad/untitledexec
- Owner: MadLadSquad
- License: mit
- Created: 2022-02-03T12:22:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T00:35:52.000Z (2 months ago)
- Last Synced: 2025-04-11T06:14:05.423Z (about 1 month ago)
- Topics: c, cpp, cross-platform, execution, library, unix, windows
- Language: C++
- Homepage: https://madladsquad.com/
- Size: 98.6 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE
Awesome Lists containing this project
README
# UntitledExec
[](https://github.com/MadLadSquad/UntitledExec/actions/workflows/ci.yaml)
[](https://lbesson.mit-license.org/)
[](https://trello.com/b/HmfuRY2K/untitleddesktop)
[](https://discord.gg/4wgH8ZE)A generic cross-platform wrapper on top of fork and exec/CreateProcess. It offers the following features:
- [x] Cross-platform process creation
- [x] Cross-platform process termination
- [x] Cross-platform basic IPC(reading from STDOUT and STDERR and writing to STDIN)
- [x] Full C and C++ APIs## Installation and usage
You can find all information on the [wiki](https://github.com/MadLadSquad/UntitledExec/wiki).