An open API service indexing awesome lists of open source software.

https://github.com/spoofimei/godllinjector

A simple DLL injector written in Golang
https://github.com/spoofimei/godllinjector

dll-injector

Last synced: over 1 year ago
JSON representation

A simple DLL injector written in Golang

Awesome Lists containing this project

README

          

# GoDLLInjector
### A simple DLL injector written in Golang.
## Installation
```
git clone https://github.com/SpoofIMEI/GoDLLInjector
cd GoDLLInjector
go build -o injector.exe main.go
```
## Usage
`injector --process randomprogram.exe --dll randomdll.dll`