Skip to main content

1.4.5 (2026.3)

  1. Added password protection support — now supports password obfuscation, with improved compatibility for WPF scenarios.
  2. Added assembly name obfuscation, compatible with string obfuscation.
  3. Added random seed support for more controlled and reproducible obfuscation results.
  4. Added single-file application support — detection, opening, extraction, and rebuilding of single-file programs.
  5. Added CLI registration command for a more complete command-line experience.
  6. Added .NET single-file extract/repack feature.
  7. Added .NET Bootstrapper detection for improved compatibility with various .NET program entry point patterns.

Compatibility and Usability Improvements

  1. Improved usability for WPF/WinForms projects in namespace obfuscation scenarios.
  2. Reflection obfuscation compatibility improved, with enhanced support for generic methods and async-related scenarios.
  3. Optimized packer behavior in password-protected scenarios, especially for WPF programs.
  4. Added single-file validation when opening DLL/EXE to reduce accidental operations and exceptions.
  5. Improved file selection experience and stability when opening directories. 6. Updated default settings for a better out-of-the-box experience.

Bug Fixes

  1. Fixed an issue where the entry function was not correctly renamed after packing.
  2. Fixed an issue with abnormal interface height display.
  3. Fixed various loading exceptions.
  4. Fixed crashes or errors caused by reflection obfuscation in some return types, generic methods, and async scenarios.