View Single Post
Old 07-21-2009, 12:43 PM   #3
ebs
Zealot
ebs will become famous soon enoughebs will become famous soon enoughebs will become famous soon enoughebs will become famous soon enoughebs will become famous soon enoughebs will become famous soon enough
 
Posts: 100
Karma: 629
Join Date: Jun 2009
Location: California, USA
Device: Kindle DX
Quote:
Originally Posted by rfog View Post
WOW!
How do you search for the strings. I tried to decompile java programs stored in /opt/amazon/ebook/booklet but the result was not usable...
I use "jad -f -nolvt" to decompile extracted class files. Output is almost always unusable for re-compilation, but it will show all strings.

If you really want to change some the logic - use something like IDA to produce java assembly and jasmin to compile it back or just re-write the whole file and use normal java tools to compile it.
ebs is offline   Reply With Quote