https://github.com/odigos-io/launcher
https://github.com/odigos-io/launcher
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/odigos-io/launcher
- Owner: odigos-io
- Created: 2022-08-20T05:01:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T07:58:39.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:46:45.060Z (3 months ago)
- Language: Go
- Size: 2.01 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launcher
Thie program allocates a block of memory by calling the system call mmap.
It then executes the target process (passed as the first argument).This block of memory is later on used by eBPF-based instrumentation to expose values to the target process.