GitHunt
3H

3Hren/elfloader

load so file into current memory space and run function

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

Languages

C99.7%Makefile0.3%
MIT License
Created February 14, 2019
Updated February 14, 2019