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:
Tree4U Treeview Class for AppForge Developers (PocketPC) Tree4U Treeview Class for AppForge Developers (PocketPC) - A Tree4U is a Visual Basic 6 code module class that implements the well-known Treeview control. It is used with an AppForge AFOwnerGrid control, and in the development environment of AppForge MobileVB, and along with Visual Basic 6
To whom it is addressed
Code Snippets Code Snippets - With this tool you can lookup Code Snippets on the Go! Just add them to the Access Database, convert it with the included tool "Code Snippet Creator" and copy it to your Device and start "Code Snippet Viewer".
Instructions:
Code Snippet Viewer:
1. Copy the "Release" dir on your Windows Mobile Device
2
PocketDOS PocketDOS is a powerful virtual PC software environment for your pocket computer that allows you to run a DOS operating system and have instant access to many DOS applications on your pocket computer, whilst simultaneously allowing the use of the pocket computer's native applications
The Yard (Complete Source Code and Documentation) - SALE The Yard (Complete Source Code and Documentation) - For Windows Mobile 5.0-6.1 Devices
by Pakii Software
Think "Pick - A - Part" for software developers, educators, students
and the curious minded.
The Yard is designed for anyone interested
in learning how realistic game effects actually
work
RViewer This is an application for you to view the icons found in EXE/DLL/CPL files
PocketPing PocketPing-Well, did you ever miss a ping function on your Pocket PC like you find it on Windows XP? Pocket Ping is a small software wich allows you to execute a ping from your Pocket PC device. Features:
- This program runs on Pocket PC.
- You can ping an IP address or a host name.
- It shows you the IP address of an enterd host name
newObjects ActiveX Pack1 newObjects ActiveX Pack1 - is a pack ice of components ActiveX. He allows management or access of files in binary mode and text. Recording is based on an access haphazardly in fluxes and binary files. It supports combined files OLE.This pack ice is necessary in languages: ASP, VB, C ++, Delphi, etc
wxWidgets wxWidgets - wxWidgets is an open source C++ framework providing common API across supported platforms, but uses the native graphical user interface (GUI) and other facilities on each platform.
wxWidgets lets developers create applications for Win32, Mac OS X, GTK+, X11, Motif, WinCE, and more using one codebase
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
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)