UseEveryOpCode
UseEveryOpCode copied to clipboard
Utility that tries to generate every single CIL opcode possible in a valid context.
UseEveryOpCode
UseEveryOpCode does what the name suggests, it creates a method for every CIL opcode. This can be useful when writing obfuscators (or deobfuscators), specifically virtualization based ones. The reason I wrote this was to ease the process of analyzing Eazfuscator's virtual machine.
Showcase
Requirements
.NET 6 Runtime (or SDK to build it from source)
PR's
You are free to submit PR's to speed up the process, but I will work on finishing this myself regardless.
Credits
- Washi1337 for AsmResolver and his help in general
- CommandLineParser
- Shibayan for Sharprompt