Skip to content

Dynamically load non-shared ELF executables with dlopen().

License

Notifications You must be signed in to change notification settings

alyptik/libdilf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdilf - Dynamic Images I'd Like to Format

Dynamically load non-shared ELF executables with dlopen().

Dependencies

  • gcc
  • libdl
  • libelf

Usage

Run make (optionally make install) to build the shared/static libraries.

In your C source files:
#include <dilf.h>
Link against either:
  • -ldilf (shared or static)
  • -l:libdilf.a (static only)

Author

Joey Pabalinas joeypabalinas@gmail.com

Unit Test Framework

About

Dynamically load non-shared ELF executables with dlopen().

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published