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

已删除 vjector

一个命令行工具,用于将DLL注入目标进程和卸载已加载的DLL

1 个不稳定版本

0.1.0 2023年10月16日

#19 in #loaded

MIT 协议

5KB
50 代码行

中文

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

依赖

~41KB