A Auto DLL Injector written in C# that implements the Simple-Injection library.
Download and run once latest DllLoader.exe then edit DllLoader.mfsx file as you like.
Default DllLoader.mfsx file looks like this.
[Settings]
ProcessName=fileName.exe
DllName=version.dll
InjectionMethod=1
RunProcessAsAdmin=0
HideWindow=0
WaitBeforeInjection=0
ProcessName (Target process name)
- fileName.exe
DllName (Target dll name)
- version.dll
InjectionMethod (Dll injection method)
- CreateRemoteThread (1)
- RtlCreateUserThread (2)
- SetThreadContext (3)
RunProcessAsAdmin (Run target process as admin)
- True (1)
- False (0)
HideWindow (Hide console window when you run DllLoader.exe)
- True (1)
- False (0)
WaitBeforeInjection (Wait X sec before injection)
- Default value is 0 ms
MFSX.DllLoader is licensed under the MIT License - see the LICENSE file for details.
- Akaion for the Simple-Injector
- Icon8 for the Syringe Icon
- Yildo
- Cyber
- Forensic