Unpacks the resource.car file within the assets/
folder of DayR's APK.
git clone https://github.com/yntha/dayr-unpacker
cd dayr-unpacker
python dayr-unpacker <resource.car path>
Three new directories will be created:
dis
: Disassembled Lua 5.1 bytecoderes
: Raw unpacked and compiled lua filessrc
: Decompiled Lua 5.1 files
Lua module names are represented as paths in dis
and src
. Ex:
lib.config.enemy_config.lu -> lib/config/enemy_config.lua
This project requires corona-archiver.py. LICENSE
This project requires unluac. LICENSE