Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 250 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 250 Bytes

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