Skip to content

SoyBeanMilkx/elfloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elfloader

load so file into current memory space and run function

run

# create example, hello.so 
make -f makefile.hello

# make elfloader
make

# run function main1 in hello.so
./elfloader ./hello.so main1

elemeta47 at gmail dot com

About

load so file into current memory space and run function

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 99.7%
  • Makefile 0.3%