No description
Find a file
2019-10-23 21:55:35 +02:00
src dali/macros: fix jproto doc 2019-10-23 21:55:35 +02:00
tests dali/macros: fix void return type on Android 2019-10-16 22:55:50 +02:00
config.nims config.nims: add to fix compiling dclass.nim 2019-10-16 22:29:38 +02:00
czak_hello.nim s/aclass/dclass/ - for: Dalvik class 2019-10-06 21:06:43 +02:00
czak_manifest.xml WIP trying to add a synthesized .dex file generator 2019-04-14 00:30:30 +02:00
dali.nimble bump v0.2.3 2019-10-15 00:12:42 +02:00
dclass.nim dali/macros: dclass: require name in proc params 2019-10-16 22:32:07 +02:00
jclass.nim jclass: add note about 'static:' block, thanks to Araq on IRC 2019-07-17 12:53:24 +02:00
jni_hello.nim s/aclass/dclass/ - for: Dalvik class 2019-10-06 21:06:43 +02:00
jni_wrapper.nim WIP 2019-09-23 21:28:45 +02:00
LICENSE Initial commit 2019-03-05 23:09:16 +01:00
README.md add a basic README 2019-05-12 21:10:13 +02:00

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.