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:
Pocket Wiki Pocket Wiki is a note taking application that uses wiki markup language to render HTML. It features a plug-in architecture to implement wiki markup - currently supports slash (default), markdown.net, and creolewiki
SKHexEd SKHexEd is a very helpful tool for all advanced user, programmer and gamefreaks
FunctionDatabase FunctionDatabase - This program allows you to keep track of the program functions for each of the programs that you work on.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer. Simply unzip the file for your processor and place the DLL file in the 'Windows' folder of your PocketPC computer
iniEditor iniEditor - It's very useful as a developer to use .ini files to store settings of apps or MortScript scripts.
Unfortunately, you may have so many complicated settings (check IPTWeather for instance), that you or newbies would like to be able to edit those settings without having to open the .ini configuration file
RViewer This is an application for you to view the icons found in EXE/DLL/CPL files
Awady EasyTrial EasyTrial is class library that allows you to create a secure trial version for your software in no time
CEdit CEdit makes it easy to edit C#, HTML, PHP, XML, ASP.NET, Visual Basic .NET, C++, or Java on your Windows Mobile device. Open projects from Microsoft Developer Studio 2005, 2003 or version 6.0 on your PDA and quickly navigate through source code. The fully functional demonstration version of CEdit is free for 15 days
Pocket Creations Personal Edition Pocket Creations Personal Edition -Create and run your business applications for mobile computing with Pocket PC Creations. You don't need to be a programmer to develop powerful applications to improve business productivity and eliminate paperwork. It's easy, and a low cost solution. Save thousands of dollars in programming costs! Windows Mobile 6.5, 6
Quick PocketSetup Quick PocketSetup is the easy way to create Professional Setups for Pocket PC.
Create, manage and deploy in just a few steps
The friendly wizard guides you in just a few steps to a ready, well documented setup
Easy-to-use and customizable setup
With Shortcuts and File Associations
Multilingual
User interface in different languages
SecureTrial SecureTrial allows developers to create fully-functional trial versions of their .NET Compact Framework applications. When you add SecureTrial to your C#.NET or Visual Basic .NET program, users are given a trial period during which to evaluate the program
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)