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