DLL injection on Rust, concept/example
It not for Malware/Bots etc
This project demonstrates a classic DLL injection technique using CreateRemoteThread and LoadLibraryA. It is intended for educational purposes only (e.g., debugging, research, or working with your own applications).
This project demonstrates a basic use of a reflective PE DLL loader in Rust. It loads a DLL from memory and calls an exported function.
This project demonstrates a basic use of dynamic API resolution via hashing in Rust. It resolves Windows API functions at runtime using precomputed hashes and finds a process by name.