From 6d326a0ba846523027ed9853ae3c008009f36f9c Mon Sep 17 00:00:00 2001 From: TomKatom Date: Thu, 15 Oct 2020 01:10:36 +0300 Subject: [PATCH] Created README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..112a139 --- /dev/null +++ b/README.md @@ -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)