A
A
Avery0072014-02-03 16:45:29
Java
Avery007, 2014-02-03 16:45:29

Is there Russian documentation for smali?

If someone does not know smali, this is the bytecode of the dalvik virtual machine, which is issued when decompiling .apk through apktools.
I need to correct this code for myself and rebuild the application, and in order to change something, you need to know what you are changing. Since my English is bad, maybe there is documentation in Russian somewhere ( Here this one ).
If still no, then maybe there is a utility for translating from java to smali?
Thank you very much in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zed_0xff, 2014-08-07
@zed_0xff

https://code.google.com/p/smali/
Java + Android SDK = Dalvik
Dalvik + baksmali = bytecode dissm (what you call smali)
dissm + smali = back Dalvik, which can be run on andryusha

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question