Version 23.12 protects .NET 8 assemblies. .NET 8.0 is the next major release of .NET Core following 7.0. .NET 8 is the main implementation of .NET going forward and .NET Framework 4.x is still supported. .NET 8 assemblies are also need to be protected to hide source code from spying eyes. Skater .NET Obfuscator is the forceful engine to protect your .NET 8 projects. Version 23.6 supports Private Keys Depot: Cloud data encryption to secure data keys. Rustemsoft presents a modern key management system that provides cloud data encryption approaches to secure your data keys. http://rustemsoft.com/SkaterDoc/#skater_depot Version 9.9 protects .NET String values by hiding them into virtual Cloud Vault. It makes sense to store strings in a separate location away from a distributed assembly. Skater puts the protected Strings somewhere in a cloud. Cloud storage is secure and easily accessible by obfuscated .NET program making it an excellent platform to store the majority of your app’s strings. Recently MindSystemm group has released a special tool called Skater.NetDeobfuscator [url: https://github.com/MindSystemm/Skater.NetDeobfuscator] that takes advantage of vulnerabilities of the Skater .NET obfuscator. Rustemsoft got the signal of the urgent need to secure Skater .NET obfuscator critical algorithms and the software infrastructure to provide Skater’s users with more dependable source code protections. https://github.com/Rustemsoft/Skater-.NET-Obfuscator/wiki/Skater-.NET-Obfuscator-vulnerabilities-have-been-addressed Skater .NET Obfuscator provides Watermark interface. Your .NET assembly can be Watermarked now. Version 9.0 protects .NET Core 3.x (3.0 and later) assemblies. Starting from version 3.0 the .NET Core SDK includes support for Windows Forms desktop applications. Skater .NET Obfuscator is the powerful tool to protect .NET Core 3.0 projects. Version 8.9 got new .NET Licenser API version. Skater .NET Obfuscator has been updated with new 2.1.05 version of Licenser API. It refined with latest .NET Framework and .NET Core. .NET Licenser Web server has been remodeled with Rustemsoft cloud licensing webservice. With .NET Licenser API you just order the protection library (.NET dll) and the .NET Licenser Web server comes free. Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.Skater .NET Obfuscator is a comprehensive professional solution for .NET application code protection. With Skater .NET Obfuscator you can easily protect Microsoft .NET framework applications from illegal code extraction and reverse engineering.Moreover, you do not need any source code changes or programming experience to accomplish professional software protection of your programs. Skater .NET Obfuscator reconstructs your .NET assemblies to the new view that is impracticable to be understand, and impossible to decompile. If you would like periodically obfuscate your .NET products the Skater .NET Obfuscator is for you. RustemSoft is using the Skater for internal needs securing all RustemSoft .NET executables and assemblies. Its command-line version running in batch mode is much useful for your scheduled products updates. You have to assign settings for an assembly in GUI version first. Then the batch obfuscate task will use the settings. Obfuscator has been recently refined to prevent deobfuscators. Skater can NOT easily be hacked and deobfuscated by the cotemporary open source deobfuscators. That deciphering hacker's tools definitely do NOT work in renaming class/method/property/field names with the Skater .NET Obfuscator. Strings values are NOT unraveled as well. Main features of Skater .NET Obfuscator Ultimate Edition: Protects .NET 5 and .NET Core DLLs Prohibits reverse engineering Obfuscated application usually is not recompilable Processes any .NET application, executable or assembly Encrypts string constants Compatible with any .NET framework (1.0 to 4.8) Control flow obfuscation stops decompilers and deobfuscators Scrambles class names, method names, field names etc. Provides .NET Licensing features Implements .NET Code Extension for small .NET applications protection. Implements assemblies linkage; linker unites .NET assemblies into a single dll or exe. When your WPF application is compiled into the build, XAMLs are converted to the BAML form of XAML. The BAML is abbreviation for Binary Application Markup File, a compiled XAML file.These BAML forms are stored in YourApplicationName.g.resources file. The resource file is built-in inside your compiled exe or dll. Every WPF .NET production-quality application uses resources. A resource is any nonexecutable data that is logically deployed with an application.Why do we need to obfuscate XAML (baml) in WPF applications? There are special software tools that load assemblies containing BAML resources (e.g. localized resource assemblies) and show the corresponding XAML. Anybody can see your XAMLs embedded in your .NET assembly. |