Reflective DLL Injection Template
Versionv2.0
Difficulty Advanced
Downloads189
Rating (0.00)
Updated2025-02-20
CategoryMalware Development

Reflective DLL Injection Template

$129.99

Reflective DLL Injection — Template Completo

DLL template con su propio loader reflectivo embebido, permitiendo carga en memoria de proceso remoto sin escribir a disco:

  • ReflectiveLoader() — Función exportada que parsea los PE headers de la DLL en memoria, resuelve imports, aplica relocations y ejecuta DllMain.
  • Injector — Programa que abre proceso target, alloca memoria, copia la DLL raw, y ejecuta el ReflectiveLoader via CreateRemoteThread.
  • Ventaja sobre LoadLibrary — No toca disco, no aparece en PEB->Ldr module list, no dispara callbacks de DLL load en la mayoría de EDRs.
  • Template DllMain — Esqueleto donde insertar tu payload (reverse shell, keylogger, credential dumper, etc.).
  • Documentación — Explicación paso a paso del proceso de resolución manual de PE: headers, sections, imports, relocations, TLS callbacks.

Compilación: Visual Studio 2019+ o MinGW-w64. Output: DLL raw lista para inyección.

Reviews (0)

No reviews yet. Be the first!

Related Tools

Process Hollowing Injector (C)
Malware Development

Process Hollowing Injector (C)

Python RAT Core Module
Malware Development

Python RAT Core Module

Shellcode Encoder x86/x64
Malware Development

Shellcode Encoder x86/x64

Windows Rootkit Driver (KMDF)
Malware Development

Windows Rootkit Driver (KMDF)