Crates.io | vjector |
lib.rs | vjector |
version | 0.1.0 |
source | src |
created_at | 2023-10-16 22:43:00.06504 |
updated_at | 2023-10-16 22:43:00.06504 |
description | A command-line utility for injecting DLLs into a target process and unloading already loaded DLLs |
homepage | https://github.com/vSylva/vjector |
repository | https://github.com/vSylva/vjector |
max_upload_size | |
id | 1005309 |
size | 8,093 |
"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
"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