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:
EditC EditC is a memo and doc editor designed for writing PocketC applets. It is an enhanced version of the original Memo Pad application.
The main advantage of EditC is that you can quickly insert PocketC functions by choosing the correct categories. You can choose from PocketC, CControls and PToolboxLib functions
MacroPlay for Palm OS MacroPlay for Palm OS - If you perform a task repeatedly in Palm, you can automate the task by using a macro. A macro is a series of pen taps or key-presses that you group together as a single command to accomplish a task automatically
KoolAppList KoolAppList is a simple app designed for developers to keep track of their software
PRCExplorer PRCExplorer - Using this tool you can open any PRC file and navigate into it. You can see individual resources, graphically display Forms and Alerts, Bitmaps, Fonts, ... This is useful to debug and develop your application as well as analyzing PRCs
BrainF#ck BrainF#ck-This is a full onboard Palm IDE for the BrainF#ck programming language, you can edit, debug and run BrainF#ck programs. You can watch the current memory, output and even run the program step by step. A short BrainF#ck description can be found here
Code68Dis Code68Dis - A Handheld 68k disassembler for the Palm.
You will use this software at your own risk.
Code68Dis is 'tap-aware'.
This means that you may alter the screen contence by (one or more) taps
JExpenseCSV2PDB JExpenseCSV2PDB - A Java Jar File to create the built-in ExpenseDB.pdb for the Palm. It should be compatible with all kinds of Palm os. Up to now the file format of the ExpenseDB has not been changed. Use JExpense2CSV to generate the IFO file. The ifo file is supposed to be called like the CSV file with the suffix IFO (Example: CSVFile.CSV -->> CSVFile.CSV
PalmKeeper PalmKeeper - PalmKeeper allows Palm application developers to keep track of important information about their programs.
Record the Name, Creator ID, Version, Status, Status Date, Downloads, License, Price, Sales, Capture rate and Gross Profit of your applications.
Many developers will list their applications on many websites and PalmKeeper helps you to track them
Peal: Palm ELF ARM Loader Peal is an ELF postlinker and loader for Palm OS. It allows ARM code to use global variables and function pointers without restriction
CondInst CondInst is a developer tool used during installations of conduits. Instead of creating a new CondInst.dll and pci.exe pr. conduit, you can most of the time just use CondInst.
CondInst requires a meta file describing the conduit to install/uninstall. The meta file must be created in a text editor such as Notepad or Vim
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)