什么是可以产生infomative结果不错的Andr​​oid disassember [英] What is a good android disassember that can produce infomative results

查看:443
本文介绍了什么是可以产生infomative结果不错的Andr​​oid disassember的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

作为标题,运行时就像函数调用,应用程序的行为

as titled, like function calls, application behavior when running

推荐答案

您有几个选项。

dexdump附带的SDK,并在设备上present。随着-d选项,它产生的方法,一个没有廉价拆卸。输出格式是为了模仿自卸到输出DX格式。

"dexdump" is included with the SDK and is present on the device. With the "-d" option it produces a no-frills disassembly of the methods. The output format is intended to mimic the "--dump-to" output format of dx.

smali / baksmali是一个汇编/反汇编的Dalvik字节code。这是开源和可能是最完整的解决方案。

"smali/baksmali" is an assembler/disassembler for Dalvik bytecode. It's open source, and is probably the most complete solution.

dedexer是产生茉莉般的输出反汇编。它也开源

"dedexer" is a disassembler that produces Jasmin-like output. It's also open source.

据我所知,没有人写了一个程序,尝试转换的Dalvik字节code为Java字节code或源$ C ​​$ C。

As far as I know, nobody has written a program that attempts to convert Dalvik bytecode to Java bytecode or source code.

这篇关于什么是可以产生infomative结果不错的Andr​​oid disassember的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆