-
Notifications
You must be signed in to change notification settings - Fork 230
FAQ
SychicBoy [CS-RET] edited this page Jan 18, 2023
·
4 revisions
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.
Please refer to the below links: