Skip to content

gmh5225/rust-dll-crab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

🦀 Rusty DLL Injector with GUI

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 94.9%
  • Batchfile 5.1%