https://github.com/zig-sec/load-library-injector
Simple LoadLibrary injector.
https://github.com/zig-sec/load-library-injector
dll dll-injector loadlibrary windows
Last synced: about 2 months ago
JSON representation
Simple LoadLibrary injector.
- Host: GitHub
- URL: https://github.com/zig-sec/load-library-injector
- Owner: Zig-Sec
- License: mit
- Created: 2023-06-13T23:05:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:02:32.000Z (over 2 years ago)
- Last Synced: 2025-03-24T16:44:45.490Z (over 1 year ago)
- Topics: dll, dll-injector, loadlibrary, windows
- Language: Zig
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# load-library-injector
Simple LoadLibrary injecter.
I didn't want to be dependened on some third party, so i wrote my own. lol
## Usage:
```
Help: injector [process name] [relative dll path]
Uses load library to inject a dll into a running process.
```