dali

Indie assembler/linker for Android's Dalvik VM .dex & .apk files


Keywords
android, apk, dalvik, dex, assembler, nim, standalone
License
AGPL-3.0
Install
nimble install dali

Documentation

dali — an indie assembler/linker for Dalvik VM .dex & .apk files (Work In Progress)

This project has no proper usage guide yet. Please see hellomello for a sample project using it, with step-by-step build instructions. For hacking on the project, see: src/dali.nim, esp. the render function, and the test suite in: tests/tdex.nim.