Skip to content

TomKatom/SimpleDLLInject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleDLLInject

This is a simple DLL injector implemented with LoadLibraryA.
I wrote this because I needed one so I decided I'll write my own.

Installation

Go to releases and download the newest executable.

Usage

Usage:
  SimpleDLLInject.exe DLL_PATH PROCESS_NAME

Authors