This repository was archived by the owner on Nov 24, 2023. It is now read-only.
More optimizations and better protections
- The string encryption has gotten better, it now adds random characters (from an array) that will be removed when decrypting the string.
- Code optimizations have been made.
- Fixed a high random string length in the junk protection.
- The obfuscator doesn't need a config file to start now, however all the config values will be set to false.
- The string encryption now uses method injection instead of directly importing methods from a class.
- Removed the type renaming of the renamer because it could crash the obfuscated program.
- Added an analyzer for property defs in the renamer.
- Optimized the CanRename function's code in the renamer.