lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I guess it's better to modify DumpVar() that it'll store integer
> in network (or other) byte order

DumpMem is the lowest-level primitive for things that depend on byteorder.
And of course you'll need to change LoadMem as well to be consistent with
your DumpMem.

Moreover, you'll need to adapt LoadHeader to be more tolerant.
While you're at it, change LUAC_FORMAT to a number of your own.

If you need any further help, please let me know.
--lhf