Skip to content

453483289/ReflectiveELFLoader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectiveELFLoader

Code for diskless loading of ELF Shared Library using Reflective DLL Injection technique. Currently, this is only designed to work on x86_64 (AMD64) architecture on Linux. I was originally hoping to be able to expand this to other architectures and FreeBSD. However, I do not have time to implement this on other architectures and since I only need it to work on x86_64 on Linux this is the only portion I have implemented.

If you are interested in contributing to add support for more architectures (x86, ARM, MIPS, etc.) please contact me and I can help to provide guidance on this. I would like this to be a useful tool for others so if you do expand on this tool please release your improvements for others to use also.

Caveats

Certain GRSecurity protections can break this is they are enabled. I have not tried to bypass these protections as I do not need to bypass them at this point in time. If, in the future, I do need to then I will find a way to bypass them and get it working on GRSecurity protected systems also.

How to use this in my program?

Coming soon!

TODO

  1. Finish implementing loading portion
  2. Start on injection portion

About

Code for diskless loading of ELF Shared Library using Reflective DLL Injection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.0%
  • Other 1.0%