Skip to content

saleyn/memfd_create

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loading shared object files from memory

build

Typically shared objects are loaded from a file system using dlopen(2).

This project illustrates how to load shared object from memory using memfd_create(2) system call. This is helpful when you want to store your project's shared object dependencies in containers such as zip files, remote Dropbox, AWS S3 buckets, Google Drive, or outside of a local file system.

Author

Serge Aleynikov <saleyn(at)gmail.com>

About

Load shared objects from memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published