Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

mobile46/MFSX.DllLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MFSX.DllLoader

A Auto DLL Injector written in C# that implements the Simple-Injection library.

image

Usage

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

License

MFSX.DllLoader is licensed under the MIT License - see the LICENSE file for details.

Credits