Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can i convert .smali file ti javasource ???
Posted
Updated 30-Oct-22 1:39am

There is no tool to decompile smali format back to java.
The possible alternative is to decompile dex file in to class and than use some jar decompiler to create java source...
https://code.google.com/p/dex2jar/[^]
http://jd.benow.ca/[^]
 
Share this answer
 
Download APKrepatcher, It is really handy. it will decompile smali to java or class.
https://github.com/csanuragjain/APKRepatcher/releases/download/v1.1.0/APKRepatcher.zip
 
Share this answer
 
"smali2java" by Alexey Soshin attempts to do this, I haven't tested it but maybe that could help, the link to GitHub Repository is below.

https://github.com/AlexeySoshin/smali2java
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900