rspe
Simple Native Rust Reflective PE loader library
Features
This project can execute RunPE into memory using the following methods:
- Native RunPE (C/C++/RUST...)
- 64-bit
- 32-bit
- .NET RunPE (C#/VB/CLR...)
- 64-bit .NET RunPE into Memory (maybe view clroxide lib)
- 32-bit .NET RunPE into Memory (maybe view clroxide lib)
Use
use ;
// Main function
Credits / References
Special thanks to the following individuals and projects for their contributions to this project:
- memN0ps for providing useful winapi rust code for learning
- trickster0 for providing many OffensiveRust code for learning
License
This project is licensed under the MIT License - see the LICENSE file for details.