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:
CAD Import .NET The main advantage of CAD Import .NET is the possibility for smart CAD developing in Microsoft Visual Studio. CAD Import .NET contains managed code only and displays drawings with GDI+ methods.
MS Studio .NET + CAD Import .NET + CAD drawing = high quality software
To define practical application of CAD Import .NET the following aspects should be distinguished:
1
Alnet VDRC Alnet VDRC are a family of professional client applications designed for remote communication and management of all Alnet digital video recording systems.
Without major problems we are able to connect with VDRS-PC Based DVR and NetStation - IP Video Surveillance Software.
There are two versions of VDRC made for PC
Fire j2me Fire j2me is a library that aims to provide a set of easy-to-use extendable components to J2ME developers.
The basic set of Fire components offer all the functionality of the J2ME GUI components provided in the midp2 profile (Forms, Items etc.) plus a much more appealing user interface, themes, animations, popup menus, and better component layout
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
GeoFramework GeoFramework - This project was formerly a commercial library maintained by the company "GeoFrameworks" for two components it sold (GPS.NET and GIS.NET) from 2004 to 2009. In 2009, Jon Person decided to release the source code for this library in order to assist the open source community
32feet.NET 32feet.NET - 32feet.NET is a library to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and Object Exchange (OBEX) easily accessible from your .NET code whether you develop for desktop, mobile or embedded systems
GPS.NET GPS.NET is a formerly commercial .NET component maintained by GeoFrameworks, LLC from 2004 to 2009. In 2009, Jon Person decided to release the full source code of GPS.NET to the public domain for the benefit of the open source development community. This version (3.0) is the latest release
HaRET'Scripting HaRET'Scripting - Scripting tool which helps dumping whatever you want from HaRET. With other words: you will be able to create all dumps with just one click and without need of PC or USB or any knowledge about this process.
REQUIREMENTS
HaRET.exe, patched by cr2 or the oficial HaRET.exe
Windows Mobile 5, 6, 6.1, 6.5
NetCF 2
ComputerFonts ComputerFonts - This program can be used when you are writing programs for the PocketPC or testing the internal fonts. Tap the button to select a new font and the program will display the ASCII chart in the font.
This program requires that you have both the 'BeanDLL.dll' file ** and ** the runtime files for Visual Basic on your PocketPC computer
Modbus Master ActiveX Control Modbus Master ActiveX Control - ** This is a trial download only ** The ActiveX control can be used with VB or VC for desktop development and eVB or eVC for Pocket PC development. This allows you to easily create your own simple HMI applications and is ideal for remote interrogation of PLC''s using a PDA and serial cable or wireless link
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)