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
- Host: GitHub
- URL: https://github.com/spoofimei/godllinjector
- Owner: SpoofIMEI
- Created: 2023-08-04T12:25:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T15:29:04.000Z (over 1 year ago)
- Last Synced: 2025-03-08T16:27:27.897Z (over 1 year ago)
- Topics: dll-injector
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`