If you are a rustacean, try the Rust version: injrs 🦀 |
---|
- Pure
Go
- Zero dependency
- Simple usage
You can use injgo
as a cli tool.
1. Install
go get go.zoe.im/injgo/cmd/...
2. Inject
injgo PROCESS_NAME/PROCESS_ID DLL...
Also, you can use injgo
as library.
Inject(pid int, dllname string, replace bool) error
InjectByProcessName(name string, dll string, replace bool) error
- Use injector to handle result
- Unload injected DLLs