Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
NashaVM — Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI | Kitploit
Tools/GitHubGitHub/mrakovic-org/nashavm
Static AnalysisCode AnalysisReverse EngineeringBinary AnalysisArchived
GitHubmrakovic-org/nashavm

NashaVM

Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI

View Repository
81254 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

NashaVM - Native Sharp Virtual Machine

Nasha is a Virtual Machine for .NET files and its runtime was made in C++/CLI

Installation

root@kitploit:~
git clone https://github.com/Mrakovic-ORG/NashaVM --recurse
cd NashaVM\NashaVM
nuget restore
msbuild

Dependencies

  • dnlib
  • .NET Framework
  • Visual C++ Redistrutable

FAQ

  • What is this project for?

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.

  • Will this project be maintened?

Yes as long as the project is appreciated or until there is a major unfixable issue.

  • What opcodes are supported?

All the supported opcodes are listed on Supported Opcodes Wiki.

  • Is Nasha a code obfuscator?

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?

    • If you facing any problem have a look at Issues before opening a New Issue.
    • If you have no programming knowledge but you are willing to support you can donate at bc1qfedg6qty0l8hk8qu9d4akj86mh7yqfwzcjnvn7 (Segwit BTC)
    • If you are willing to make your own project out of this repo, Follow the setup and installation guide and make sure to credit our work or you will be facing Mrak The Murderer all jokes beside, since we are licensed by the GNU license it is strictly prohibed to personally this project without disclosing the source.

Contributors & Greetings

  • Мрак
  • 0x11DFE aka Tesla
  • Assumer
  • All members from the Mrakovic Organization, Wannabe1337, NetShields

Credits

  • 0xd4d for the awesome work he brings to the .NET community.
  • xsilent007 for MemeVM
Download Tool