notishell / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

use JDGUI can not see some soure codes #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
when I use the "-I" option to dexopt the framework.jar and use dex2jar.bat to 
produce the jar file,then I use the JDGUI to open the java files,but when I 
open some java files,it crashes,and I think it is not the bug of jdgui,but the 
bug of baksmali;

Original issue reported on code.google.com by wylhistory on 26 Nov 2011 at 9:48

GoogleCodeExporter commented 9 years ago
Why are you using -I to deodex framework.jar? Does it contain a reference to 
some class that doesn't exist on the device?

-I is an experimental option, as workaround to the above problem. If it is 
misused, it is very likely that it will generate an invalid dex file that other 
tools might choke on.

What rom specifically are you trying to deodex?  (That question is in the 
template for a reason :p).

Original comment by jesusfreke@jesusfreke.com on 26 Nov 2011 at 3:42

GoogleCodeExporter commented 9 years ago
I am so sorry for so late to reply you,I think the -I option may be not the 
cause,when I dexopt the settings.apk,and do not use the -I option ,it is the 
same error; I do not know the name of the rom,I just use adb pull /system 
system to pull odex from a not well-known phone;Maybe I should send the rom to 
you,but it is too big;

Original comment by wylhistory on 29 Nov 2011 at 10:50

GoogleCodeExporter commented 9 years ago
I make a list of error-open files,then checkout the responding smali file as 
attachment,I find most of the error-open files have some inner class;

Original comment by wylhistory on 29 Nov 2011 at 11:28

Attachments:

GoogleCodeExporter commented 9 years ago
also attach the dex2jar file of settings,in which some files can not be open 
when using jd-gui ;

Original comment by wylhistory on 29 Nov 2011 at 11:34

Attachments:

GoogleCodeExporter commented 9 years ago
Is there any update to this issue? I am having the same problem

Original comment by mattpmi...@gmail.com on 25 Jan 2013 at 9:04

GoogleCodeExporter commented 9 years ago
This almost certainly isn't an issue with baksmali, but with either dex2jar or 
jd-gui.

Original comment by jesusfreke@jesusfreke.com on 14 Feb 2013 at 11:41