> For the complete documentation index, see [llms.txt](https://ppn.snovvcra.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ppn.snovvcra.sh/red-team/dev/code-injection/dll-injectors.md).

# DLL Injectors

## Reflective DLL Injection (RDI)

* <https://github.com/stephenfewer/ReflectiveDLLInjection>
* <https://github.com/dismantl/ImprovedReflectiveDLLInjection>
* <https://github.com/Moriarty2016/NimRDI>
* <https://bruteratel.com/research/feature-update/2021/06/01/PE-Reflection-Long-Live-The-King/>
* <https://github.com/Krypteria/AtlasLdr>
* <https://oldboy21.github.io/posts/2023/12/all-i-want-for-christmas-is-reflective-dll-injection/>
* <https://oldboy21.github.io/posts/2024/02/reflective-dll-got-indirect-syscall-skills/>
* <https://blog.malicious.group/writing-your-own-rdi-srdi-loader-using-c-and-asm/>
* <https://github.com/BlackHat-Ashura/Reflective_DLL_Injection>

### Custom LoadLibrary

* <https://www.riskinsight-wavestone.com/en/2024/10/loadlibrary-madness-dynamically-load-winhttp-dll/>
* <https://github.com/OtterHacker/Conferences/tree/main/Defcon32>
* <https://injectexp.dev/b/LoadLibraryReloaded>
* <https://github.com/EvanMcBroom/perfect-loader>
* <https://github.com/paskalian/WID_LoadLibrary>
