A simple Rust project designed to statically dump NSIS installers for various purposes.
This project is designed to facilitate malware analysis and reverse engineering. I created it for educational purposes and to contribute to my learning of the Rust language.
- Clone the project:
git clone https://github.com/0v41n/NSIS-Dumper.git
- Go to the project directory:
cd NSIS-Dumper
- Compile the project:
cargo run
Alternatively, you can download the pre-compiled executable from the Releases section.
- Run the project :
NSIS-Dumper.exe NSIS_file.exe
Contributions are welcome! Follow these steps to contribute to this project:
- Fork the project.
- Create a branch:
git checkout -b feature/NewFeature
. - Make the necessary changes and commit:
git commit -am 'Add new feature'
. - Push to branch:
git push origin feature/NewFeature
- Submit a pull request.
This project is licensed under the MIT licence. See the LICENSE file for more details.
Yvain Ramora - yvain@mailfence.com
Project created with ❤️