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.
- 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
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