Skip to content

akawashiro/sloader

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sloader

sloader is an ELF loader which aims to replace ld-linux.so of glibc.

How to build & run tests

mkdir build
cd build
cmake .. -G Ninja
ninja
ctest -V

Test using custom build glibc

./clone_glibc.sh
./build_glibc.sh
SLOADER_LIBRARY_PATH=/home/akira/sloader/glibc-install/lib ./build/sloader ./build/tests/hello_glibc/hello_glibc

TODO

  • Speed
  • Tests
    • Change ld-linux.so in Docker container
  • Link libc statically

About

sloader is an ELF loader which aims to replace ld-linux.so of glibc.

Topics

Resources

License

Stars

Watchers

Forks