Skip to content

Shared library injector for Linux (x64) written in Rust using the ptrace system call.

License

Notifications You must be signed in to change notification settings

x64architecture/linux-injector-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Injector

Shared library injector for Linux written in Rust using the ptrace system call.

Prerequisites

Build Instructions

  1. git clone https://github.com/x64architecture/linux-injector-rs.git
  2. cd linux-injector-rs/library_loader
  3. cargo build
  4. cd ..
  5. cd linux-injector-rs/test_library
  6. cargo build
  7. cd ..
  8. cd linux-injector-rs/test_program
  9. cargo build

About

Shared library injector for Linux (x64) written in Rust using the ptrace system call.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages