-
Notifications
You must be signed in to change notification settings - Fork 235
FAQ
SychicBoy [CS-RET] edited this page Oct 7, 2022
·
4 revisions
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.
Please refer to the below links. If you still have problems, submit an issue.