opensoce / smali2java

smali 2 java conversion tool

Geek Repo:Geek Repo

Github PK Tool:Github PK 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

About

smali 2 java conversion tool


Languages

Language:Java 98.9%Language:Smali 1.1%Language:Batchfile 0.0%