KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
smali2java
★ 20
Open GitHub ↗
Direct smali to Java converter
Download README (.md)
Explore Similar Repositories
octorelease
:
No description available.
PrototypeCard
:
Prototype Card Generator
diy
:
Do It yourself Dependency Injection in python
mercury
:
Chrome extension: Type-to-search your tabs
CCare
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
smali2java
?
Download (.md)
# 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](http://forum.xda-developers.com/showthread.php?t=2592266). ## 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!