xychix / smali

Automatically exported from code.google.com/p/smali
0 stars 0 forks source link

Is there possible to disassemble a dex file on Android device? #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there exist some methods to get other applications' class name and class's 
method name on an android device without rooted? I am not sure android system 
can give us permssions to read other applications' dex file. 

And what's the most useful method to generate a signature for an apk? Because 
using reverse engineering we can change many things, so I want to ask which 
part of an apk file or dex file is the hardest part to change? So I can use 
this part to generate signature for the apk.

Thank you very much!!!

Original issue reported on code.google.com by zhengmin...@gmail.com on 14 Oct 2011 at 5:06

GoogleCodeExporter commented 9 years ago
This is not the appropriate forum to ask general questions like this. This is 
for reporting issues with smali/baksmali.

Original comment by jesusfreke@jesusfreke.com on 14 Oct 2011 at 5:45