APK反编译

上一篇 / 下一篇  2013-01-10 14:36:34 / 个人分类:Android Test

adb shell切入到/data/dalvik-cache目录下,用dexdump -d -f -h命令可导出编译文件
 
 指令参数解释:          -d : disassemble code sections

                                    -f : display summary information from file header

                                    -h : display file header details

                                    -C : decode (demangle) low-level symbol names

                                    -S : compute sizes only

如dexdump -d -f -hdata@app@com.baidu.BaiduMap-1.apk@classes.dex >baidumap.txt,然后用adb pull将baidumap.txt导出本地


TAG: apk 反编译

 

评分:0

我来说两句

日历

« 2024-04-23  
 123456
78910111213
14151617181920
21222324252627
282930    

数据统计

  • 访问量: 24483
  • 日志数: 24
  • 建立时间: 2012-08-21
  • 更新时间: 2013-01-11

RSS订阅

Open Toolbar