DLL Crab
May 7, 2022 ยท View on GitHub
Why?
Because I can't find a GUI DLL Injector that written in Rust. And i wrote it myself!
Methods
- CreateRemoteThread
- RtlCreateUserThread
- QueueUserAPC
- NtCreateThreadEx
Download
You can download latest release from here.
DCB (DLL Crab Builder)
dcb.bat is a batch script for building dll crab. If you have Rust, you can use this script to build dll-crab automatically for both gnu and msvc toolchains.
.\dcb.bat: Default building.\dcb.bat clean: Only ZIP files (used in github releases)
And check .\build folder after script is finished.
Technologies
- Rust for Everything
eguifor GUI
Contributing
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.
Building
Pre-Requests
- Rust compiler and Cargo must be installed to your computer
Progress
- Clone the repo (
git clone git@github.com:aiocat/dll-crab.git) - Move into folder (
cd dll-crab) - Run cargo build (
cargo build --release)
License
DLL Crab is distributed under MIT license. for more information:


