Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 629 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 629 Bytes

SSVMAndroid

SSVM but on Android basically. Uses an rt.jar from OpenJDK8 to load boot classes (8u262-b10-linux-x64 to be exact).

JIT works by running D8 on the bytecode generated by JitCompiler, then the resulting DEX is loaded using an InMemoryDexClassLoader.

Screenshots

Thanks

Thanks to xxDark for helping me set this up!