Re: Protect a lua script which has been compiled
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Protect a lua script which has been compiled
- From: Hisham <h@...>
- Date: 2017年1月19日 09:47:51 -0200
On 19 January 2017 at 07:10, Charles Heywood <vandor2012@gmail.com> wrote:
> First - the compiled Lua source is NOT portable. You can't guarantee that it
> works between machines. Machines that don't support certain things will fail
> if the bytecode is not compatible with bytecode that would be generated on
> that machine.
You mean that it is not portable across architectures, right? People
do distribute bytecode across machines.
-- Hisham