Skip to content

earandap/smali2java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smali2Java

This is an attempt to develop a direct smali to java converter. The goal is for it to be able to decompile a whole framework.jar or any kind of main Android APK without too much trouble into an Eclipse solution.

The project's "homepage" (actually a XDA-Developers DevDB thread) is here.

Important notes

  • THIS IS A WORK IN PROGRESS. It is not complete at all, in fact, it needs YOUR help!. If you're able to fork it and improve it so it can be able to reach its goal, by any means, please do it!
  • Please use sample files made with smali 2.0.2 or later, as this project is aimed to use their new syntax, like .param instead of .parameter, and such.

Compatibility

  • You need Visual Studio 2012 and .NET Framework 3.5 installed on your machine.
  • It has been reported that it also works with SharpDevelop and Mono, so you can compile it under Linux too!

About

Direct smali to Java converter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.6%
  • Smali 21.4%