This Magisk module contains lua for arm64 CPUs


ASUS_I006D:/ $ lua -v
Lua 5.4.8  Copyright (C) 1994-2025 Lua.org, PUC-Rio
ASUS_I006D:/ $ 

The binary needs only the standard Android OS libraries:

ASUS_I006D:/ $ myldd lua

# Executing ldd "/system/bin/lua" 
	linux-vdso.so.1 => [vdso] (0x767e925000)
	libc.so => /apex/com.android.runtime/lib64/bionic/libc.so (0x7676eec000)
	libm.so => /apex/com.android.runtime/lib64/bionic/libm.so (0x767a485000)
	libdl.so => /apex/com.android.runtime/lib64/bionic/libdl.so (0x767a441000)
ASUS_I006D:/ $ 

The lua interpreter was build with libreadline.

The Magisk module contains the lua interpreter and all files necessary to include the lua interpreter in other programs.

The source code for lua is available here:

https://www.lua.org/


History

05.12.2025 v1.0.0 /bs
  initial release

