Skip to content

Utility that tries to generate every single CIL opcode possible in a valid context.

License

Notifications You must be signed in to change notification settings

0xInception/UseEveryOpCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Hello

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

License

UseEveryOpCode is under the MIT License so you can do whatever you want with it.

About

Utility that tries to generate every single CIL opcode possible in a valid context.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages