8000 GitHub - I-mikan-I/elf-loader
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

I-mikan-I/elf-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux User-Space Elf loader

Parses System-V Elf files and loads AMD64 and X86 executables into memory. The loader does not run in kernel mode and utilizes ptrace to create a new task for the executable.

Currently Work-In-Progress.

Features

  • Parse Elf Files
  • Load Elf Files (In Development)
  • Load dynamic libraries (Planned)

Building

The .devcontainer offers a quick-and-easy build system, including clang-17, CMake, and Ninja.

Prerequisites:

  • Standard c++20 Toolchain
  • CMake 3.28 or later

Setup:

Example:

mkdir build
cd build
cmake .. -GNinja
ninja

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0