0x04 reference&tools2010. 11. 22. 22:10

http://code.google.com/p/smali/

About

There has been some recent buzz about using smali/baksmali to crack google's licensing framework. See my response here

smali/baksmali is an assembler/disassembler for the dex format used by dalvik, Android's Java VM implementation. The syntax is loosely based on Jasmin's/dedexer's syntax, and supports the full functionality of the dex format (annotations, debug info, line info, etc.)

The names "smali" and "baksmali" are the Icelandic equivalents of "assembler" and "disassembler" respectively. Why Icelandic you ask? Because dalvik was named for an Icelandic fishing village.

Curious what the smali format looks like? Here's a quick HelloWorld example to whet your appetite.
 

Download Link
smali - http://smali.googlecode.com/files/smali-1.2.5.jar
baksmali - http://smali.googlecode.com/files/baksmali-1.2.5.jar





Hacker's Dream 하시는 분들 이거 사용하셔야죠?

저만 이제 알게 된건가요? ㅜ.ㅜ

암튼 즐삽~



Dex File Format
http://www.retrodev.com/android/dexformat.html




Posted by demantos