Skip to content

Belluxx/Java2Smali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java2Smali

This tool converts java code to smali (Dalvik bytecode)
If this tool was useful to you, please leave a ⭐ :)

Getting started

Prerequisites

  • JDK 8 or upper installed
  • Java2Smali latest jar

Command line

java -jar Java2Smali.jar <JavaSourceFile>