To decompile the whole Android.jar zipped content we need to JAD each .class file. To do it automatically you can use a tool I developed with this specific purpose.
http://jaderd.googlepages.com/Batcher.exe
Arguments:
1: jad.exe file path (e.g.: c:\jad.exe)
2: unzipped .jar file path (e.g.: c:\android\android)
Full example: Batcher.exe c:\jad.exe c:\android\android
Note: JAD files inside the target path may be overwritten without asking permission
No comments:
Post a Comment