• Stars
    star
    450
  • Rank 94,971 (Top 2 %)
  • Language
    Java
  • Created over 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

smali 2 java conversion tool

smali2java

smali 2 java conversion tool

Current status: pre-aplpha (planning & sketching), abandoned

Currently smali2java parses *.smali file with parser produced from ABNF grammar (fully parses all commands, but with several stubs) and builds codeblock sequence.

Useful links:

Some useful info about smali2java status & how it works (RUS): http://litecoding.com/tag/smali2java/

Types & DEX format description: http://source.android.com/tech/dalvik/dex-format.html

Opcode info: http://source.android.com/tech/dalvik/dalvik-bytecode.html