A small virtualizer for .NET which works together with ConfuserEx
This projects takes your existing .NET MSIL code and "translates" it to instructions only our virtual machine will understand.
- Can be slow
- Lots of unimplemented OpCodes
- Branching is buggy
- No support for typed references
- No support for pointers
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