DashO (software)
Code obfuscator, compactor, optimizer, watermarker and encryptor
From Wikipedia, the free encyclopedia
DashO is a code obfuscator, compactor[clarification needed], optimizer, watermarker,[2] and encryptor for Java, Kotlin and Android applications.[3] It aims to achieve little or no performance loss even as the code complexity increases.[4][5]
DevelopersPreemptive Solutions, LLC
Initial releaseJanuary 1997[1]
Stable release
12.1.0
/ 2 August 2023
| DashO | |
|---|---|
| Developers | Preemptive Solutions, LLC |
| Initial release | January 1997[1] |
| Stable release | 12.1.0
/ 2 August 2023 |
| Operating system | Windows, Linux, MacOS, Android. |
| Type | Code obfuscator |
| License | Proprietary software |
| Website | www |
DashO can also statically analyze the code to find unused types, methods, and fields, and delete them, thereby making the application smaller. DashO can delete used methods, that are not needed in published applications, such as debugging and logging calls.
See also
- Dotfuscator — a code obfuscator for .NET.
- ProGuard (software) — a code obfuscator for Java.