[android-developers] Re: decompilar .dex

2009-03-19 Thread fadden

On Mar 18, 2:52 pm, Carlos Alberto tic...@gmail.com wrote:
 how to decompile a. dex for instructions in machine language

 anyone know of a disassembler. Dalvík in dex

dexdump -d file.  Works on .dex, .odex, and .apk/.jar with a
classes.dex inside.

dexdump is included on the device and in (most versions of) the SDK.

There's also at least one 3rd-party tool (http://sourceforge.net/
projects/undx/).

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: decompilar .dex

2009-03-19 Thread strazzere

Here is another --- never used undx, but Gabbor did a nice job with
dedexer;

http://dedexer.sourceforge.net/

On Mar 19, 10:48 am, fadden fad...@android.com wrote:
 On Mar 18, 2:52 pm, Carlos Alberto tic...@gmail.com wrote:

  how to decompile a. dex for instructions in machine language

  anyone know of a disassembler. Dalvík in dex

 dexdump -d file.  Works on .dex, .odex, and .apk/.jar with a
 classes.dex inside.

 dexdump is included on the device and in (most versions of) the SDK.

 There's also at least one 3rd-party tool (http://sourceforge.net/
 projects/undx/).
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---