Because I can't find a GUI DLL Injector that written in Rust. and I decided to made an one.
- CreateRemoteThread
- RtlCreateUserThread
- QueueUserAPC
- NtCreateThreadEx
You can download latest release from here.
- Rust for Everything
egui
for GUI
All pull-requests and issues are welcome. Just make sure you got a brain.
If you got an error, Please open an issue at here.
- Rust compiler and Cargo must be installed to your computer
- Clone the repo (
git clone git@github.com:aiocat/dll-crab.git
) - Move into folder (
cd dll-crab
) - Run cargo build (
cargo build --release
)
DLL Crab is distributed under MIT license. for more information: