Skip to content

A modern ELF interpreter (dynamic linker/loader) written in Rust.

Notifications You must be signed in to change notification settings

5-pebbles/miros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miros 🌸🌿

This is an experimental dynamic linker built to document the dynamic linking process and replace ld.so on my systems.

Contributing Rules:

Any contributions you make will be greatly appreciated; however there are some rules:

  1. Avoid Closures: I don't know why but sometimes big closures cause segfaults.
  2. Avoid Unwraps: They raise a runtime error; something about global allocators and thread local storage.

About

A modern ELF interpreter (dynamic linker/loader) written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages