This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tool DayR Unpacker

_YnthA

Rookie


Unpacks the resource.car file within the assets/ folder of DayR's APK.

Usage
Code:
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 bytecode
  • res: Raw unpacked and compiled lua files
  • src: Decompiled Lua 5.1 files

Lua module names are represented as paths in dis and src. Ex:
Code:
lib.config.enemy_config.lu -> lib/config/enemy_config.lua

GitHub Link: GitHub - yntha/dayr-unpacker: DayR resource unpacker.