[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: obfuscating / protecting LUA code
- From: Mike Pall <mikelu-0604@...>
- Date: Fri, 28 Apr 2006 23:24:14 +0200
Hi,
David Given wrote:
> (Except in the debugging
> code, with you remove with the luac -s option.)
Which reminds me: I don't need it for obfuscation, but to save
space. luac uses the internal function luaU_dump() since the
option to strip debug symbols is missing from string.dump and
lua_dump().
To the Lua team: Can we get this functionality exposed to the
API? Thank you!
Bye,
Mike