congviet / ILVirtualization

.NET Virtualizer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŽˆ ILVirtualization MIT license

.NET Virtualizer Made By CursedLand.

๐ŸŽ€ What does this do

This convert .NET ByteCode (aka CIL) into New Set Of Instructions Which Only Understandable By ILVirtualization Runtime.

๐ŸŽฒ Known Clues

  • Some Handlers Have Simple Mistakes. (i.e Ldelem_R8, Call, Callvirt, Newobj).
  • No Support For Pointer CilOpCodes. (i.e Ldelema, Ldsflda, Ldloca).
  • No Support For Exception Handlers.
  • Not All Handlers well Tested.
  • This Also May Lead to a Noticeable Performance Hit(s).
  • Xor is Weak Algorithm.

๐Ÿงฉ What This Made For ?

  • Protecting Very Important And Sensitive Codes. (i.e License Checking Code, API Connections).
  • Protecting Code That Implements Algorithms.

๐Ÿ”ฌ Resources

๐Ÿ”ฎ Credits

About

.NET Virtualizer.

License:MIT License


Languages

Language:C# 100.0%