GhostFish2018 / 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

If you want to try MemeVM, you can download an already compiled version from Appveyor:

Appveyor

Wtf is this???!

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

Limitations

  • A ton of unimplemented opcodes
  • No support for any kind of exception handlers
  • No support for generics
  • No support for pointers
  • No support for typed references
  • Branching can be quite broken

Note

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

About

A small virtualizer for .NET which works together with ConfuserEx


Languages

Language:C# 100.0%