It’s just data

DEX File Format

Michael Pavone: I’ve started another little reverse engineering project. Google hasn’t released any documentation on their new VM so I decided to get some the hard way. Well, hard is relative here. A decompiled Java class is a bit easier to read than a disassembled 68K binary. Anyway, I’ve managed to write some documentation on the dex file format used by the VM. I hope to have some documentation on the actual instruction set used by the VM in a few days

Sam,

Just ran into this!
[link]

— dims

Posted by Davanum Srinivas at

Hi,

the dexdump code contains many lines like this:
“|01c2: +invoke-virtual-quick/range {v17, v18}, [0037] // vtable #0037”

Do you know how to find which class that the “vtable #0037” refers to?

Great Job! and Many Thanks! :>

Posted by zeaster at

Closed Source Handset Alliance just doesn’t have the same ring to it. :/

Posted by Robert Sayre at

Yeah, It’s Closed Source!
so I decompiled it little by little.
see details:
http://zeaster.blogspot.com/2007/11/how-to-decompile-dex-file-on-android_28.html

Posted by zeaster at

Add your comment