How to decompile and obfuscate in MIDP on OS X
Posted by Simon on April 21, 2005 at 12:00 PM
Categories: code, mac
OK, just some notes. To decompile any java jar, use something like this:
javap -c -classpath ./semacoderead.jar org.semacode.imagerec.Ecc200Decoder
I'm using mpowerplayer on OS X to do my J2ME compiling, which makes things pretty easy, except that I want to use the ProGuard obfuscator. Obviously! You NEED to obfuscate if you've got code like mine (for semacode) that needs to be protected from reverse engineering which is SUPER easy with java. It's available from fink.
Comments
There are 0 comments on this post. Post yours →
Post a comment
Required fields in bold.