# elfloader **Repository Path**: wingceltis-c/elfloader ## Basic Information - **Project Name**: elfloader - **Description**: fork https://github.com/wingceltis-c/elfloader.git - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-13 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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