AttoVM 0.4.0

Just-in-time compiler with support for adaptive optimisation and copying garbage collection, for a small object-oriented teaching language. Includes an assembler/debugger for executing a simplified version of x86-64 assembly. Intended to help students learn about assembly language, compilation, but especially about modern language implementation, especially with dynamic compilation techniques.

dex2jar 2.0

dex2jar is a tool collection to work on Android .dex and Java .class/.jar files. dex-reader can extract from executables (.dex/.odex), while dex-translator performs the conversion from dex-IR format, and returns optimized ASM. And d2j-smali is a bak/smali disassembler.