https://github.com/mrtc0/memfd-create-example
https://github.com/mrtc0/memfd-create-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrtc0/memfd-create-example
- Owner: mrtc0
- Created: 2023-05-23T17:01:02.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-23T17:01:28.000Z (about 2 years ago)
- Last Synced: 2025-04-01T22:05:37.563Z (2 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# memfd_create example
# Build
```shell
$ apt-get update -qq && apt-get install -yqq libcurl4-openssl-dev
$ make
```# Usage
```shell
$ ./loader file:///$(pwd)/hello.so
```