Fluffy Injector is a Rust-based DLL injector with an egui-powered GUI, allowing easy injection of DLLs into running processes. The interface is user-friendly, and the injection process is seamless.
- List running processes (Name & PID)
- Search for processes
- Inject a DLL into a selected process
- Uses
CreateRemoteThread
&LoadLibraryA
- Sleek dark mode UI
- Process & DLL panels with scrolling support
- Styled buttons & animated injection status
- Error handling for missing DLLs or processes
Fluffy Injector is built using Rust and designed to run on Windows.
- Clone the Repository:
git clone https://github.com/fluffysnaff/fluffy-injector
- Install Rust & Dependencies:
- Install Rust using rustup
- Ensure you have a Windows build environment
- Install required dependencies with:
cargo build
- Run the Injector:
cargo run --release
Fluffy Injector uses:
- egui + eframe (GUI framework)
- sysinfo (Process listing)
- windows (Win32 API bindings)
- rfd (File dialogs for DLL selection)
Contributions are welcome! If you have improvements, bug fixes, or feature requests, feel free to submit a pull request.
If you find this project useful, drop a star on GitHub to support development!