Skip to content
SychicBoy [CS-RET] edited this page Oct 7, 2022 · 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 currently 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 remains obfuscated

Please refer to the below links. If you still have problems, submit an issue.

Clone this wiki locally