goodev / dex2jar

Automatically exported from code.google.com/p/dex2jar
1 stars 1 forks source link

关于dex2jar的问题 #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
你好。
在code.google.com看到你写的dex2jar,对它很感兴趣,我想要通过�
��来获取某个.dex文件中的引用到那些外部类的方法,需要看��
�的代码中的那些内容呢?

如
public class A{ 

    public void send(){ 
       B b = new B(); 
       b.send("test"); 
    } 
} 

public class B{ 

    public void send(String str){ 
    } 
} 

上面有两个类,想用dex2jar的开源代码获取A类是否用到B类和B�
��用到的方法。。怎么做???

请问你的邮件是什么呢?

Original issue reported on code.google.com by fonte...@gmail.com on 18 Dec 2010 at 2:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I use dex2jar.dat classes.dex .but will say that :dex2jar.dat: command not found

Original comment by fengtian...@gmail.com on 9 Mar 2011 at 5:37

GoogleCodeExporter commented 9 years ago
Above is in ubuntu 10.10 which is 64bit.

Original comment by fengtian...@gmail.com on 9 Mar 2011 at 5:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
in linux,it works but in windows it doesn't work,how?

Original comment by zxzxzxy1...@163.com on 21 Jun 2012 at 9:30