Skip to content

Latest commit

History

History
80 lines (47 loc) 路 1.89 KB

README.md

File metadata and controls

80 lines (47 loc) 路 1.89 KB

Logo

DLL Crab

Rusty DLL Injector with GUI

Build status Unsafe

Screenshot

Screenshot 1 Screenshot 2

Screenshot 3 Screenshot 4

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
  • egui for 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: