Skip to content

DeeLMind/ProcessInjection

 
 

Repository files navigation

ProcessInjection

Some ways to inject a DLL into a alive process

Finished:

    1:Classic Injection
    • CommonInjection
    • InjectionDLL
    • DLLTest
    2:Reflection Injection
    • ReflectiveDLLInjection
*The Reflection Injection is reference from https://github.com/stephenfewer/ReflectiveDLLInjection

Processing:

Reflection Injection
  • ReflectiveDLL
The Reflection Injection's DLL is so diffcult that will spend a lot of days to finish it.

About

Ten ways to inject a DLL into a alive process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.5%
  • C 15.5%