vjector

Crates.iovjector
lib.rsvjector
version0.1.0
sourcesrc
created_at2023-10-16 22:43:00.06504
updated_at2023-10-16 22:43:00.06504
descriptionA command-line utility for injecting DLLs into a target process and unloading already loaded DLLs
homepagehttps://github.com/vSylva/vjector
repositoryhttps://github.com/vSylva/vjector
max_upload_size
id1005309
size8,093
(sylvavv)

documentation

README

中文

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
Commit count: 1

cargo fmt