Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkguy2008/smali2java
Direct smali to Java converter
https://github.com/darkguy2008/smali2java
Last synced: 1 day ago
JSON representation
Direct smali to Java converter
- Host: GitHub
- URL: https://github.com/darkguy2008/smali2java
- Owner: darkguy2008
- Created: 2014-01-02T15:20:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T21:12:31.000Z (almost 11 years ago)
- Last Synced: 2023-08-08T03:46:39.155Z (over 1 year ago)
- Language: C#
- Size: 561 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!