Skip to content
SychicBoy [CS-RET] edited this page Jan 18, 2023 · 4 revisions

Frequently Asked Questions

The file does not work after deobfuscation

Several reasons can cause this problem, such as:

  • Code virtualization: As mentioned here code virtualization is not supported by NETReactorSlayer. By default, NETReactorSlayer does not preserve metadata tokens and it causes assembly not to be able to execute virtualized methods, you can fix that by using the following commands: --preserve-all TRUE --keep-types TRUE --rem-junks FALSE.
  • Strong-named assembly: Check if the protected file is strong-named and remove the reference to the strong name signature using third-party tools.

After deobfuscation, codes remain obfuscated

Please refer to the below links: