Options

ARM64 support for .NET Framework 4.8.1

Last year, Microsoft released an update for .NET Framework to add support for ARM64. I'm currently in the process of updating my company's projects to support ARM64. Some projects are .NET 7 which have obfuscated fine with Smart Assembly 8. Other projects that are .NET Framework will not obfuscate correctly.

When passed an ARM64 executable, the resulting obfuscated executable is x64. Is this intentional or is there something that can be done to correct this behavior?
Sign In or Register to comment.