Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 356 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 356 Bytes

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