Skip to content

SupraSummus/uffdw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uffdw

"uffdw" stands for "userfaultfd wrapper". "userfaultfd" is linux kernel API for handling page faults in userspace. With use of it you can lazily and transparently map blobs (yeah, executables too) into address space and don't get killed by raw uffd API in the process.

This project is in "playground" state.

API

See include/uffdw.h.

For example use take a look at tests (eg test/basic.c).

See also

Releases

No releases published

Packages

No packages published