Skip to main content

1.4.0 (2025.7)

  1. CLI updated to support --input and --output parameters, allowing override of the input/output paths in the config file
  2. Fixed an issue where generics in programs could cause obfuscation errors or prevent the obfuscated program from running
  3. Improved string encryption compatibility for more stable results
  4. Fixed an issue where async obfuscation could sometimes fail to run correctly
  5. Fixed an issue where method renaming sometimes caused the generated EXE to fail to run
  6. Added property renaming — obfuscates property names in code
  7. Fixed an issue where field renaming sometimes produced programs that could not run
  8. Fixed an issue where junk method injection sometimes did not work correctly
  9. Fixed an issue where nativify EXE sometimes did not work correctly
  10. Fixed an issue where call obfuscation failed to run correctly in some programs
  11. Improved logging — added extensive debug log information to track obfuscation progress and specific operations
  12. Added log level option for configuring different verbosity levels