Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI
Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI
git clone https://github.com/Mrakovic-ORG/NashaVM --recurse
cd NashaVM\NashaVM
nuget restore
msbuild
This project is made to protect and hide managed opcodes inside a mixed engine to make it harder for reverse engineers to view or tamper your application.
Yes as long as the project is appreciated or until there is a major unfixable issue.
All the supported opcodes are listed on Supported Opcodes Wiki.
No, Nasha is a Instruction Virtual Machine which means it could be interpreted as a obfuscator while it is not. Your code will remain hidden has a IL stack within the VMIL.
How can i contribute?