mirror of
https://github.com/Friends-Security/RedirectThread
synced 2026-06-06 15:44:29 +00:00
6 lines
251 B
C
6 lines
251 B
C
#pragma once
|
|
#include "Injection.h"
|
|
|
|
// Performs DLL injection using only LoadLibraryA (simpler, less common).
|
|
// Assumes the DLL is already present or accessible in the target process context.
|
|
bool InjectDllPointerOnly(const InjectionConfig &config); |