goodev / dex2jar

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

根据参数类型重新对参数编码 #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.使用dex2jar处理附件
2.对得到jar中的"/JigsawView.class"使用 Jad v1.5.8g 和 JD-GUI 0.3.3 
都无法获得getRotateAngle函数的正确源代码
3.

What is the expected output? What do you see instead?
Jad处理后函数参数错误getRotateAngle 
(d,d2,d3,d4),参考源代码及函数体应为getRotateAngle (d,d1,d2,d3)
JD-GUI处理后函数体内出现"???"变量,应为函数的第二个参数
看起来好像参数被处理丢失

(从网上找到的 getRotateAngle 函数源代码:
http://www.cnblogs.com/lsmdiao0812/archive/2010/05/05/1728122.html
)

What version of the product are you using? On what operating system?
dex2jar-0.0.7.7-SNAPSHOT
Win7 jdk1.6_23 

Please provide any additional information below.

Original issue reported on code.google.com by yyjdel...@gmail.com on 19 Dec 2010 at 12:07

Attachments: