SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized.
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. It's far from making reverse-engineering difficult though, so don't rely on it very much from a security point of view.
· SuperOptimize can't be used for commercial purposes
Like it? Share with your friends!
If you got an error while installing Themes, Software or Games, please, read FAQ.
Supported operating systems:
Palm OS 3.x, Palm OS 4.x, Palm OS 5.x, Pocket PC 2002, S60 1st Edition, S60 2nd Edition, S60 3rd Edition, S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, S80 6.0, S80 7.0, S90 7.0, UIQ 2.0, UIQ 3.0, UIQ 3.1, Windows Mobile 2003, Windows Mobile 2003 Smartphone, Windows Mobile 5.0, Windows Mobile 5.0 Smartphone, Windows Mobile 6 Classic, Windows Mobile 6 Professional, Windows Mobile 6 Standard, Windows Mobile 6.1 Classic, Windows Mobile 6.1 Professional, Windows Mobile 6.1 Standard, Windows Mobile 6.5 Professional, Windows Mobile 6.5 Standard
Similar Software:
tGetFile.dll Pocket PC tGetFile.dll-Microsoft has provided a restricted File Dialog for Pocket PCs and Palm-size PCs. The dialog can open files only under the "My Documents".
tGetFile.dll is an alternative File Dialog which does not have this restriction. With tGetFile.dll installed, Tillanosoft PocketNotepad or such programs that support tGetFile
Awady EasyTrial EasyTrial is class library that allows you to create a secure trial version for your software in no time
SprintDB Pro Desktop Companion The SprintDB Pro Desktop Companion allows you to develop your SprintDB Pro Pocket PC applications on your Desktop or Notebook PC with SprintDB Pro version 4.x
SKHexEd SKHexEd is a very helpful tool for all advanced user, programmer and gamefreaks
Shareware Lock Library Shareware Lock Library - Would you like to offer a demo or trial version of your Windows or Windows Mobile application? Would you like to offer a shareware version of your application?
Our Library comes in 2 flavors (a .NET Framework 2.0 library - for Windows Computers and a .NET Compact Framework 2.0 library - for Mobile devices)
SQL Server Mobile 2005 Microsoft SQL Server 2005 Mobile Edition (SQL Server Mobile) is a mobile database solution designed for developers who target Microsoft Windows Mobile based devices. SQL Server Mobile includes the largest number of new and improved features in any version of SQL Server Mobile since the original version, SQL Server CE 1.0
MySQL Administrator MySQL Administrator This all-in-one tool will help you create, manage and edit MySQL databases. One intuitive interface for all tasks. Supports all releases of MySQL from version 3 to 6 and all of the latest MySQL features. It is optimized for minimal network traffic
myExtensions myExtensions- Add, edit, copy or delete registered filetypes on your PocketPC with ease. Main Features:
- Add new file extensions.
- Associate a registred file extension with another program.
- Delete unused file extensions.
- Copy registred filetypes.
- Change the icon of registred file extensions.
- Change description of filetypes
PPCInstallBuilder Express PPCInstallBuilder Express is the next release of the popular PPCInstallBuilder family of products. Features of the Express version are: Customization of data (Company name, files to include in CAB files, etc) Creation of CAB files Customized Readme & License file selection for the installation program Selection of Processors to build the installation package for (i
Other Software by developer «Silvio Moioli»:
MoioChart MoioChart is a Java library to draw function plots, bar graphs, pie graphs etc.
MoioChart is portable across different graphic toolkits and actually it works on Swing, SuperWaba (a Virtual Machine for handhelds) and SWT (Eclipse's native toolkit)