An open API service indexing awesome lists of open source software.

https://github.com/paulcoding810/j2s

Java to Smali CLI
https://github.com/paulcoding810/j2s

baksmali d8 dalvik java2smali smali

Last synced: 3 months ago
JSON representation

Java to Smali CLI

Awesome Lists containing this project

README

        

# J2S

Java to Smali CLI, using `d8` instead of `dx`

![alt text](demo.gif)

## Usage

```sh
./j2s path-to-java-file
```

## Libraries

- [baksmali](https://bitbucket.org/JesusFreke/smali/downloads/)

- [d8](https://developer.android.com/tools/releases/platform-tools):
- MacOS: `~/Library/Android/sdk/build-tools/35.0.0/lib/d8.jar`