-
Notifications
You must be signed in to change notification settings - Fork 239
Code Virtualization
SychicBoy [CS-RET] edited this page Oct 6, 2022
·
4 revisions
Code virtualization converts the CIL code into a set of randomized instructions which are interpreted at runtime by a unique virtual machine, and this feature is not currently supported by NETReactorSlayer. If the protected file is virtualized, NETReactorSlayer may not be able to deobfuscate it well because .NET Reactor prevents the deobfuscation of most protections by virtualizing the methods that NETReactorSlayer performs the deobfuscation by reading their codes.
Example: https://www.eziriz.com/help/definitions/code_virtualization/#example-usage