摘要: One possible solution would be using tool named dex2jar. With this tool, you could extract the classes.dex file from the .APK file, and convert classes.dex into a bunch of java byte code files. Then f... 阅读全文
posted @ 2012-12-31 14:12 opencoder 阅读(204) 评论(0) 推荐(0)