Skip to content

Commit

Permalink
Created README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomKatom authored Oct 14, 2020
1 parent 9f7cb92 commit 6d326a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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
* Tom Chengich - [Github](https://github.com/TomKatom)

0 comments on commit 6d326a0

Please sign in to comment.