Great product, even better support, honestly 900% worth it
brownie05 Apr, 2026
Thanks alot, we are happy youre satisfied!
BramBuyer
11 Mar, 2026
★★★★★
Simply a great product, especially for the price. Would highly recommend!
brownie12 Mar, 2026
Thanks for your positive review, it means alot to us!
2.0.0-beta21Stable
Release
19 May, 2026
Changelog
- Virtualizer:
- ALOT hardening and performance improvements
- Move method resolver to native VM
- Move method handle resolver to native VM
- Fix JVM crash when throwing AIOOBE
- Native storage
2.0.0-beta20Stable
Release
16 May, 2026
Changelog
- Fix performance issue of beta19
2.0.0-beta19Stable
Release
11 May, 2026
Changelog
Added:
- Native VM for Virtualizer (optional)
Improved:
- Virtualizer:
- Native non JNI decryption
- Randomize opcodes on each run
- Randomize seperators
- Remove VM frames from stacktraces
Bug Fixes:
- Fix NoSuchMethod on superClasses in Virtualizer
- Fix "duplicate entry" in renamerTransformer
2.0.0-beta18Stable
Release
21 Apr, 2026
Changelog
Added:
- Optional --use-local-dir to use local directory instead of AppData
Improved:
- Custom TOML parser for auto updating configs
- Virtualizer:
- Outline ConstantPool into encrypted files
- Support for methods with tryCatch
- Improve VM to reduce bloat
- Enhanced DUP instruction support
Bug Fixes:
- Fix LanguageUtil breaking on Unix systems
- Fix ACONST_NULL (null push) in Virtualizer
2.0.0-CBStable
Release
18 Apr, 2026
Changelog
Added experimental transformers:
- MethodInliner
- Virtualizer
Added flow transformers:
- GOTO Replacer
- Exception Range
- Condition Mutation
Improved:
- Performance
- Number Encryption now pickups LDC integers
Bug Fixes:
- Now removes obfuscation annotations
- Fixed verify error on some exclusion setups
- Fixed duplicate method in StringPooler
- Fix nullType in VariableTransformer
- Preserves directoryPrefix and compressionMethod