#process #dll #command-line-tool #loaded #target #utility #unloading

yanked vjector

A command-line utility for injecting DLLs into a target process and unloading already loaded DLLs

1 unstable release

0.1.0 Oct 16, 2023

#17 in #loaded

MIT license

5KB
50 lines

中文

Crates.io

"vjector"是一个命令行实用程序,允许您将DLL注入目标进程或卸载已加载的DLL

Usage: vjector.exe <i|inject|e|eject> <executable> <library>

Example: vjector.exe i test.exe test.dll
Example: vjector.exe e test.exe test.dll

English

Crates.io

"vjector" is a command-line utility that allows you to inject a DLL into a target process or unload a DLL that is already loaded

Usage: vjector.exe <i|inject|e|eject> <executable> <library>

Example: vjector.exe i test.exe test.dll
Example: vjector.exe e test.exe test.dll

Dependencies

~41KB