.NET Reactor - How to Protect 64-bit Assemblies
Posted
by Cocowalla
on Stack Overflow
See other posts from Stack Overflow
or by Cocowalla
Published on 2010-03-08T20:22:58Z
Indexed on
2010/03/08
20:51 UTC
Read the original article
Hit count: 594
I have build 64-bit (x64) versions of some assemblies and am trying to obfuscate them with .NET Reactor, which claims to have 64-bit support. However, even if I disable all protection and locking options .NET Reactor is always producing 32-bit assemblies!
Does anyone know how to get .NET Reactor to produce 64-bit assemblies?
© Stack Overflow or respective owner