https://github.com/wolf49406/loadlibrarytoolset
Everything you need to play with LoadLibrary injection
https://github.com/wolf49406/loadlibrarytoolset
injection injector loadlibrary
Last synced: 11 months ago
JSON representation
Everything you need to play with LoadLibrary injection
- Host: GitHub
- URL: https://github.com/wolf49406/loadlibrarytoolset
- Owner: Wolf49406
- License: gpl-3.0
- Created: 2023-12-08T14:15:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T05:04:33.000Z (over 2 years ago)
- Last Synced: 2025-06-14T19:11:35.669Z (about 1 year ago)
- Topics: injection, injector, loadlibrary
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoadLibraryToolset
Everything you need to play with LoadLibrary injection
[](https://github.com/Wolf49406/LoadLibraryToolset/actions/workflows/msbuild.yml)
## Includes:
- Injector.exe
- Payload.dll
- Target.exe
## How to Build:
- Open LoadLibraryToolset.sln
- Set x32 or x64
- Set `ProcName` & `DLLName` in `Injector -> Main.cpp` (default is `Target.exe` & `Payload.dll`)
- Build everything witn Ctrl+Shift+B
## Usage:
- Go to LoadLibraryToolset\Build\\`Platform`\\`Configuration` (ex: x64\Debug)
- Launch Target.exe
- Launch Injector.exe
- Done!
## Arguments:
You can set `ProcName` and `DLLName` with `-proc` and `-dll` arguments
(ex: `Injector.exe -proc explorer.exe -dll Payload.dll`)
Arguments are case **sensitive**!
## Notice:
Injector.exe will look for Payload.dll near itself!