congviet / MemeVM

A small virtualizer for .NET which works together with ConfuserEx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MemeVM

A small virtualizer for .NET which works together with ConfuserEx

Wtf is this???!

This projects takes your existing .NET MSIL code and "translates" it to instructions only our virtual machine will understand.

Limitations

  • Can be slow
  • Lots of unimplemented OpCodes
  • Branching is buggy
  • No support for typed references
  • No support for pointers

Note

This is not meant to be used as a serious layer of Obfuscation, it was just an experiment. Feel free to commit if you have any improvements

About

A small virtualizer for .NET which works together with ConfuserEx


Languages

Language:C# 100.0%